author | Sasha Khapyorsky <sashak@voltaire.com> | |
Wed, 25 Oct 2006 22:50:26 +0000 (00:50 +0200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 1 Nov 2006 01:20:58 +0000 (17:20 -0800) | ||
commit | ec1e46897329317d7a9996264d7e999f9a68e307 | |
tree | 4a41ad1293a4ddc899729f447a0eecccb01484a7 | tree | snapshot |
parent | 83877f8d92b2050eb668dc3351277e57779a8f05 | commit | diff |
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>
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 | diff | blob | history |