All of lore.kernel.org
 help / color / mirror / Atom feed
From: Eric Wong <e@80x24.org>
To: Hin-Tak Leung <htl10@users.sourceforge.net>
Cc: git@vger.kernel.org
Subject: Re: git svn clone cannot go beyond a specific rev on codeplex
Date: Fri, 13 May 2016 10:34:55 +0000	[thread overview]
Message-ID: <20160513103455.GA6061@dcvr.yhbt.net> (raw)
In-Reply-To: <1755662347.2265534.1463089085574.JavaMail.yahoo@mail.yahoo.com>

Hin-Tak Leung <htl10@users.sourceforge.net> wrote:
> I tried bin-wrappers/ from current git HEAD.
> 
> $ git describe
> v2.8.2-396-g5fe494c

Which SVN version?	`git svn --version`

> bin-wrappers/git svn clone https://ironpython.svn.codeplex.com/svn ironpython-old-codeplex
> 
> always fails at this rev:
> 
> 	M	Src/Tests/test_re.py
> r7605 = e581bc66eda2b86bf46681191034844c4ba7d7a5 (refs/remotes/git-svn)
> Connection reset by peer: Error running context: Connection reset by peer at /home/Nobak-Hin-Tak/tmp-git/git/perl/blib/lib/Git/SVN/Ra.pm line 312.

Can you resume with "git svn fetch" ?

I suspect it's too big a change to the next revision (r8870)
since they rearranged the repo (*sigh*):

	svn log -r 7604:HEAD -v https://ironpython.svn.codeplex.com/svn

I don't think I've seen the "Error running context:" error
message before, so it could be something (either the server or
client) running out of memory, hitting a timeout or CPU limit
of some sort...

This gave me a 7MB diff, but seems to have gone through without
error after taking a long time:

	svn diff -r7604:8870 https://ironpython.svn.codeplex.com/svn

> I am sure there are later revs, as the web front end says so,
> but git svn clone/fetch does not seem to be able to get at it.

When in doubt, reach for "svn log" and see how strange things get :)

> (vger.kernel did not seem to like my posts a while ago - I
> hope situation has improved and this can go through...)

This was fine; but feel free to Cc: me and you can always check
http://dir.gmane.org/gmane.comp.version-control.git
or other archives.

  reply	other threads:[~2016-05-13 10:35 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1755662347.2265534.1463089085574.JavaMail.yahoo.ref@mail.yahoo.com>
2016-05-12 21:38 ` git svn clone cannot go beyond a specific rev on codeplex Hin-Tak Leung
2016-05-13 10:34   ` Eric Wong [this message]
     [not found] <850545563.3152522.1463160098080.JavaMail.yahoo.ref@mail.yahoo.com>
2016-05-13 17:21 ` Hin-Tak Leung
     [not found] <320381260.3220496.1463164131860.JavaMail.yahoo.ref@mail.yahoo.com>
2016-05-13 18:28 ` Hin-Tak Leung
2016-05-13 23:02   ` Eric Wong

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=20160513103455.GA6061@dcvr.yhbt.net \
    --to=e@80x24.org \
    --cc=git@vger.kernel.org \
    --cc=htl10@users.sourceforge.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.