RE: keeping a photo library in a svn repository
From: John Niven <jniven_at_bravurasolutions.com>
Date: Tue, 5 Aug 2008 10:12:40 +1200
(Apologies for the formatting; Outlook doesn't handle HTML to plain text very well... Response inline)
From: sebastien.barthelemy_at_gmail.com [mailto:sebastien.barthelemy_at_gmail.com] On Behalf Of Sébastien Barthélemy
I ran SVN on a laptop with 512MB, and it ran just fine. I used Apache as well, and often had various Java applications running too. On occasion I'd fire up GIMP, though the images I were working on were typically small (compared to photographs). I'd say you should be fine. SVN's good with low-specced machines.
You don't need to checkout the entire repository, so you could have small, temporary working copies, containing just what you're currently working on. I don't know how you organise your photos, but for argument's sake let's say you organise them by month and year. Simply checkout "2008/July", work on the images, commit, and delete the working copy.
Sounds fine to me. One thing that's worth mentioning is that SVN handles binaries fine (in terms of storage efficiency); what you will lose (though I suspect it won't affect you) is the ability to merge changes if two or more people work on the photo at the same time. If this is the case you'll need to look at SVN's locking mechanism to prevent multiple users from modifying the file simultaneously.
Cheers
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.