Re: [PATCH] git-svnimport: support for partial imports
From: Junio C Hamano <hidden>
Date: 2016-08-11 19:27:20
Sasha Khapyorsky [off-list ref] writes:
On 00:50 Thu 26 Oct , Sasha Khapyorsky wrote:quoted
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 <redacted>Any news about status of this patch?
Somebody mentioned this duplicates something that can be already done, and I saw you refuted that. At that point I thought then it would be Ok to add, and then I forgot about it. Sorry. Will apply unless somebody objects immediately ;-).