[Pachy-Dev] New subversion repository

Joshua Archer joshua at cdl.edu
Thu Feb 2 10:00:00 PST 2006


Hello development team,

I wanted to announce to you all that I have, with the help of D'Arcy,  
successfully migrated the pachyderm subversion from  
apollo.ucalgary.ca to dev.pachyderm.org.  Everyone must now change  
their subversion url to point to the new location.

There are two ways to do this, depending on whether or not you have  
code that needs to be checked in. If you do not have any code that  
must be checked in, you can simply delete your subversion repository  
and check out the directory again with the following command:

svn co --username [username] --password [password] http:// 
dev.pachyderm.org:8800/svn/pachyderm [directoryname]

where [username] is your subversion username, [password] is your  
password, and [directoryname] is the name you wish the checked-out  
repository to have on your filesystem.

If, however, you have code to check in, you can use the svn switch  
command to change the url of the repository before you do a check-in.  
This is done with the following command:

(first, change your directory to the top-level root of the subversion  
repository)

svn switch --relocate http://apollo.ucalgary.ca:8800/svn http:// 
dev.pachyderm.org:8800/svn/pachyderm

That will do the trick, and then just do a 'svn update' then 'svn  
commit' to check in your changes.

After everyone has made the switch, if you could please send me a  
note letting me know you've been successful.

Thank you,

Joshua

---------------------------------------------------
Joshua Archer
Software Engineer
CSU - Center for Distributed Learning
Phone: 707.664.2085
Fax:      707.664.4350

-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://webmail.sonoma.edu/mailman/private/pachy-dev/attachments/20060202/8e41dfe6/attachment.htm


More information about the Pachy-Dev mailing list