From: Jonathan Nieder <jrnieder@gmail.com>
To: Ramkumar Ramachandra <artagnon@gmail.com>
Cc: Steven Line <sline00@gmail.com>, git@vger.kernel.org
Subject: Re: git svn clone terminating prematurely (I think)
Date: Wed, 11 Jan 2012 16:48:33 -0600 [thread overview]
Message-ID: <20120111224833.GA29654@burratino> (raw)
In-Reply-To: <CALkWK0nyc6NVE7Qpvbc0dXb1UHGM_=uYbCS+a53HZxiBRG9HvQ@mail.gmail.com>
Ramkumar Ramachandra wrote:
> Interesting. From the git-svn-id of the most recent commit, can you
> tell if there's anything especially fishy about the revision where
> git-svn stops? Your Subversion repository is probably broken in some
> way,
I wouldn't necessarily assume that. My first hunch would have been
that this is some variation on the SIGPIPE bug[1]. The usual
workaround for that[2] is to get git-svn to continue by running "git
svn fetch" again. Nobody's fixed it because nobody's stared at the
SVN perl bindings for long enough to find the cause.
Modern git versions produce a message in that case, though:
error: git-svn died of signal 13
So you are probably running into something else. I only mention this
for context.
Does svnsync work for making a local copy of whatever subset of the
repository is relevant? Alternatively (this is basically the same),
is the network connection stable enough for e.g. svnrdump[3] to get a
dump?
Sorry for the trouble, and hope that helps,
Jonathan
[1] http://thread.gmane.org/gmane.comp.version-control.git/134936/focus=134940
[2] Maybe it deserves a note in the manpage.
[3] http://repo.or.cz/w/svnrdump.git
next prev parent reply other threads:[~2012-01-11 22:44 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-11 0:02 git svn clone terminating prematurely (I think) Steven Line
2012-01-11 4:34 ` Ramkumar Ramachandra
2012-01-11 21:52 ` Steven Line
2012-01-11 22:48 ` Jonathan Nieder [this message]
2012-01-12 18:25 ` Steven Line
2012-01-13 7:10 ` Steven Michalske
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120111224833.GA29654@burratino \
--to=jrnieder@gmail.com \
--cc=artagnon@gmail.com \
--cc=git@vger.kernel.org \
--cc=sline00@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).