How do you deal with changing document versions?
At my company, the functional specification documents of the system is kept in a server where new additions to said documentation would result in a new version of the document being uploaded with a 1.x version being incrementally added to the file name. This results in a messy folder structure and redundancy.
However, most of the people who need the documentation aren't developers nor necessarily even that tech-savvy.
What are some ways similar problems are combated in your own workplaces?
9 comments
[ 3.9 ms ] story [ 28.9 ms ] threadIf you can't afford the license, I think any self hosted wiki software will do the trick. Try [1]
Using Word documents is terrible for various reasons.
[0] https://www.atlassian.com/software/confluence [1] https://www.mediawiki.org/wiki/MediaWiki
If you are hardcore you could unzip the docx and version control the files within
So we’re tryig something new: google docs. Recently we migrated our file server to google drive and have been moving from open office to google docs.
Google docs works great for light weight version control of non-engineering documents. Just name a revision as x.x.x and only distribute named revisions. This obviously only works for documents with a single “branch” but for 99.9% of our non-engineering version control needs, this works GREAT!
Non tech savvy users can read the page to see the latest version, and others can track through history if they need to.
We've had success doing smaller projects completely on trello, though it isnt really a wiki tool, you can force it by having a single top level card with all the feauture requests linking to individual cards to see the progress.
Any idea how to get coworkers on board with using the version tracking feature?
Whatever you do avoid situations where people email around attached documents with various changes, set strong expectations that emails like that are not to be used. Most of the troubles I've encountered have been because of the inevitable merge conflicts and associated hassles from divergent documents that occur with email attachments.
Communicating and agreeing on some commonly understood system is typically a more effective factor than the tooling.