Trilarion / opensourcegames

Technical infos of open source games.
https://trilarion.github.io/opensourcegames/
Creative Commons Zero v1.0 Universal
631 stars 78 forks source link

How to convert a SVN repository copied from server to Git? #246

Closed Trilarion closed 4 years ago

Trilarion commented 4 years ago

With the archived SVNs from gna.org I have lots of SVN repository folders and would like to convert them to Git. Need to find a way to do that.

Trilarion commented 4 years ago

See also: https://stackoverflow.com/questions/16005193/converting-a-local-svn-repo-dump-to-git

Trilarion commented 4 years ago

On Linux that actually works like a charm.

sudo apt install subversion sudo apt install git-svn git svn clone --no-metadata file:///home/...