Code

git-svn: allow a local target directory to be specified for init
authorEric Wong <normalperson@yhbt.net>
Sat, 1 Jul 2006 04:42:53 +0000 (21:42 -0700)
committerJunio C Hamano <junkio@cox.net>
Sat, 1 Jul 2006 05:50:47 +0000 (22:50 -0700)
commit03e0ea871206e50bcd1c5167c6fc9a41c6642abb
tree6dd752fb343a0831a0d568a9165e852aa1f2e1f5
parent560b25a86f30ad81d2bc3a383da19c3b7e631b8b
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>
contrib/git-svn/git-svn.perl