Using git-svn with existing svn project
- by rogeriopvl
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.