Difference between revisions of "2008-Project-Week-SVN-Change"
From NAMIC Wiki
Line 3: | Line 3: | ||
=Changing to a new SVN infrastructure= | =Changing to a new SVN infrastructure= | ||
==Why change?== | ==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?== | ==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?== | ==I am a Slicer developer, what do I need to do?== | ||
+ | |||
+ | Once the transition is complete, execute the following commands: | ||
+ | |||
+ | #cd /path/to/my-checkout-of-slicer | ||
+ | #svn switch http://svn.slicer.org/Slicer3/trunk/ | ||
+ | |||
==Can somebody help me?== | ==Can somebody help me?== | ||
+ | |||
+ | [mailto:support-spl@public.kitware.com request help via email] |
Revision as of 16:39, 23 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 commands:
- cd /path/to/my-checkout-of-slicer
- svn switch http://svn.slicer.org/Slicer3/trunk/