- Make a new directory, eg "stgUnderworldE"
- Move all the individual code directories, eg "PICellerator", "Underworld", to inside your new directory.
- Change directory to inside your new directory.
- Type:
svn switch --relocate https://www.mcc.monash.edu.au/svn/Underworld2Source/trunk https://www.mcc.monash.edu.au/svn/Underworld/trunk Underworld
- Move ExperimentalUnderworld to its new name by typing:
mv ExperimentalUnderworld Experimental
svn switch --relocate https://www.mcc.monash.edu.au/svn/ExperimentalUnderworld/trunk https://www.mcc.monash.edu.au/svn/Experimental/trunk Experimental
- Now make the current directory a subversion repos checkout:
svn co https://www.mcc.monash.edu.au/svn/stgUnderworldE/trunk .
and subversion should set your new directory as the Stg-to-Underworld+E virtual repos, and keep your existing sub-projects.
- Remove your old checkout directory, which now should contain only Makefiles etc.