cvsimport: keep one index per branch during import
authorMartin Langhoff <martin@catalyst.net.nz>
Mon, 12 Jun 2006 11:50:49 +0000 (23:50 +1200)
committerJunio C Hamano <junkio@cox.net>
Sat, 17 Jun 2006 05:45:11 +0000 (22:45 -0700)
commit8f732649bc4d5619a1b399e5808b3f4c662ad200
treef755cbc4e9cf09e1660b9b4f88977286d4a7a348
parent2f57c69792146e6c178a05edec18ab15d0138ad6
cvsimport: keep one index per branch during import

With this patch we have a speedup and much lower IO when
importing trees with many branches. Instead of forcing
index re-population for each branch switch, we keep
many index files around, one per branch.

Signed-off-by: Martin Langhoff <martin@catalyst.net.nz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-cvsimport.perl [changed mode: 0755->0644]