from inside a function lists the locals, eg:
ff(){ local a="hello" ; local b="world" ; local ; }
ff
On G:
svn up ~/env ; svn export --force ~/env ~/eenv
cd ; rsync -av eenv N: ## deletes do not get propagated with this
On N:
export ENV_HOME=/home/blyth/eenv ; ## modify in .bash_profile to use the exported
requies nginx to be running on H
one time svn switch –relocate is needed to keep working with the env WC on N:
[blyth@belle7 e]$ svn switch --relocate http://dayabay.phys.ntu.edu.tw/repos/env http://hfag.phys.ntu.edu.tw:90/repos/env
[blyth@belle7 heprez]$ svn switch –relocate http://dayabay.phys.ntu.edu.tw/repos/heprez http://hfag.phys.ntu.edu.tw:90/repos/heprez
Useful following server downtime:
[blyth@cms02 ~]$ diff -r --brief env env.keep | grep -v .svn | grep differ | perl -p -e 's,Files (\S*) and (\S*) differ,cp $2 $1, ' -
When referring to implicit indices such as “python/python.bash” or “tools/tools.bash” use the form “python/index”. The bash2rst tool does the appropriate path swapping to generated a cleaner output tree without repeated levels.
Warning
this could be confusing when using manual index.rst together with auto generated _docs