summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--git-asterisk-howto3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-asterisk-howto b/git-asterisk-howto
index 8893769..8b69748 100644
--- a/git-asterisk-howto
+++ b/git-asterisk-howto
@@ -46,7 +46,8 @@ to a new git repository under asterisk/ .
This will take a L O N G time. In the order of magnitude of a
day. If it stops: in the middle:
- #cd asterisk; git svn fetch -r1-47393,47395:HEAD --fetch-all
+ #cd asterisk; git svn fetch -r1-47393 --fetch-all
+ #cd asterisk; git svn fetch -r47395:HEAD --fetch-all
All commands as of this point are run from the newly-created subdirectory
'asterisk'