I'm now observed something.<br>Every time I issue any command o this repository, it first starts saying things like:<br> 256kB 0kB/s | fetching svn revision info 99/14535<br>before it breaks, giving the error message.<br>
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 info for more the 500 revisions, which is much more than ever before (i've never seen it go past 200).<br>
This sure gets interesting.<br>Cheers,<br>Nenad<br><br><div class="gmail_quote">2012/8/1 Propadovic Nenad <span dir="ltr"><<a href="mailto:npropadovic@gmail.com" target="_blank">npropadovic@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote">2012/8/1 Andrew Bennetts <span dir="ltr"><<a href="mailto:andrew@bemusement.org" target="_blank">andrew@bemusement.org</a>></span><div class="im">
<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Propadovic Nenad wrote:<br>
This sounds like the server (or perhaps a network link between you and the<br>
server) is cutting off the connection. Perhaps it's not able to deal with the<br>
relatively high load bzr-svn places upon svn (unlike fetching a svn checkout,<br>
it's basically fetching every single revision since the start of the<br>
repository).<br>
<br>
If so, you *might* be able work around this by fetching branches in small<br>
increments, e.g. the first 100 revisions, then the next 100, etc. You can do<br>
this via commands like:<br>
<br>
bzr branch -r 100 svn://.../trunk<br>
cd trunk<br>
bzr pull -r 200<br>
bzr pull -r 300<br>
# etc<br>
<span><font color="#888888"><br>
-Andrew.<br></font></span></blockquote></div><div><br>Hello Andrew,<br><br>that sounds reasonable like a good assumption. I do see the commands breaking after some 100-something revisions being pulled. I tried the svn-layout command - same thing.<br>
<br>Cheers,<br>Nenad<br></div></div>
</blockquote></div><br>