Newer posts are loading.
You are at the newest post.
Click here to check if anything new just came in.

March 18 2010

Using git-svn with existing svn project

I'm currently working on a project that has a svn repository. I'm used to git and love the way it allows me to have a local repository, so I would like to use git-svn with this project.

I would like to know how to use git-svn from a svn project already in my computer. Do I really need to make a clone and start from there? Or can I just do something like git svn init in the current project folder and proceed from there?

Also I would like to know about any big issues using git-svn, since this is a serious project and I shouldn't mess around with the repo.

Thanks in advance.