I have a large and growing collection of photos. I would like to use version control software to give me "rewind" functionality - typically so I can go back and see the original of an edited image. I currently use subversion for other projects, and am aware of the DVCS-wars, but am unclear on which would be a good choice for this style of repository: very large (100GB+) with large binary files. Any tips?
|
|
Personally, I use Perforce for this! It's free (2 users and 5 workspaces), and it works great! You can use it for any type of files. It might be a bit tricky to set it up though, if you're not used to setting up things like this. You can then use their cross-platform application, P4V, to manage your files. Another very simple and efficient way of doing this is by using Dropbox. Dropbox automatically versions anything you edit which is located inside your Dropbox folder. This might not suite your needs though, as their maximum plan is for 100 GB (at $199 per year). An added benefit of using Dropbox is that you also get "free" Online back-up of all your files, and your files can be automatically synced to any number of devices. You might be able to work out a special deal by contacting customer support. AlienBrain is another "artist friendly" asset management solution, but we ended up replacing this with Perforce, after a lot of back and forth. Mainly due to the fact that Perforce made it easy to efficiently synchronize a large amount of graphics assets (millions of files) across multiple offices on different continents. Also, we wanted to use the same solution for everying (code and graphics). |
||||
|
|
|
I use Mercurial, but I'm sure any popular SCM would work just as well. Perhaps the BigFilesExtension will suit your situation. |
|||
|
|
|
Adobe Creative Suite up to CS4 came with Adobe Version Cue. Gridiron Flow and Alienbrain are alternatives. More information here on this blogpage, with how to use classic VCSs like Subversion, Git and Mercurial. |
|||
|
|