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

RE: Is a heirarchy of braches possible ?

From: White, Daniel E. <dwhite_at_witsusa.com>
Date: 2005-04-28 20:10:55 CEST

OK. Understood.

Now, there seems to be an issue with creating a branch like this.

If I type:

        svn copy http://repos/mainProj/trunk
http://repos/mainProj/branches/developer1/project1/subprojectA/task1/sub
taskB

(Yes, it is an extreme example)
I get:
svn: PROPFIND request failed on
'/mainProj/!svn/bc/182/branches/developer1'
svn: '/mainProj/!svn/bc/182/branches/developer1' path not found

So, I tried making the directory in a working copy and committing it.
After that, the command worked.

Is this expected or is there a way to do this in one single step ?

Thanks for the quick answer. I have a team of developers screaming at
me for this.

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Thursday, April 28, 2005 1:17 PM
To: White, Daniel E.
Cc: users@subversion.tigris.org
Subject: Re: Is a heirarchy of braches possible ?

On Apr 28, 2005, at 9:48 AM, White, Daniel E. wrote:

> If I am using the suggested trunk/ tags/ branches/ division in a
> project, is it possible and/or practical to make a hierarchy under
> branches ?
>
> For instance:
>
> branches/
> developer-1/
> task1/
> task2/
> developer-2/
> task1/
> task2/
>
> ... et cetera, ad infinitum, ad nauseum

Sure, whatever you want. Subversion doesn't care. They're all just
directories.

>
>
> Any particular tips/warnings about how to eventually merging these
back
> into the trunk ?

Just make sure everyone understands the hierarchy. Humans are the ones
that choose the URLs to compare when doing merges, so as long as your
users know where their branches are, this shouldn't pose any problems.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 28 20:49:17 2005

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.