bzr st on a working copy is slow
Bug #332169 reported by
Kevin Fitch
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Bazaar |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
bzr 1.12
bzr-svn 0.5.2
Ubuntu 8.04
I have a subversion working copy, if I do bzr st on it, it will pull down stuff from the repo .. very slick. Then in the future if I do bzr st on that directory it takes 15-30 seconds.
If instead I check out the subversion repo with bzr e.g.:
bzr co svn+https://....
bzr st
It responds immediately.
The subversion server is running svn 1.3.0 (I can't get them to upgrade :( )
I checked it out with svn 1.5 (I think ... whatever is in ubuntu 8.04)
Changed in bzr: | |
status: | New → Confirmed |
tags: | added: check-for-breezy |
tags: | removed: check-for-breezy |
To post a comment you must log in.
bzr checkouts contain all history locally, svn (lightweight) checkouts do not and therefore contact with the server is required to retrieve some of that information.
I don't think there's much that bzr-svn could be doing differently here.