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

Re: branching question

From: Tyler Roscoe <tyler_at_cryptio.net>
Date: Fri, 24 Jul 2009 09:15:03 -0700

On Fri, Jul 24, 2009 at 10:42:13AM -0500, Haggerty, Joshua wrote:
> 1-Branch /trunk/a.sql to /branches/CR500/a.sql - works fine.
>
> 2-Branch /trunk/US_1/sql/ to /branches/CR500/US_1/sql - works but
> copies all files under sql into the branch which is undesired.
>
> 3-Branch /trunk/US_1/sql/a.sql to /branches/CR500/US_1/sql/a.sql -
> path not found (basically svn copy command will not create the
> subdir).

Did you look at svn cp --parents?

Otherwise, write a script that does the grunt work and run that whenever
you need to do this.

tyler
Received on 2009-07-24 18:15:56 CEST

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.