-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mirror all JDownloader repositories #47
Comments
Why do they even still use SVN? |
This comment has been minimized.
This comment has been minimized.
sync tool https://github.com/milahu/svn2github - requires github ssh public key #!/bin/bash
githubUser=milahu
set -e # fail on error
for repoName in appwork-utils jdownloader-browser jdownloader-client
do
svn2github update $githubUser/$repoName
done |
this also makes sense, because the jdownloader documentation says we should add the folders separately svn2githubi tried to mirror the full repo to github, but github says
i guess 1.6GB means the bare git repo size (du -sh .git/) anyway, i gave up on mirroring this to github but i still have a mirror on sourceforge:
problem is, you cannot verify the integrity of my mirror svnsync of the original repo takes 6 hours (plot)
to convert svn to git, i use svn-all-fast-export i wrapped everything into a python script svn2github which is not perfect, but it's a start happy mirroring ; ) |
Please also mirror dependency repositories:
svn://svn.appwork.org/utils
svn://svn.jdownloader.org/jdownloader/browser
svn://svn.jdownloader.org/jdownloader/MyJDownloaderClient
The text was updated successfully, but these errors were encountered: