Tech/OSS/MondoRescue
Jump to navigation
Jump to search
Mondo Rescue
Development testing
I wanted to have a look at the code but was not in the mood to use the old SVN browser. So I mirrored the code like:
- Make repo at https://lathama.net/git/lathama/mondorescue
$ cd ~code
$ git svn clone svn://svn.mondorescue.org/mondorescue -s mondorescue
- Get coffee and wait a while
$ cd mondorescue
$ git remote add origin git@lathama.net:lathama/mondorescue.git
git push origin refs/remotes/*:refs/heads/*
git push origin --tags