commit 7407c4532b7e9b4f44982ba0aa1fc38b273d6d88 Author: Izuru Yakumo ~Eternal Servant~ Date: Thu Apr 10 20:36:27 2025 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5104f33 --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# ---> Perl +!Build/ +.last_cover_stats +/META.yml +/META.json +/MYMETA.* +*.o +*.pm.tdy +*.bs + +# Devel::Cover +cover_db/ + +# Devel::NYTProf +nytprof.out + +# Dist::Zilla +/.build/ + +# Module::Build +_build/ +Build +Build.bat + +# Module::Install +inc/ + +# ExtUtils::MakeMaker +/blib/ +/_eumm/ +/*.gz +/Makefile +/Makefile.old +/MANIFEST.bak +/pm_to_blib +/*.zip + diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..c7ffc1a --- /dev/null +++ b/LICENSE @@ -0,0 +1 @@ +"THE BEER-WARE LICENSE" (Revision 42): wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return Poul-Henning Kamp diff --git a/README.md b/README.md new file mode 100644 index 0000000..9a72f25 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# svn2git-sync + +Easily sync SVN repositories to their Git counterparts (or so I guess) \ No newline at end of file