Subversion migration complete

LabKey Support Forum
Subversion migration complete jeckels  2018-05-23 20:01
Status: Closed
 

The migration of our SVN server from hedgehog.fhcrc.org to svn.mgt.labkey.host is now complete.

As previously announced, the hedgehog.fhcrc.org server is now in read-only mode and it is not mirroring updates that are written to the new server, so you will need to relocate any enlistments you currently have. This is done with the 'svn relocate' command from the root of each enlistment.

For example, at the root of your trunk enlistment, you would use the following command:

svn relocate https://svn.mgt.labkey.host/stedi/trunk

And for an 18.1 enlistment, the command would be:

svn relocate https://svn.mgt.labkey.host/stedi/branches/release18.1

Your svn credentials will stay the same and cpas is still a read-only user on the new server. Note that you may need to include the --username argument to svn to make it use the correct account name. Patterns for the names have varied over the years, but an example would be:

svn relocate https://svn.mgt.labkey.host/stedi/trunk --username jeckels@labkey.com

Thanks,

Josh

 
 
Jon (LabKey DevOps) responded:  2018-07-30 12:02
For those using TortoiseSVN, please refer to the following document on how to Relocate your working copy here:

https://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-dug-relocate.html