[e-lang] Subversion Repository up
Kevin Reid
kpreid at mac.com
Sun Jul 23 21:39:57 EDT 2006
On Jul 23, 2006, at 21:16, Mark S. Miller wrote:
> In other words, to check things out, do
>
> $ svn co svn://71-36-42-47.tukw.qwest.net/erights
This is not a good idea (for any repository using a typical layout).
Once branches (or tags) are in use, this will have the effect of
checking out every branch as a separate copy on your local filesystem.
Instead,
$ svn co svn://71-36-42-47.tukw.qwest.net/erights/e/trunk e
The final argument is the local directory to create, so that it has a
better name than "trunk".
To find out what projects (and branches, etc.) are available, browse
using "svn ls":
$ svn ls svn://71-36-42-47.tukw.qwest.net/erights
doc/
e/
--
Kevin Reid <http://homepage.mac.com/kpreid/>
More information about the e-lang
mailing list