author | Martin Langhoff <martin@catalyst.net.nz> | |
Mon, 12 Jun 2006 11:50:49 +0000 (23:50 +1200) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sat, 17 Jun 2006 05:45:11 +0000 (22:45 -0700) | ||
commit | 8f732649bc4d5619a1b399e5808b3f4c662ad200 | |
tree | f755cbc4e9cf09e1660b9b4f88977286d4a7a348 | tree | snapshot |
parent | 2f57c69792146e6c178a05edec18ab15d0138ad6 | commit | diff |
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>
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] | diff | blob | history |