Loosing fate about "plays nice with others"

Jelmer Vernooij jelmer at samba.org
Thu Aug 9 15:44:34 UTC 2012


On Thu, Aug 09, 2012 at 11:26:31AM -0400, Stefan Monnier wrote:
> > Every time I issue any command o this repository, it first starts saying
> > things like:
> >    256kB     0kB/s | fetching svn revision info 99/14535
> > before it breaks, giving the error message.
> > Now, the second number (in this case 14535) is ever decreasing, at
> > approximately the number of revisions it managed to go trough, before it
> > breaks. At the moment I'm writing this, it has already fetched revision

> I've seen this with some other Svn repository as well.
> Basically, the work put into each run is not lost, so I just run it again
> and again until it downloaded all the revisions, at which point it
> finished cleanly.

All instances where I have seen this were caused by limits set in the
HTTP server on the size of requests and responses. This usually isn't
a problem when using SVN itself as its sessions tend to be shortlived.
In some cases it's possible to reproduce the error by running "svn log
-v <repository-root>".

> The problem I had is that bzr-svn did not cache the site's password, so
> every run required my attention.
bzr-svn should be able to use the site's password if it was cached by
svn itself. You can get svn to cache the password by e.g. running 'svn
ls <repo-url>'.

Cheers.

Jelmer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/bazaar/attachments/20120809/9c83f209/attachment.pgp>


More information about the bazaar mailing list