Note that there are some explanatory texts on larger screens.

plurals
  1. POIndex mismatch error when performing 'git svn fetch'
    primarykey
    data
    text
    <p>I've been working with a remote SVN repository using git svn for a while without any problems. The other day, I typed <code>git svn fetch</code> and got the following index mismatch error. I tried the solution in <a href="https://stackoverflow.com/questions/4073956/how-to-resolve-a-git-index-mismatch-problem">this question</a>, but it didn't work.</p> <p>Here's the error:</p> <pre><code>$ git svn fetch W: Ignoring error from SVN, path probably does not exist: (175002): RA layer request failed: REPORT request failed on '/clients/!svn/bc/50511/foo/devsite': REPORT of '/clients/!svn/bc/50511/foo/devsite': 200 OK (https://svn.example.com) W: Do not be alarmed at the above message git-svn is just searching aggressively for old history. This may take a while on large repositories Index mismatch: 2b1371fbceb67b54e6afb805bcc65483e7eb381a != 99c95d43e7a473492b738ccc1f413911c43f195e rereading c69879814b55f39121372a395fe15896e749b46a M trunk/email-landing/landing-looking.html M trunk/email-landing/landing-nurture.html A trunk/email-landing/images/register-now-screenshot.png A trunk/email-landing/images/dark-checkmark.png A trunk/email-landing/images/logo.jpg A trunk/email-landing/images/logo.png M trunk/email-landing/landing-event.html RA layer request failed: REPORT request failed on '/clients/!svn/vcc/default': REPORT of '/clients/!svn/vcc/default': 200 OK (https://svn.example.com) at C:\Program Files (x86)\Git/libexec/git-core\git-svn line 5653 </code></pre> <p><strong>EDIT:</strong> I have tried re-installing cygwin (and thus git-svn). I have also tried cloning a new repository via <code>git svn clone</code> -- same error.</p>
    singulars
    1. This table or related slice is empty.
    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.
 

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