How to migrate from SVN to GIT Locally

Posted by Guilherme on Stack Overflow See other posts from Stack Overflow or by Guilherme
Published on 2010-04-08T19:23:49Z Indexed on 2010/04/09 7:43 UTC
Read the original article Hit count: 517

Filed under:
|
|

I'm working on a project that initially used Subversion, but the remote repository was removed and i don't want to use Subversion any more. I want to migrate it to git.

There's a way to do it without the remote repository, keeping all revisions history (without doing a git init .)?

I've already made a subversion to git migration with git-svn with no problems it on other projects, but they were on remote repository and i cannot find any info about migrating it locally.

© Stack Overflow or respective owner

Related posts about subversion

Related posts about git