Oliver Spryn
Oliver Spryn

Reputation: 17348

Clone SVN Repo to Git (with all revisions) Using TortoiseGit?

I am brand new to Git, and I make making the leap from SVN. Is it possible to clone all of the revisions and files (basically the whole repo) from SVN to Git using TortoiseGit? If so, could someone instruct me as to now I can do this?

Thank you for your time.

Upvotes: 2

Views: 6261

Answers (1)

VonC
VonC

Reputation: 1323753

As mentioned in this GitHub help page, svn2git remains the recommended solution to import an SVN repo into a git one.
And then you can use TortoiseGit.

Svn2Git is for one shot, or one way conversion from SVN to Git, as explained in this question. It can work on Windows too.

Upvotes: 3

Related Questions