Tech/OSS/MondoRescue

From lathama
< Tech‎ | OSS
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:

  1. Make repo at https://lathama.net/git/lathama/mondorescue
  2. $ cd ~code
  3. $ git svn clone svn://svn.mondorescue.org/mondorescue -s mondorescue
  4. Get coffee and wait a while
  5. $ cd mondorescue
  6. $ git remote add origin git@lathama.net:lathama/mondorescue.git
  7. git push origin refs/remotes/*:refs/heads/*
  8. git push origin --tags