we would like to change from svn to git. We have a svn-server in our intranet and would like to have the equivalent for git.
gitblit seems interesting to use because there is tomcat running on our server.
So, what's the easiest way to migrate all the repositories from svn?
One way I could think of is the following:
Should we go for this?
Your plan sounds reasonable. We had the same situation. Here are some questions you need to answer:
git svn clone -r 1234
) and set the svn repository to read-only.