[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: <stephen.3.odonnell_at_bt.com>
Date: 2007-01-10 17:58:58 CET

Sorry that was a typo - I get what you expected to see

 

Branch

  Rel_1.0

    Trunk

       ...

 

Another reply pointed out to me that I can get rid of the trunk part by
not pre-creating the Rel_1.0 giving me what I want.

 

Thanks,

 

Stephen.

 

________________________________

From: Tim Hill [mailto:drtimhill@comcast.net]
Sent: 10 January 2007 16:39
To: O'Donnell,S,Stephen,XMB R
Cc: users@subversion.tigris.org
Subject: Re: Creating branches

 

 

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:59:25 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.