<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    On 10.03.2011 02:47, Matthew Brush wrote:
    <blockquote cite="mid:4D782DBD.6010501@gmail.com" type="cite"> I
      don't even understand why anyone would use the Git mirror over
      git-svn for development.
      <br>
    </blockquote>
    <br>
    The Git mirror is git-svn :) Cloning the mirror saves you the
    lengthy procedure of cloning the svn repo via git-svn (because the
    mirror already did this).<br>
    <br>
    After cloning the Git mirror you can just do:<br>
    <pre>$ git update-ref refs/remotes/git-svn origin/master
$ git svn init <code class="escaped"><a class="moz-txt-link-freetext" href="https://geany.svn.sourceforge.net/svnroot/geany/trunk">https://geany.svn.sourceforge.net/svnroot/geany/trunk</a></code>
$ git svn fetch
</pre>
    <br>
    <br>
    Best regards.<br>
  </body>
</html>