== Background ==
Based [http://git-scm.com/book/ch8-1.html on this] and [http://iacoware.wordpress.com/2009/10/02/howto-use-svnsync-to-mirror-a-repository-on-windows/ this article.]
== Windows ==== Windows = Test 2 ===
md C:\relax\svn\trunk
svnadmin create --pre-1.4-compatible C:/relax/svn/trunk/.svn
git svn clone file:///C:/relax/svn/trunk -s
git svn clone file:///C:/relax/svn/branches/relax_disp -s
=== Test 2 ===
[http://www.tfnico.com/presentations/git-and-subversion Based on these posts] and on [http://trac.parrot.org/parrot/wiki/git-svn-tutorial these posts].