`bzr branch` in a shared repository no longer puts branch in its own directory

Bug #938264 reported by David Owen
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar
Triaged
High
Unassigned

Bug Description

To reproduce, with bzr 2.5b5 on Precise:

1. mkdir -p /tmp/example
2. cd /tmp/example
3. bzr init-repo --no-trees .
4. bzr branch lp:canonical-identity-provider trunk

Notice that this creates a subdirectory called "trunk" in the shared repo. This is expected.

5. bzr branch lp:~canonical-isd-hackers/canonical-identity-provider/add-2f-to-account-admin

Notice that this doesn't create a subdirectory. Instead, this has merged with the shared repo itself:

6. bzr info

(info about the branch in step 5 now appears)

This sequence used to create a subdirectory with a name determined from the branch's source location. In this case, it would have been named "add-2f-to-account-admin".

Revision history for this message
David Owen (dsowen) wrote :

Might be related: bug #744893.

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 938264] Re: `bzr branch` in a shared repository no longer puts branch in its own directory

On 02/22/2012 12:05 AM, David Owen wrote:
> Might be related: bug #744893.
>
Does 'bzr branches' list the branch ?

Cheers,

Jelmer

Revision history for this message
David Owen (dsowen) wrote :

On 02/21/2012 04:30 PM, Jelmer Vernooij wrote:
> On 02/22/2012 12:05 AM, David Owen wrote:
>> Might be related: bug #744893.
>>
> Does 'bzr branches' list the branch ?

After step 4, which branched trunk into a subdir:

 >> dsowen@beryllium-precise:/tmp/example$ bzr branches

(no output)

After step 5:

 >> dsowen@beryllium-precise:/tmp/example$ bzr branches
 >> * (default)

Jelmer Vernooij (jelmer)
Changed in bzr:
status: New → Triaged
importance: Undecided → High
Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

I can't reproduce this with current breezy.

tags: removed: check-for-breezy
Revision history for this message
David Owen (dsowen) wrote :

Currently running 2.5.1 on Gentoo, I can't reproduce it.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.