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

Re: Creating branches

From: Tim Hill <drtimhill_at_comcast.net>
Date: 2007-01-10 17:39:24 CET

On Jan 10, 2007, at 7:38 AM, <stephen.3.odonnell@bt.com> <stephen.
3.odonnell@bt.com> wrote:

> Sorry for the probable silly question …
>
> My repository is like
>
> Product
>
> Trunk/
>
> Dir1/
>
> Dir2/
>
> Branch/
>
> Rel_1.0
>
> Tags/
>
> I want to create a branch of everything under but not including
> trunk in branch/Rel_1.0. ie I want to achieve:
>
> Product
>
> …
>
> …
>
> Branch
>
> Rel_1.0/
>
> Dir1/
>
> Dir2/
>
> …
>
> If I use svn copy –m “creating branch” svn://server/product/trunk
> svn://server/product/branch/Rel_1.0 I get
>
> Product
>
> …
>
> …
>
> Branch
>
> trunk
>
> Rel_1.0/
>
> Dir1/
>
> Dir2/
Is this *really* what you get? "Product/Branch/trunk/Rel_1.0/Dir1"
etc? Or did you mean "Product/Branch/Rel_1.0/trunk/Dir1", which is
waht I would expect? The former is certainly an svn bug.

--Tim
Received on Wed Jan 10 17:39:50 2007

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.