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
3 answers

Defining workflow for feature based development using SVN

I think this problem is general when we work with disconnected version controls like SVN on GIT. I'm coming from Clearcase background where there's an active server and the files are just virtual copies in our system. If I talk in the clearcase…
sarat
  • 10,512
  • 7
  • 43
  • 74
1
vote
2 answers

How to update database by ant (versioning)?

I have a web application on java, which is working with database. I need an ant’s script that will deploy or update my application to latest version. There is no problem with application part, but I don't know how to do database update. I have an…
Sergey
  • 1,059
  • 3
  • 21
  • 35
1
vote
2 answers

A good strategy for knowing the versions of deployed applications?

In order to know which revision number the application is built from, we use to give the ears we deploy to Glassfish names like myapp_2012-01-20_rev22123.ear. Then we can simply login to Glassfish and see what version is deployed in the web…
oligofren
  • 20,744
  • 16
  • 93
  • 180
1
vote
2 answers

JPA LockModeType without version field

As I understand, JPA 1.0 LockModeType.write works with field annotated @Version. This field is incremented each time, when entity is read or written. But how JPA works when this field is absent?
Balconsky
  • 2,234
  • 3
  • 26
  • 39
1
vote
5 answers

Source control solutions for the traveling man

I'm travelling alot and I have personal projects that I need to work on during this time. Sometimes when waiting for the train at the terminal, at home, and at work. I need to keep the source versioned somehow. I don't mind installing an…
user63898
  • 29,839
  • 85
  • 272
  • 514
1
vote
1 answer

REST API versioning using AWS

After going trough this link on API versioning, i am trying to adapt the version through the headers and deploy it of AWS, but it looks like AWS does not support any custom verndor specific MIME types(link here) Any idea how to achieve the…
Sampat
  • 1,301
  • 6
  • 20
  • 34
1
vote
3 answers

local versioning system (Windows)

Is there any useful tool that can store history of my folder locally like SVN does? For example I can commit (however not to server but locally) or it can automatically track folder history. The idea is to view history of my folder and rollback…
Solvek
  • 5,158
  • 5
  • 41
  • 64
1
vote
1 answer

Eclipse: Experiencing mysterious Package Explorer issues - Shows Projects as Versioned

I'm on Ubuntu 10.04 / Eclipse Indigo SR1 Build id: 20110916-0149 In the Package Explorer most of my Projects are located in the default Workspace. Some projects, however, are imports from a /src directory I use whenever I import projects clones…
TryTryAgain
  • 7,632
  • 11
  • 46
  • 82
1
vote
0 answers

Domain Model for wiki type site

I'm looking for something along the lines of a Domain Model for a Wikipedia style site. I'm interested to learn more about how it works under the hood, and how I can borrow some of it's versioning principals for use in my own products. Please note I…
Chris
  • 7,996
  • 11
  • 66
  • 98
1
vote
1 answer

Core Data Versioning

I am having a problem trying to get a project with Core Data to do versioning. When I try and view the version comparison pane, xcode throws an error "Document is not under source control". If I try and view revisions, xcode throws an error "The…
Brain2000
  • 4,655
  • 2
  • 27
  • 35
1
vote
1 answer

How should I migrate a disjoint myriad of click-once applications to a coherent tool suite

I maintain a set of tools for internal use at our company. These tools are mostly referencing the same dll's. These tools are used in different parts of our production, which makes widely different QA procedures applicable to the various tools.…
Tormod
  • 4,551
  • 2
  • 28
  • 50
1
vote
0 answers

Is .NET supposed to implicitly bind a dependency on a certain assembly version to a newer version?

I'm wondering about .NET's defined behaviour as regards the resolution of dependencies on specific versions of assemblies. As an example, I have a dependency on DataAccess.SQLite, which depends on System.Data.SQLite 1.0.66.0. My installed version of…
aknuds1
  • 65,625
  • 67
  • 195
  • 317
1
vote
1 answer

Software versioning - MS patterns and Practices

I am reading the build process article from MS patterns and pratices team http://msdn.microsoft.com/en-us/library/ee817676.aspx They recommend using the pattern major version . minor version . build number . revision in the AssemblyInfo file. i…
Raghu
  • 2,678
  • 2
  • 31
  • 38
1
vote
1 answer

Versioning a JavaScript single page web app? (querystring)

I have a Single Page App with some static routes such as: example.org/#!/tools/ example.org/#!/stories/story-1/ These are examples of routes that don't need any versioning. Either the "page" exists, it has been redirected or it is non-existent.…
dani
  • 4,880
  • 8
  • 55
  • 95
1
vote
1 answer

SVNKit - Check if Directory exists

So, I've created a project TEST under an SVN repository and I want to know if this project directory exists with SVNKit library. Protocol is http. I tried for example... private String urlSviluppo = "http://myrepo/SVILUPPO"; …
desmatron
  • 61
  • 1
  • 3
  • 6