git-svnimport: support for incremental import
commit40006ea039b8d72cf6dce5816a50c8ba266833ee
authorSasha Khapyorsky <sashak@voltaire.com>
Sun, 7 Jan 2007 00:17:19 +0000 (7 02:17 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 7 Jan 2007 06:47:58 +0000 (6 22:47 -0800)
treefd6513f5ca40159911eb99819b3405a938b7fc0e
parent9fa77a51a49b16fa8886643d7f6346eb0a0601c5
git-svnimport: support for incremental import

This adds ability to do import "in chunks" (default 1000 revisions),
after each chunk git repo will be repacked. The option -R is used to
change default value of chunk size (or how often repository will
repacked).

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