Questions tagged [versioning]

Software versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software. Within a given version number category (major, minor), these numbers are generally assigned in increasing order and correspond to new developments in the software.

Software versioning is the process of assigning either unique version names or unique version numbers to unique states of computer software. Within a given version number category (major, minor), these numbers are generally assigned in increasing order and correspond to new developments in the software.

The following are some popular versioning software used:

  1. Git
  2. Subversion (SVN)
  3. Microsoft TFS
3122 questions
2
votes
1 answer

Modifying artifact version in a Maven Mojo

Just starting to get into Maven and building custom Mojos. Hoping someone can help here. The general idea is that I want to modify the version in the POM without modifying the POM itself. I'm going to use this functionality to add qualifiers to the…
Thomas Kelley
  • 10,187
  • 1
  • 36
  • 43
2
votes
4 answers

setting File Version automatically after compile

Is there any tool which can inject into an .exe or .dll information like File Version, Product name, Copyright, etc? I did find a tool called StampVer but it can only modify resources that are already in the file itself. I could use it but would…
Warpin
  • 6,971
  • 12
  • 51
  • 77
2
votes
2 answers

Rails Grape api versioning module structure

I'm trying to implement api versioning, almost the same as I've done here . but i don't seem to get module/folder structure right in rails app, because I get error messages like V1 is not a module /app/api/v1/xml_responses/device.rb:3:in…
Elmor
  • 4,775
  • 6
  • 38
  • 70
2
votes
0 answers

Obtaining Library Version Number in Xcode workspace

Problem I'm working on an Xcode project that's meant to be built into a library and included in other projects, either as a CocoaPod or in a workspace. I'm using agvtool to set the bundle and marketing versions. I wanted to add a simple method for…
Jose Ibanez
  • 3,325
  • 3
  • 28
  • 33
2
votes
4 answers

Different ViewControllers according to ios versions

I have an UICollectionViewController into TabBarViewController that works for iOS 6.0 and later ios versions. I would like to know if there is any way to use a different ViewController if a device has elder than iOS 6.0 version. For example, can i…
hoya21
  • 893
  • 7
  • 24
2
votes
1 answer

Compare wildcard versions in PHP

I am building a Package Management System with Zend Framework 2. At one point i have to compare a package Version with a package dependency filter. The version has to be a complete version for example: "3.1.5". But the packate dependency filter can…
Adrian
  • 59
  • 1
  • 6
2
votes
2 answers

Should I increase the version number in my project if a dependency changes?

Let's suppose I have a project called myLib-1.1.0. This project has a dependency on lib-dependency-1.2.3. If there's a new version for this dependency and I need to use it, should I change my project version as well? No other modifications are made…
Daniel
  • 958
  • 5
  • 17
2
votes
3 answers

Managing build versions in Visual Studio

I often build libraries and websites and my versions are naturally always at 1.0.0.0. How do you guys manage the versions to increment automatically? Also, how can you specify a seed for example: I want to start at 0.5.0.0 and increment to 0.5.0.1,…
2
votes
3 answers

application version indication with git?

In svn, we used to use post deployment hooks to write the deployed version checkin number as a build suffix for the application version deployed. I.e. if we were deploying a 3.0 build of our app, the about window in the app would display 3.0.1234…
Rimer
  • 2,054
  • 6
  • 28
  • 43
2
votes
1 answer

Versioning or create Delta of File

I want to compare or get delta of two files that means if a file or directory has just been renamed or moved or changed into another folder will handle these operations like a deletion and subsequent file (re)creation, resulting in re-transmitting…
Harshit Rathi
  • 1,862
  • 2
  • 18
  • 25
2
votes
2 answers

How to read library version in Qt?

I want to read a library version of dynamic library (.dylib on Mac and .dll on Windows) with Qt method. Say I created several versions of given library over time and now I want to read the version itself. We can add the version to the project, see:…
Mateusz
  • 51
  • 5
2
votes
1 answer

signature mismatch on zip downloaded from github

When I click the "download zip" button for a package on github, or download a particular commit by https://github.com/{username}/{projectname}/archive/{sha}.zip, the sha1sum of the file ends up on my computer does not agree with the one shown on…
2
votes
2 answers

ECM - Document Control Management / Versioning and CMS

I anticipate this is going to be a very broad question however I shall endevour to be as concise as possible without divulging too much project critical information. For quite some time I have been working a Content Management System. However, its…
Layke
  • 51,422
  • 11
  • 85
  • 111
2
votes
1 answer

Controller Inheritance and Ambiguous Mappings with URL Versioning in Spring MVC

I am trying to setup versioned services with Spring MVC, using inheritance to extend older controllers to avoid rewriting unchanged controller methods. I've based my solution on a previous question about versioning services, however I've run into a…
user372743
2
votes
1 answer

How to mention integration service name during importing workflow in a versioned repository from one environment to another

Whenever I try to import a workflow from Dev/Test environment of a versioned repository into Production environment which is also versioned, I get a option where it asks me if I want to Check in or continue without check in. What happens if I do not…
Dhruuv
  • 343
  • 10
  • 24