Cloning a Git SVN Clone
by Thomas Aylott Tue, 22 Apr 2008 17:03:00 GMT
I’ve been trying to figure out a good way to make a publicly available git-svn repo on GitHub.com that I can clone and then keep up to date with both the original svn repo and the GitHub repo and commit everything into my own fork.
So, how do you go about creating a Git repo that can push and pull to and from both Git and Subversion?
Read more…