SVN movedat 2010-02-15 in Announcements by friebe (0 comments) The XP repositories "xp", "xpforge" and "xpdoc" have been moved to a new server, xpsrv.net. To fix your local SVN (development and/or anonymous) checkouts, use the following commands:1. Find out the checkout URL ~/devel/xp/trunk$ svn info . | grep ^URL 2. Use svn switch. The new URL is the same except for the hostname! ~/devel/xp/trunk$ svn switch \(The backslashes indicate wrapped lines and are not part of the command) Done! |
|