bzr info default behaviour in directory with .svn is overkill

Bug #519370 reported by Gabriel Filion
This bug report is a duplicate of:  Bug #407283: Cache is too greedy. Edit Remove
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Bazaar Subversion Plugin
New
Undecided
Unassigned

Bug Description

When in a directory that has been checked out with svn, if you run "bzr info", it automatically connects to the svn server to fetch all revisions:

$ svn co svn+ssh://myserver/trunk/whatever
[...]
$ bzr info
Initialising Subversion metadata cache in /home/me/.bazaar/svn-cache/caf5f3e8-d4fe-0310-bb3e-c32d5e47d55d
[/ ] fetching svn revision info 80/15179

this is really overkill and will stall for a long time without any output if svn server is unavailable.

default behaviour should be to inform the user that it is an svn repository and that revisions could be fetched from the server with another option/command (e.g. "bzr init" does exactly this if I'm not mistaken). If it's able to do it locally (without ever contacting the svn server) it could output information about the location of the svn server and maybe current revision number.

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.