Recently developers highlighted that it is bit hard for them to keep track of which document has been updated. And they thus suggested that using SVN to keep track of document changes will be better as they will be able to know if document if being updated when doing checking out of the project.
But i also highlighted the several cons that may occur
- Binary file using up alot of diskspace everytime word, excel document is commited
- Checkout a project will take much more time although we can separate the documents into another project in the repository
- It will take time to teach personnel on how to use SVN.
Another feature is that for these kind of functional documents, it should be locked while editing.
Anyone have any idea on how to go about it? Or what are the pros and cons to it. Please feel free to share with me.
Thanks alot in advance