Here's a question I was sent:
- Do you know of any versioning software
for PHP, where large groups of writers
can submit documentation to the site,
and old versions are stored somewhere
similar to CVS?
Honestly, I haven't a clue if there is any. I'd asssume it wouldn't be too difficult to write however: give each documentation topic was given a number, and each version was given a number - similar to a threaded discussion forum with parentID and ChildID and such.
So, is this the way to approach it? Or has someone already dealt with this before?