-2

Can anyone please provide proper urls pdf or detailed steps to migrate SVN/CVS repos to GIT_repo ?

1

2 Answers 2

1

Basically, you can just get each repository and make a new git repository from it by doing:

git svn clone <respository url> 

Then you can push it out to your central git repository.

Rinse and repeat.

Sign up to request clarification or add additional context in comments.

Comments

1

The Git website has a nice looking page on migrating from a Subversion repo to a git one here:

http://git-scm.com/book/en/Git-and-Other-Systems-Migrating-to-Git

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.