vote up 3 vote down star
1

I am looking for a quick but not-so-dirty way to do snapshots of a bunch of files totaling about 80 gigs. The issue here is that many of the files are around 1 GB large.

What is the best free version control system for this type of thing?

I know ZFS is an option, but I'd rather try something else first.

flag
ascii or binary? – Johan Jun 30 at 14:11
binary - although I don't know of any modern version control systems that have algorithms which distinguish between ascii and binary. I'll try it out and post my results here. – Ben Harper Jul 1 at 5:03
The initial commit is busy, and using the file:// protocol, subversion is transferring an average of 1.5 MB per second. Pretty damn slow. – Ben Harper Jul 1 at 10:54

2 Answers

vote up 4 vote down check

Subversion will handle your > 1GB files with good natured aplomb for the most part but if there are many large changes expect the generation of diffs to take a while...

Best practices here has a section on large files: http://svn.collab.net/repos/svn/trunk/doc/user/svn-best-practices.html

link|flag
1  
We've been using subversion now for this purpose for about two weeks, and it works just fine. Checkins on a data set of about 80 gigs spread across 130,000 files takes about 1 hour each night to check in. Daily deltas are 50 megs. Largest single file in the data set is 800 megs. – Ben Harper Jul 23 at 8:52
Great stuff, Ben. Glad you found this useful. – John Barrett Jul 23 at 9:33
vote up 1 vote down

You might really want to try Monotone though, just check it out. You might find what you are looking for with it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.