"bzr branches http://fbug.googlecode.com/svn/trunk/" repeats the same layout analyses over and over

Bug #340185 reported by Samuel Bronson
4
Affects Status Importance Assigned to Milestone
Bazaar
Confirmed
Undecided
Unassigned

Bug Description

"bzr branches http://fbug.googlecode.com/svn/trunk/" repeats the same layout analyses over and over:

484.279 potential branching layouts: [('trunk0', 1645), ('root', 206), ('trunk1', 150)]
484.280 Guessed repository layout: TrunkLayout(0), guess layout to use: RootLayout()
485.690 opening SVN RA connection to 'http://fbug.googlecode.com/svn/branches'
488.678 potential branching layouts: [('trunk0', 1645), ('root', 206), ('trunk1', 150)]
488.679 Guessed repository layout: TrunkLayout(0), guess layout to use: CustomLayout(['branches'],[])
489.881 opening SVN RA connection to 'http://fbug.googlecode.com/svn'
492.860 potential branching layouts: [('trunk0', 1645), ('root', 206), ('trunk1', 150)]
492.861 Guessed repository layout: TrunkLayout(0), guess layout to use: RootLayout()
494.311 opening SVN RA connection to 'http://fbug.googlecode.com/svn/branches'
497.246 potential branching layouts: [('trunk0', 1645), ('root', 206), ('trunk1', 150)]
497.247 Guessed repository layout: TrunkLayout(0), guess layout to use: CustomLayout(['branches'],[])
498.485 opening SVN RA connection to 'http://fbug.googlecode.com/svn'
501.456 potential branching layouts: [('trunk0', 1645), ('root', 206), ('trunk1', 150)]
501.457 Guessed repository layout: TrunkLayout(0), guess layout to use: RootLayout()
502.780 opening SVN RA connection to 'http://fbug.googlecode.com/svn/branches'
506.194 potential branching layouts: [('trunk0', 1645), ('root', 206), ('trunk1', 150)]
506.194 Guessed repository layout: TrunkLayout(0), guess layout to use: CustomLayout(['branches'],[])
507.410 opening SVN RA connection to 'http://fbug.googlecode.com/svn'
510.315 potential branching layouts: [('trunk0', 1645), ('root', 206), ('trunk1', 150)]
510.316 Guessed repository layout: TrunkLayout(0), guess layout to use: RootLayout()
511.659 opening SVN RA connection to 'http://fbug.googlecode.com/svn/branches'
514.721 potential branching layouts: [('trunk0', 1645), ('root', 206), ('trunk1', 150)]
514.722 Guessed repository layout: TrunkLayout(0), guess layout to use: CustomLayout(['branches'],[])
515.994 opening SVN RA connection to 'http://fbug.googlecode.com/svn'

Revision history for this message
Jelmer Vernooij (jelmer) wrote :

This is a bug in Bazaar since it will attempt to find branches in *all* paths under the specified URL, rather than not browsing under any branches that bzr-svn already found.

Revision history for this message
Vincent Ladeuil (vila) wrote :

@Jelmer, can you provide a fix for that ?
Or at least give indications about what hook may be missing in bzr to allow bzr-svn
to communicate the known branches to bzr ?
Should we asssign the bug to both bzr and bzr-svn ?

Changed in bzr:
status: New → Confirmed
Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
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.