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
1
vote
1 answer

Scripts cache strategy for MVC application

I wonder what the best approach is to not have the users having to press CTRL-F5 with every deployment. We don't want cached versions of changed script files to be pending in network components or browsers. Individually renaming scripts seems like a…
1
vote
1 answer

SourceTree doesn't regconize Git repository with custom .git folder name

Folder structure ----WorkingFolder ----------|-----.gitone ----------|-----.gittwo ----------|-----other project files Short: SourceTree doesn't regconize Git repository with custom .git folder name. My Git repository, I've renamed .git to .gitone.…
1
vote
1 answer

What Versioning can do in XCode?

I saw the Versioning config in Build Settings of my XCode 4.0.2 and have no idea of what I can do with it. Obvious, this is about version, but what this mean at all? Anyone know a good text about it?
Rodrigo
  • 11,909
  • 23
  • 68
  • 101
1
vote
1 answer

Return version of a file, that's inside of a zip

My problem today is that I'm trying to retrieve the version of a file that is located within a zip. I'm doing so in C#. Just for context, what happens is that a 3rd party places builds of software onto a test server, and I'm manually updating the…
Nicky40
  • 35
  • 3
1
vote
3 answers

How to update version of a Flutter Web deployed in Firebase Hosting

In older versions of Flutter, the web/index.html file was built with a script inside that calls main.dart.js but this script was removed in newer versions and I used to add a "version" attribute to specify the version, how to update the version of…
djalmafreestyler
  • 1,703
  • 5
  • 21
  • 42
1
vote
1 answer

How to version shapefiles

The program I work on has several shapefiles, with quite a few attributes. At the moment they are stored in our version control (Subversion) as compressed blobs (dbf.gz, shp.gz and shx.gz). This is how they are used by the program, but it's…
pfctdayelise
  • 5,115
  • 3
  • 32
  • 52
1
vote
1 answer

Anyone tried DiffMerge as the default 3-way merge tool with Evolphin Zoom Version Control Client?

So far we have been using the MacOS XCode FileMerge/OpenDiff tool as our default 3-way merge tool when resolving conflicts in text files with Evolphin Zoom. Has anyone tried using DiffMerge or other 3-way merging tools? I find FileMerge doing…
TBD
  • 128
  • 8
1
vote
1 answer

Can JavaScript Check an ActiveX Control's Version Without Loading It?

Is there a way to ask IE what version of an ActiveX control it has installed and enabled without actually loading the control in question? I'm hoping for something akin to navigator.mimeTypes in other browsers, where I can get metadata about the…
TALlama
  • 16,017
  • 8
  • 38
  • 47
1
vote
1 answer

CruiseControl.NET automated build version numbers

This is a complicated one, so I hope I explain it well enough. Background I'm in the process of automating a build process with CruiseControl.NET and NAnt. The biggest headache I'm encounting is version number format and CruiseControl.NET requiring…
user855619
1
vote
2 answers

In python, how can you compare two CalVer strings to determine if one is greater than, lesser than, or equal to, the other?

I have the occasional need to adjust my python scripts based on the versions of various dependencies. Most often in my case, a python codebase works alongside front-end javascript that may be running releases spanning multiple years. If a javascript…
Dennis O'Neil
  • 491
  • 5
  • 5
1
vote
0 answers

Is there a way to Automate Assembly Versioning upon Merging into a Source Control Development Branch?

Given I have some C# and C++ libraries in a GIT repository and I have a "Development" branch from which all feature and bug fix branches are derived. How can I make it so that when a developer merges their feature/bug-fix branch into "Development"…
Matt Arnold
  • 668
  • 2
  • 8
  • 21
1
vote
2 answers

Microservices architecture versioning on periodic releases

I'm trying to wrap my head around the best practices to manage versioning in microservices based architecture with periodic releases. Currently our system is decomposed into multiple different repositories: Frontend Backend Database API…
1
vote
0 answers

maintaining multiple API versions with AWS Lambda and API Gateway

I am trying to implement versioning on my API's. The aim is to have different URL endpoints for two different API versions which point to 2 different versions of my lambda. Solution I can think of is to have 2 API endpoints Example…
1
vote
1 answer

How to handle App brandings / slight GUI variations in SVN?

We have a mobile app that we want to propose to multiple (B2B) clients. The app will be published to end customers on their behalf, but all the development will be done by us. So far, we've built the prototype application. This one will be always be…
netmikey
  • 2,422
  • 2
  • 28
  • 35
1
vote
2 answers

SQLite & Versioning Systems

Foreword: I am not trying to write an alternative either to Subversion or to any other versioning system. I wonder if SQLite has what it takes to replace the usual repositories of versioning systems by a single-file database file where different…
User
  • 3,244
  • 8
  • 27
  • 48
1 2 3
99
100