[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

checkout subtree; feature request

From: Chris Capel <chris_at_ibanktech.net>
Date: 2005-04-19 18:44:00 CEST

In reference to http://svn.haxx.se/users/archive-2005-03/0557.shtml, I'd like to
make this a formal feature request if it's not already. Specifically, I'd like
Subversion to have a feature that allows one to issue a command such as

svn co svn://my-server/project/branches/a-branch-i-want --build-parent-folders

and have the client build the working copy for
project/branches/a-branch-i-want/* in the current directory.

Or perhaps better would be to have an option with an argument, such that

svn co svn://my-server/project/branches/a-branch-i-want --build-from-folder \
svn://my-server/project/branches

would create the working copy under branches/a-branch-i-want.

Currently, it's possible do something like this to get the effect (thanks to
darix on #svn for pointing this out):

svn co svn://my-server/project -N; cd project; svn up trunk -N; cd trunk
#etc

but unfortunately, that's a rather obscure way to do it. (Updating a directory
that doesn't exist in your working copy is quite unintuitive.)

If no one has objections, I'll add a feature request to the issue tracker.

Chris Capel

Please CC me in any replies.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Apr 20 19:04:53 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.