git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Albert Dvornik <dvornik+git@gmail.com>
To: git@vger.kernel.org
Subject: Re: "git svn fetch" on a branch is broken after "git svn reset"
Date: Thu, 6 Jan 2011 00:00:25 -0500	[thread overview]
Message-ID: <AANLkTikMjj1PFRQCs7N58Y+GCruEHv1FZc1OPN4r9Yr1@mail.gmail.com> (raw)
In-Reply-To: <AANLkTikhaPP0bHEEeFf_2RgK_bdE-i+gaCKopfQjqgHP@mail.gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1988 bytes --]

Here is a reproducer using a very simple public SVN repo.

[I spent a bit of effort on trying to figure out what's going on, but
git-svn code, er, has a learning curve. =)  After a reset, fetch_all()
correctly backs up $base when fetching on the trunk, but not on the
branch, because $gs->rev_map_max returns a correctly reset value in
one case but not the other.  This may be because $fetch ALWAYS seems
to refer to the trunk; is that supposed to be the case?]

--bert Dvornik

On Wed, Jan 5, 2011 at 1:22 AM, Albert Dvornik <dvornik+git@gmail.com> wrote:
> The documentation for git svn claims that this should work:
>
>    git svn reset -r2 -p
>    git svn fetch
>
> But when I tried it (using an SVN tree that has recent commits only in
> a branch, not the trunk), it didn't work correctly.  "fetch" grabbed
> just the latest version from SVN, and not all revs from <revnum> to
> the head!  Note that it matters that this is in an SVN branch-- if I
> repeat the test using revs in the trunk, everything works as expected.
>
> Specifically, what I did was this:
>
>    git co -b testing refs/remotes/test-branch
>    git svn fetch
>
>    git svn reset -r 850
>    # does correctly rewind to rev 850, undoing commits in test-branch
>
>    git svn fetch
>    # oops, only fetches the *head* revision (rev 856) from SVN!
>    # In refs/remotes/test-branch, SVN rev 850 is now followed by 856!
>
> I then tried this again, but between reset and fetching I manually
> edited .git/svn/.metadata and moved back the *-maxRev versions to 850;
> after doing this, the fetch does the right thing.  I tried examining
> the logic in git-svn.perl to figure out why this happens and why it
> would be affecting a branch but not the trunk, but I didn't get very
> far.
>
> I can reproduce the problem on Linux (git version 1.7.2.1) and Windows
> (Git for Windows version 1.7.3.2.msysgit.0.4.ga4f3f or Cygwin git
> 1.7.2.3).
>
> Thoughts?
>
> --bert
>

[-- Attachment #2: svn-reset-test.sh --]
[-- Type: application/x-sh, Size: 2517 bytes --]

      reply	other threads:[~2011-01-06  5:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-05  6:22 "git svn fetch" on a branch is broken after "git svn reset" Albert Dvornik
2011-01-06  5:00 ` Albert Dvornik [this message]

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=AANLkTikMjj1PFRQCs7N58Y+GCruEHv1FZc1OPN4r9Yr1@mail.gmail.com \
    --to=dvornik+git@gmail.com \
    --cc=git@vger.kernel.org \
    /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).