Excerpt |
---|
Documentation on how to switch repository location on the svn client, when a repository is relocated to SBForge. |
You can switch the location of the remote svn repository used from a client with Subversions switch relocate option. Here are the guidelines for doing this from different clients (Remember to backup your local svn directory, if the switchshould fail):
- Commandline:
Goto the root directory of your project and execute the following command.Code Block svn switch --relocate https://gforge.statsbiblioteket.dk/svn/$PROJECT_NAME/trunk https://sbforge.org/svn/$PROJECT_NAME/trunk
- Eclipse:
- Goto the 'Window -> SVN Repositories' view.
- Right click the relevant repository and select 'Relocate'.
- Enter the SBForge svn repo url, https://sbforge.org/svn/$PROJECT_NAME
- Click ok.
Alternativly you can make a fresh svn checkout from the SBForge repository.
Good luck.