How to correctly set branching scheme

Asked by Russel Winder

The Gradle Subversion store is at http://svn.codehaus.org/gradle and there are two top-level directories one of which is gradle-core which is trunk/branches/tags structures. This seems like a trunk1 branching scheme. However when I try

bzr branch https://svn.codehaus.org/gradle/gradle-core GradleCore

I find:

[004c2c75-fc45-0410-b1a2-da8352e2331b]
locations = svn+https://svn.codehaus.org/gradle;https://svn.codehaus.org/gradle
branching-scheme = single-gradle-core
branching-scheme-mandatory = False
branching-scheme-guess = trunk1

which leads to not parsing branches and tags in the way desired but simply maps out the Subversion layout as though it were all part of the a single branch.

Thanks.

Question information

Language:
English Edit question
Status:
Solved
For:
Bazaar Subversion Plugin Edit question
Assignee:
No assignee Edit question
Solved by:
Jelmer Vernooij
Solved:
Last query:
Last reply:
Revision history for this message
Best Jelmer Vernooij (jelmer) said :
#1

Hi Russel,

On Fri, 2008-10-10 at 07:20 +0000, Russel Winder wrote:
> The Gradle Subversion store is at http://svn.codehaus.org/gradle and there are two top-level directories one of which is gradle-core which is trunk/branches/tags structures. This seems like a trunk1 branching scheme. However when I try
>
> bzr branch https://svn.codehaus.org/gradle/gradle-core GradleCore
trunk1 means you would be able to branch https://svn.codehaus.org/gradle/gradle-core/trunk, not https://svn.codehaus.org/gradle/gradle-core.

> I find:
>
> [004c2c75-fc45-0410-b1a2-da8352e2331b]
> locations = svn+https://svn.codehaus.org/gradle;https://svn.codehaus.org/gradle
> branching-scheme = single-gradle-core
> branching-scheme-mandatory = False
> branching-scheme-guess = trunk1
>
> which leads to not parsing branches and tags in the way desired but simply maps out the Subversion layout as though it were all part of the a single branch.

--
Jelmer Vernooij <email address hidden> - http://samba.org/~jelmer/
Jabber: <email address hidden>

Revision history for this message
Russel Winder (russel) said :
#2

I am embarassed -- to much use of Git :-)

Revision history for this message
Russel Winder (russel) said :
#3

Thanks Jelmer Vernooij, that solved my question.