On Fri, Jun 22, 2007 at 10:59:41AM +0100, Baruch Even wrote:
> I'm trying to clone the debiab-installer repository and it fails with an
> error:
> Error from SVN, (210004): Malformed network data: Malformed network data
>
> This always happens on r200.
>
> The command used to do the clone is:
> git-svn clone svn://svn.debian.org/svn/d-i --branches branches --trunk trunk
> --tags tags
Hi Baruch, I can reproduce the problem. Until the bug has been
identified, here's a workaround: First fetch revisions 0 to (at least)
134, and then continue to fetch the rest:
$ git-svn init svn://svn.debian.org/svn/d-i --branches branches --trunk trunk
--tags tags
$ git-svn fetch -r0:134
[...]
Successfully followed parent
W: -empty_dir: doc
W: -empty_dir: main-menu
W: -empty_dir: tools/cdebconf
W: -empty_dir: tools/pcidetect
W: -empty_dir: tools/udpkg
r134 = 0afd9671bf9e80c24a16b5ba40d2226c27523959 (novendor)
Checked out HEAD:
svn://svn.debian.org/svn/d-i/branches/novendor r134
$ git-svn fetch -r0:HEAD
[...]
r200 = 8232aa69ae4191fe49a478c7656e28afee1f32fc (trunk)
M doc/TODO
r201 = 07e9032007280a9048340f0fd3c3c336bc1eabf1 (trunk)
M tools/udpkg/TODO
r202 = 453bf823316c0442dcdc70a1cc077b97ed5bda09 (trunk)
[...]
Regards, Gerrit.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]