SVN moved

at 2010-02-15 in Announcements by friebe (0 comments)

ServerThe 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
URL: svn+ssh://friebe@xp-framework.net/home/svn/xp/trunk

2. Use svn switch. The new URL is the same except for the hostname!
  ~/devel/xp/trunk$ svn switch \
svn+ssh://friebe@xp-framework.net/home/svn/xp/trunk \
svn+ssh://friebe@xpsrv.net/home/svn/xp/trunk
(The backslashes indicate wrapped lines and are not part of the command)
Done!



Subscribe

You can subscribe to the XP framework's news by using RSS syndication.


Categories

News
General
PHP5
Announcements
RFCs
Further reading
Examples
Editorial
EASC
Experiments
Unittests
Databases
5.8-SERIES

Related

Find related articles by a search for «SVN».