> I'd suggest using semantic version numbers (http://semver.org/)Sound good - can you explain how to make this automatic?
> for git annotated tags (make sure to push them to the server too)
> and then use `git describe` as a reasonable approximation of the
> SVN revision number, but with more information provided as to the
> significance of changes than a simple revision counter.