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 ...
0
votes
2answers
16 views
How to perform better document version control on Excel files and SQL schema files
I am in charge of several Excel files and SQL schema files. How should I perform better document version control on these files? I need to know the part modified (different part) in these file and ...
0
votes
0answers
9 views
How to upload document with metadata to avoid duplicate versioning?
I am upload document to document library along with metadata using server object model in sharepoint foundation 2010. I am using following code
// Initialize instance of existing site collection
...
0
votes
0answers
12 views
Extract original file from CAB archive and determine version (.net CE 2.0 app)
I am trying to update a win mobile 6.0 project to allow it to have update notifications.
To make this easier from our end, I wan to be able to update the installer CAB file via a web interface and ...
1
vote
0answers
13 views
Tracking Changes on POJO , And persisiting Changes to DB
I Have a ticketing System where in want to track the state changes on my Ticket Pojo. i am interested in History of what all changes were made to any property on objects of this type.
we are ...
0
votes
1answer
18 views
Composer/Packagist not giving me my latest package
If you go you https://packagist.org/packages/geekality/website and compare it with what you get when you run `composer show geekality/website.
Latest version at packagist at the top is v0.7
Latest ...
3
votes
2answers
34 views
How to mark a ruby package as a beta or developer release
Is there a way to mark or version a ruby package, specifically a rubygem, as a developer or beta release?
In the Perl world, there is a widely respected convention of the underscore-separated ...
-1
votes
1answer
17 views
MSVS 2010. How do I assign the same version to all asemblies in solution?
Releases we publish during the development should have the same assebmly version for all assemblies even if assembly was not changed from previous release.
I wonder how can I set the same version to ...
0
votes
0answers
20 views
n module brokes npm
After I switch from one node.js version to another with n module - https://github.com/visionmedia/n/, my npm is broken...
MacBook-Pro-Dmitri:~ dmitri$ npm --version
module.js:340
throw err;
...
0
votes
1answer
50 views
How to force browser to reload h:outputScript resource?
The JS file extra.js is included as follows:
<h:outputScript library="js" name="extra.js" />
I am facing issue of browser caching. Many times, I will not get the updated copy.
In plain ...
0
votes
1answer
56 views
Web-Application Deployment Process, Scrum Sprints, Git-flow, Versioning
We have a small scrum-team which develops a webseite with a lot of users. We would like to improve our development and relase/deployment process, but there are a lot of concepts out there, which in ...
0
votes
1answer
17 views
Get subfolder svn revision in TeamCity
We have a strange way of using repos here (and I have little control over it I'm afraid), where a root repo holds multiple projects... no fancy stuff like trunk/tags/branches folder either... (I'm so ...
0
votes
0answers
7 views
Windows workflow activity versioning
I have a windows workflow service which uses custom activities. I am looking to have side by side versioning, so that I can have two different versions of my workflow working.
I am able to apply ...
0
votes
1answer
57 views
How to use optimistic lock with hibernate when no fields changed
I'm using a optimistic strategy when updating entities by setting "<version />" element in hbm.xml s. It works fine when I update a single entity. But this strategy fails when dealing with this ...
0
votes
0answers
18 views
Oracel DB Table - To implement History,Audit and Versioning
I have three history tables as shown below for the corresponding main table and one audit table . The table are related with each other with primary key id in table.
com
-----
id - primary key
...
0
votes
1answer
20 views
Worklight: Adapter versioning
I want know that is it possible to create multiple versions of one adapter as we do for Apps? and deploying all different versions of the same adapter on Console? so that App v1.0 will use adapter 1.0 ...