<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><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 class="HOEnZb"><font color="#888888"><br>
-Andrew.<br></font></span></blockquote><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>