9 | | -r is for the revision to start taking history from. If you want to include all of the history, just leave that option off, but it will take a very long time, and you really don't need all of it. Because importing all of history is *very* time consuming, DukeLeto has already gone through the trouble and maintains a github mirror of Parrot at http://github.com/leto/parrot/tree/upstream . |
| 9 | -r is for the revision to start taking history from. If you want to include all of the history, just leave that option off, but it will take a very long time, and you really don't need all of it. |
| 10 | |
| 11 | This takes a clone of the repository at that revision; to update it to head, you now need: |
| 12 | |
| 13 | {{{ |
| 14 | git svn rebase |
| 15 | }}} |
| 16 | |
| 17 | Which is very similar to {{{svn up}}}. |
| 18 | |
| 19 | Because importing all of history is *very* time consuming, DukeLeto has already gone through the trouble and maintains a github mirror of Parrot at http://github.com/leto/parrot/tree/upstream . |