Creating branch from sparse working copy, using 1.5 beta 1
From: Jim Hennessy <jphxx_at_attglobal.net>
Date: Wed, 02 Apr 2008 14:51:48 -0400
I would like to create a branch that represents just the directories in
trunk
Now I make a working copy that is a sparse version of the trunk:
svn checkout --depth=empty url/trunk .
Now I add a subset of the possible directories:
svn update a b
I would like to be able to create a branch from this working copy, as in:
svn copy . url/branches/b1
But the resulting branch has the "c" directory in it as well, even
I notice that I can do it using just URLs, such as:
svn copy --parents url/trunk/a url/trunk/b url/branches/b1
It would sometimes be nice to be able to do it from a working copy,
---------------------------------------------------------------------
|
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.