On 2007-12-03 09:35:22 -0800, Ollie Wild wrote: > I'm seeing the following breakdown: > > 4.3G index > 77M unhandled.log > 5.5G .rev_db.138bc75d-0d04-0410-961f-82ee72b054a4 > > What exactly are the index and .rev_db files used for? The indexes are just normal git index files, one for each branch and tag. They're used to speed up importing new commits to the branch or tag. My guess is that the performance impact of deleting them between git-svn runs would be very small, since recreating an index is cheap, and we'd still get the speed benefit when importing several revisions to a branch in the same run. And it'd be a very small code change too, I think. If nothing else, it's insane to keep the index for the tags. :-) -- Karl Hasselström, kha@xxxxxxxxxxx www.treskal.com/kalle - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html