author | Eric Wong <normalperson@yhbt.net> | |
Sat, 1 Jul 2006 04:42:53 +0000 (21:42 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 1 Jul 2006 05:50:47 +0000 (22:50 -0700) | ||
commit | 03e0ea871206e50bcd1c5167c6fc9a41c6642abb | |
tree | 6dd752fb343a0831a0d568a9165e852aa1f2e1f5 | tree | snapshot |
parent | 560b25a86f30ad81d2bc3a383da19c3b7e631b8b | commit | diff |
git-svn: allow a local target directory to be specified for init
git-svn init url://to/the/repo local-repo
will create the local-repo dirrectory if doesn't exist yet and
populate it as expected.
Original patch by Luca Barbato, cleaned up and made to work for
the current version of git-svn by me (Eric Wong).
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svn init url://to/the/repo local-repo
will create the local-repo dirrectory if doesn't exist yet and
populate it as expected.
Original patch by Luca Barbato, cleaned up and made to work for
the current version of git-svn by me (Eric Wong).
Signed-off-by: Eric Wong <normalperson@yhbt.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
contrib/git-svn/git-svn.perl | diff | blob | history |