Changing SVN Repository Locations

From Cerberus Helpdesk Wiki

Jump to: navigation, search

On June 10th 2008 the main project repository location changed. Here are the instructions for updating your working copy:

From the Command Line

  • Change to your cerb4/ directory.
  • Run the following commands from the shell:
svn switch --relocate \
http://xev.webgroupmedia.com:2222/cerb4 \
http://svn.webgroupmedia.com/cerb4
svn up
svn sw http://svn.webgroupmedia.com/cerb4/branches/stable
rm -Rf install/

Using TortoiseSVN in Windows

  • Navigate to your cerb4/ folder
  • Right-click on folder and choose TortoiseSVN->Relocate
  • To: http://svn.webgroupmedia.com/cerb4/cerb4
  • Click OK
  • Right-click on the folder and choose SVN Update
  • Right-click on the folder and choose TortoiseSVN->Switch
  • To: http://svn.webgroupmedia.com/cerb4/branches/stable
  • Click OK
  • Delete the install/ subdirectory.

Additional Notes

  • If you don't want to be locked on the latest 'stable' release, and want to use the absolute latest development progress, use the "SVN switch" syntax above to the URL:
    http://svn.webgroupmedia.com/cerb4/cerb4
  • We also added anonymous access to the repository, so you no longer need to use the 'readonly' user.
Personal tools