Re: Subversion, decentralized version control, and the future.
From: Nik Clayton <nik_at_ngo.org.uk>
Date: 2007-07-06 03:24:52 CEST
Folker Schamel wrote:
<bikeshed colour="blue">
'$' is a bad choice because of the need to quote it in shells.
I like the SVK approach. You have a client-side configuration file that
Instead of using URLs on the command line, you use a path that looks like:
/<prefix>/<rest-of-path>
So with a configuration like this, and assuming that svn(1) supported
'': svn://host/repo/path
you could do:
svn checkout //trunk
or
svn checkout /svn/trunk
or
svn checkout /svnt
svn copy /svnt /svn/branches/my-first-branch
Any reason why libsvnclient couldn't be modified to support this syntax?
N
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.