Using git-svn with existing svn project
Posted
by rogeriopvl
on Stack Overflow
See other posts from Stack Overflow
or by rogeriopvl
Published on 2010-03-18T09:37:04Z
Indexed on
2010/03/18
9:41 UTC
Read the original article
Hit count: 654
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.
© Stack Overflow or respective owner