What is the best form of using Configuration Management in an organization to manage documents

I think for my organization I am trying to implement SVN for all users in my orgasm.

What's the best form to implement? What's the best tool for this? What's the best way to accomplish this?

I have ideas to implement this. But I would like to hear some success stories and not waste time on things that don't work.

+1


a source to share


1 answer


At my organization, we have successfully deployed SVN using a Windows server that is running Apache and we use TortoiseSVN to access the client. The server is configured to access our information via LDAP.

We not only use it to track the HTML that goes into a huge content management system, but we also use it to store supporting documents and wireframes for those pages that are in the form of a Microsoft Word document. TortoiseSVN diff affects our Word frameworks. It will use the change tracking built into Word to show us the changes customers have made to the wireframes.



The downside is that TortoiseSVN had a learning curve and we really needed to teach users how to use it and the users were already tech savvy. Therefore, it will be very difficult to get regular users to use TortoiseSVN correctly.

+1


a source







All Articles