git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* purpose of -r flag for git-svn fetch
@ 2010-06-30  2:29 Bradley Wagner
  2010-06-30  8:40 ` Will Palmer
  0 siblings, 1 reply; 3+ messages in thread
From: Bradley Wagner @ 2010-06-30  2:29 UTC (permalink / raw)
  To: git

I've tried doing git-svn fetch in batches because it takes too long to
do it all at once.

    git svn -r1:5000 fetch
    git svn -r5000:10000 fetch
    git svn -r10000:15000 fetch

Strangely, after this is done if I look in the history with "git log",
I only see commits on master branch up through the 5000th revision of
the SVN repository. Someone told me to then call git-svn rebase to fix
it. What does "-r" actually do when invoked on consecutive calls to
"git-svn fetch" and why does git-svn rebase appear to fix it?

I posted this question to Stackoverflow before realizing that this
list is a better audience for it:
http://stackoverflow.com/questions/3144683/master-branch-missing-revisions-after-sequential-git-svn-fetch-calls

Thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-06-30 13:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-30  2:29 purpose of -r flag for git-svn fetch Bradley Wagner
2010-06-30  8:40 ` Will Palmer
2010-06-30 13:32   ` Bradley Wagner

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).