Examples of how to visualize a versioning system?

Posted by Alex Gilbert on Stack Overflow See other posts from Stack Overflow or by Alex Gilbert
Published on 2010-05-24T21:49:37Z Indexed on 2010/05/24 21:51 UTC
Read the original article Hit count: 279

My shop is trying to formalize the release management process for an OSS product we maintain. It's a sort of a web development framework/CMS kind of thing, as in it's a product that other projects are built on top of. This makes clear communication about the versioning system especially critical for developers that are using the tool.

I'm hoping to find some examples of how best to graph this system so we can communicate it better internally and with outside developers. I know there are lots of standards and best practices around versioning, so I'm hoping this extends to some sort of visual vocabulary as well. As one example, there is a nifty graph at http://en.wikipedia.org/wiki/Versioning#Software_Versioning_schemes. Are there any guides out there on how these sorts of things should be designed?

© Stack Overflow or respective owner

Related posts about version-control

Related posts about project-management