>From this page it seems like it's quite easy using just "git svn", and doesn't require an extra tool.
http://trac.parrot.org/parrot/wiki/git-svn-tutorial Instructions there are: git svn clone -s -r 40000:HEAD https://svn.parrot.org/parrot # choose some recent-ish commit -s is for --stdlayout which presumes the svn recommended layout for tags, trunk, and branches. -r is for the revision to start taking history from. If you want to include all of the history, just leave that option off, but it will take a very long time, and you really don't need all of it. This should also work (adding -s to git svn init), although I didn't try git svn init -s https://svn.osgeo.org/gdal/trunk/ 2011/10/21 Mateusz Łoskot <[email protected]>: > On 21 October 2011 07:54, Antonio Valentino > <[email protected]> wrote: >> It seems that the svn2git [1] tool (based on git-svn) is able to import >> svn repositories with branches in a proper way. >> I never used it an I don't know if it allows to push changes back to >> svn. >> Anyway since Julien only needs to generate a patch, svn2git should be >> good for its purposes. >> >> >> [1] https://github.com/nirvdrum/svn2git > > "(...) This is a one way sync, but allows you to use svn2git as a > mirroring tool for your SVN repositories." > > Thanks! It looks it is what we need. > > I will try to recreate the mirror using svn2git over the weekend. > > Best regards, > -- > Mateusz Loskot, http://mateusz.loskot.net > Charter Member of OSGeo, http://osgeo.org > Member of ACCU, http://accu.org > _______________________________________________ > gdal-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/gdal-dev > _______________________________________________ gdal-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/gdal-dev
