[Redbutton-devel] subversion URL change
Brought to you by:
skilvington
|
From: Simon K. <s.k...@er...> - 2007-06-18 16:27:36
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, sourceforge have changed the URLs they use for subversion access, so redbutton svn has moved from: https://svn.sourceforge.net/svnroot/redbutton to: https://redbutton.svn.sourceforge.net/svnroot/redbutton the old URL will stop working soon (end of June I think) so if you have a copy of the svn tree, doing "svn update" will probably not work either. to fix this, you could either checkout a new version of the svn code using the new URL, ie: svn co https://redbutton.svn.sourceforge.net/svnroot/redbutton or you can run this command in the top level (ie in the "redbutton" directory) of a tree you have already checked out: svn switch --relocate https://svn.sourceforge.net/svnroot/redbutton https://redbutton.svn.sourceforge.net/svnroot/redbutton - -- Simon Kilvington -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGdrJemt9ZifioJSwRAqy1AJ9L2eeXDGuWxEXCtC6/FLwteNunBQCfTavC 2mbnb5EmCbB/brWYk8+phLk= =ueeS -----END PGP SIGNATURE----- |