Difference between revisions of "2008-Project-Week-SVN-Change"
From NAMIC Wiki
Line 12: | Line 12: | ||
==I am a Slicer developer, what do I need to do?== | ==I am a Slicer developer, what do I need to do?== | ||
− | Once the transition is complete, execute the following | + | Once the transition is complete, execute the following command from your local working copy: |
− | + | for slicer3: | |
− | + | svn switch --relocate http://www.na-mic.org/svn/Slicer3 http://svn.slicer.org/Slicer3 | |
+ | for the sandbox: | ||
+ | svn switch --relocate http://www.na-mic.org/svn/NAMICSandBox http://svn.na-mic.org/NAMICSandBox | ||
+ | |||
+ | for slicer3 lib mirrors: | ||
+ | svn switch --relocate http://www.na-mic.org/svn/Slicer3-lib-mirrors http://svn.slicer.org/Slicer3-lib-mirrors | ||
==Can somebody help me?== | ==Can somebody help me?== | ||
[mailto:support-spl@public.kitware.com request help via email] | [mailto:support-spl@public.kitware.com request help via email] |
Latest revision as of 17:23, 24 June 2008
Home < 2008-Project-Week-SVN-ChangeBack to NA-MIC 2008 Summer Project Week
Changing to a new SVN infrastructure
Why change?
To take some load off of the main NAMIC webserver, and so a single point of failure will no longer cause our productivity to grind to a halt.
What is changing?
The SVN repositories at na-mic.org are moving to a new server hosted at Kitware.
I am a Slicer developer, what do I need to do?
Once the transition is complete, execute the following command from your local working copy:
for slicer3:
svn switch --relocate http://www.na-mic.org/svn/Slicer3 http://svn.slicer.org/Slicer3
for the sandbox:
svn switch --relocate http://www.na-mic.org/svn/NAMICSandBox http://svn.na-mic.org/NAMICSandBox
for slicer3 lib mirrors:
svn switch --relocate http://www.na-mic.org/svn/Slicer3-lib-mirrors http://svn.slicer.org/Slicer3-lib-mirrors