Top "Versioning" questions

Software versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software.

How do you version your database schema?

How do you prepare your SQL deltas? do you manually save each schema-changing SQL to a delta folder, or do …

sql mysql schema versioning
Temporarily put away uncommitted changes in Subversion (a la "git-stash")

While programming software stored in a Subversion repo, I often modify some files, then notice that I'd like to do …

svn versioning
How to manage REST API versioning with spring?

I've been searching how to manage a REST API versions using Spring 3.2.x, but I haven't find anything that is …

java spring rest spring-mvc versioning
How to manage the version number in Git?

Let's imagine the blerp command line tool maintained on git. This tool has the (hidden) --version option which returns its …

git version-control versioning
How to version control a record in a database

Let's say that I have a record in the database and that both admin and normal users can do updates. …

database-design architecture versioning auditing
Maven versioning best practices

What is the best way to change version of Maven project, to release this version and then return back to *…

maven versioning
Automatically update version number

I would like the version property of my application to be incremented for each build but I'm not sure on …

c# visual-studio versioning
Compare version numbers without using split function

How do I compare version numbers? For instance: x = 1.23.56.1487.5 y = 1.24.55.487.2

c# string compare version versioning
How to version REST URIs

What is the best way to version REST URIs? Currently we have a version # in the URI itself, ie. http://…

rest versioning clean-urls
Setting the version number for .NET Core projects - CSPROJ - not JSON projects

This question is very similar to Setting the version number for .NET Core projects, but not the same. Using the …

asp.net-core continuous-integration .net-core versioning