git-svn checkouts are pretty simple, but here's a reference anyway:
Checking out the SVN tree within GIT $ mkdir git-svn-project $ cd git-svn-project $ git svn init https://svn.server.url/repos/svn-project $ git svn fetch
Staying up-to-date with upstream SVN commits $ git svn rebase
Commiting back to SVN $ git commit -a $ git svn dcommit
"git svn checkout"
No comments yet. -