cd < DIR >
svn co
https://accserv.lepp.cornell.edu/svn/<REPOS_PATH>.
To find the correct < REPOS_PATH >, use the repository web viewer. For example. to make a local copy of the bmad library, use the commands:
cd <DIR>
svn co svn+ssh://dlr10@lnx201.lepp.cornell.edu/nfs/acc/user/dlr/svn_repository/wakefields
This will create the directory <DIR>/wakefields
svn update
cd <DIR>/wakefields
mk # Produces production libraries and/or executables
Or use "mkd" instead of "mk" if you want to create the debug versions of the libraries and/or executables.
Production libraries and executables are put in the directory:
<DIR>/production/bin
and debug libraries and executables are put in:
<DIR>/debug/bin
The executable (so far) is: multibunch
cp /home/dlr/.bashrc_g2 .bashrc
Before you do this you might want to rename your own .bashrc file so that it is not overwritten and then combine the two.