[e-lang] E's Subversion repository has moved
Mark S. Miller
markm at cs.jhu.edu
Sun Oct 29 12:35:03 CST 2006
E's subversion repository host has moved from hostname
71-37-9-70.tukw.qwest.net to svn.synchrona.org (thanks Dean!). The old
hostname is no longer active. If you have a checked out tree and would like to
switch it to using the new hostname, you can use the "svn switch --relocate"
command. The precise form depends on how you checked out the original. What
worked for me was:
$ cd ~/e/src
$ svn info | grep '^URL:' # to find out the current URL
URL: svn://71-37-9-70.tukw.qwest.net/erights/e/trunk/src
$ svn switch --relocate \
> svn://71-37-9-70.tukw.qwest.net/erights/e/trunk/src \
> svn://svn.synchrona.org/erights/e/trunk/src .
$ cd ~/e/doc
$ svn info | grep '^URL:'
URL: svn://71-37-9-70.tukw.qwest.net/erights/doc
$ svn switch --relocate \
> svn://71-37-9-70.tukw.qwest.net/erights/doc \
> svn://svn.synchrona.org/erights/doc
--
Text by me above is hereby placed in the public domain
Cheers,
--MarkM
More information about the e-lang
mailing list