Difference between revisions of "2008-Project-Week-SVN-Change"

From NAMIC Wiki
Jump to: navigation, search
(New page: Back to NA-MIC 2008 Summer Project Week =Changing to a new SVN infrastructure= ==Why change?== ==What is changing?== ==I am a Slicer developer, what do I need to do?== ==Can somebody ...)
 
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
  Back to NA-MIC 2008 Summer Project Week
+
  [[2008_Summer_Project_Week|Back to NA-MIC 2008 Summer Project Week]]
 
+
__NOTOC__
 
=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 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]

Latest revision as of 17:23, 24 June 2008

Home < 2008-Project-Week-SVN-Change
Back 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

Can somebody help me?

request help via email