git-svnimport: support for partial imports
commitec1e46897329317d7a9996264d7e999f9a68e307
authorSasha Khapyorsky <sashak@voltaire.com>
Wed, 25 Oct 2006 22:50:26 +0000 (26 00:50 +0200)
committerJunio C Hamano <junkio@cox.net>
Wed, 1 Nov 2006 01:20:58 +0000 (31 17:20 -0800)
tree4a41ad1293a4ddc899729f447a0eecccb01484a7
parent83877f8d92b2050eb668dc3351277e57779a8f05
git-svnimport: support for partial imports

This adds support for partial svn imports. Let's assume that SVN
repository layout looks like:

  $trunk/path/to/our/project
  $branches/path/to/our/project
  $tags/path/to/our/project

, and we would like to import only tree under this specific
'path/to/our/project' and not whole tree under $trunk, $branches, etc..
Now we will be be able to do it by using '-P path/to/our/project' option
with git-svnimport.

Signed-off-by: Sasha Khapyorsky <sashak@voltaire.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-svnimport.perl