[git-users] git svn and depth

2012-05-15 Thread Thomas Ferris Nicolaisen
There is no depth option for Git svn. Try -r instead, and pass it the latest revision with HEAD like this: git svn clone -r [svn-url] -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To view this discussion on the web visit https://gr

[git-users] git svn and depth

2012-05-15 Thread sinbad
how to fetch just the latest version of a code from svn repo using git. "git svn clone --depth 1 " doesn't seem to work, it is throwing an error, 'unkown option depth'. i'm running git version 1.7.10 on a windows machine. is there any other way to just checkout the latest snapshot of the code. bt