I am looking at a way to do better document control for a document library at my work consisting of SOPs, forms, etc. (Mostly Microsoft Word files.) As far as actual changes to documents, I am contemplating setting up a SVN repository to handle the actual revisions to the documents and allowing for the most recent version to be at the forefront, however there are some other capabilities that I either 1) don’t know if they exist or 2) don’t know how to setup. Here are my questions:
- I know there is Apache SVN, can I customize the design of how folders and files appear on the web page?
- There are certain documents that need to be re-visited on a bi-yearly schedule etc, is there a way to easily flag these documents to be reviewed?
- What is the best way to share an SVN repository amongst several people over a Windows network?
I have searched online but have not found any good resources that I can understand.
SVN could work, but it's not designed for documents, it's designed for source code.
IMO you are trying to solve a problem with the wrong tool. What you really need is a Document Version Control tool, and there are some out there.
For one there is TeamForge (by CollabNet - SVN project founders) that will keep track of your document versions, manage reviews, and can easily hook into MS Office.
See more: http://www.collab.net/products/teamforge/capabilities (Click on "Documents")
To try it for free: https://app.cloudforge.com/trial_signup/new/
(Disclaimer: I do work for CollabNet)