Subversion and Quickbooks Files

Posted by Jorge Fernandez on Server Fault See other posts from Server Fault or by Jorge Fernandez
Published on 2009-08-23T23:10:07Z Indexed on 2010/03/18 18:51 UTC
Read the original article Hit count: 578

Filed under:
|
|
|
|

I currently have a large problem on one of the file servers I manage for an Accounting Firm.

Quickbooks has a tendency to create multiple files of the same thing over and over to prevent data loss. This is a good thing when you handle just a few files. But at an accounting firm it becomes a problem.

Some of the older clients have 5-10 files in their respective folders, each with a different cut off date. Because of user error some of these file aren't labeled properly with their correct cutoff dates.

This is where Subversion came to mind. Using the revision system would allow for 1 file to be master and have all of its revisions. Has anyone ever tried this with Quickbooks files?

I've only used SVN with code for applications making each file size much smaller. How does SVN stand up with larger files like 10-25MB? I'm not exactly sure how SVN handles revisions - does it keep a duplicate of the files and duplicates the disk space space needed?

© Server Fault or respective owner

Related posts about svn

Related posts about subversion