Quick bzr-svn question

Jelmer Vernooij jelmer at samba.org
Mon Mar 23 23:41:57 GMT 2009


Michael B. Trausch wrote:
> It seems like it is only possible to perform one operation on a remote
> Subversion repository at a time, is that correct?
>
> I ask because I am attempting to pull the SVN for Mono (yes, all of it)
> via svn-import, and I estimate that at its current rate, it'll take 2 -
> 4 _days_ to complete.  In the meantime, I'd like to pull one of the
> branches and take a look at it, but when I do, bzr complains that the
> database is locked.  I'm attempting this branch operation in a totally
> different directory tree, so the only thing I can guess is that bzr-svn
> holds a lock to something in its cache of the Subversion data.  Would
> that be an accurate statement?
Yeah, this is a known bug: 
https://bugs.edge.launchpad.net/bzr-svn/+bug/185200
We need to move away from sqlite at some point, and at that point this 
bug will go away.

You can work around it a bit by setting "use-cache = False" in 
~/.bazaar/bazaar.conf.

What version of bzr-svn are you using? 2 to 4 days seems a bit much for 
an import, given that e.g. the 270k revisions in OpenOffice took around 
20 hours (faster bzr format, but still).

Cheers,

Jelmer



More information about the bazaar mailing list