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
https://github.com/Rikj000/SVN-to-Git-convert#svn-to-git-convert
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
4 Comments
dariusj18@lemmy.world · 11 pts · 1y
Doesn't git have builtin svn repo conversion?
Rikj000@discuss.tchncs.de · 2 pts · 1y
Yes, the script uses
git svnunder the hood,however it simplifies the process of a fair amount of steps,
to just x1 easy CLI command with an in/output parameter.
original_reader@lemm.ee · 4 pts · 1y
Can it do GIT -> SVN?
Rikj000@discuss.tchncs.de · 3 pts · 1y
Nope, only SVN => Git