this post was submitted on 17 Nov 2024
38 points (97.5% liked)

Open Source

31697 readers
443 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

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 are viewing a single comment's thread
view the rest of the comments
[โ€“] dariusj18@lemmy.world 11 points 1 month ago (1 children)

Doesn't git have builtin svn repo conversion?

[โ€“] Rikj000@discuss.tchncs.de 2 points 1 month ago

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.