- cross-posted to:
- foss@beehaw.org
- cross-posted to:
- foss@beehaw.org
Simple Bash script to convert local SVN (Subversion) repositories to local Git repositories!
Source https://github.com/Rikj000/SVN-to-Git-convert#svn-to-git-convert
License GPLv3
You must log in or register to comment.
Doesn’t git have builtin svn repo conversion?
Yes, the script uses
git svn
under the hood,
however it simplifies the process of a fair amount of steps,
to just x1 easy CLI command with an in/output parameter.
Can it do GIT -> SVN?
Nope, only SVN => Git