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

Re: About copying/branching

From: Calvin Spealman <calvin_at_ironfroggy.com>
Date: 2004-03-03 19:07:00 CET

On Wednesday 03 March 2004 11:50 am, "Christopher Brown"
<christopher@calligrafix.com> wrote:
> Is there any way to create intermediate directories when branching like
> this? It's not too bad manually, but a bit of pest to automate.
>
> The command works after creating intermediate folders. However, it creates
> a folder containing "trunk" inside "r1". Could I copy "trunk"'s *contents*
> into "r1"? Didn't spot syntax for doing this in the Subversion manual.

You'll have to just keep creating them manually, for now. This hopefully isnt
too much of a problem, because typically developers will keep most or all of
their tags in one directory, or at least all the tags for a particular major
or minor version number together.

I'm writting a tag management script called svntag (link to a very poor
version was posted a few days ago, but its improving). I'll keep this in mind
for the next few versions and try to put in an option like mkdir's --parents
option. If you want, I can notify you when such a feature is available.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 3 19:13:29 2004

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.