Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><strong>git-svn appears to be repeatedly pulling the same revisions because you have tags in your SVN repository.</strong> SVN's concept of a tag is slightly different from git's: <a href="https://stackoverflow.com/questions/372321/best-practice-for-svn-tags/372429#372429">SVN tags are actually branches</a> (thus <a href="https://stackoverflow.com/questions/39977/how-are-tags-made-in-subversion/40003#40003">SVN tags are <em>copies</em></a>).</p> <p>Take a closer look at your output:</p> <blockquote> <p><code>r1 = d349ed8cb2d76596fe2b83224986275be4600fad (QuoteSvcFix442@2698)</code></p> </blockquote> <p>Although the revision <code>r1 =</code> looks too familiar, the rest of the text probably differs. At a minimum, the tag name (in this case <code>QuoteSvcFix442@2698</code>) will not be the same.</p> <p><strong>I think the only way to prevent this is by having git-svn skip the SVN tags.</strong> If you can't live without the tags, you can also <a href="http://gitready.com/advanced/2009/02/16/convert-git-svn-tag-branches-to-real-tags.html" rel="nofollow noreferrer">convert the SVN 'tag' branches to real git tags</a> (but you have to fetch all the tag branches, first!)</p> <hr> <p>A related SO question with possible work-arounds: <a href="https://stackoverflow.com/questions/2029520/can-git-svn-be-used-on-large-branched-repositories">Can Git-svn be used on large, branched repositories?</a></p> <p>Some discussion about this issue: <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501761" rel="nofollow noreferrer">git-svn --tags should at least /try/ to handle tags as tags</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload