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 ...
1
vote
1answer
13 views
Compress Workspace for archiving App versions
I have multiple versions of programs, so I can regress to an earlier one to solve a problem.
I used to like to compress the one I was using, and send it to myself via email, but today when I did that ...
0
votes
1answer
21 views
Cross-Project Versioning for Eclipse Plugins
i have multiple Elipse plugin projects that depend on each other. Several questions concerning that:
1) If i change the version number of one plugin, is it somehow possible to automatically update ...
1
vote
0answers
27 views
What are some general strategies for versioning Web Apps for the end user?
I'm writing a web app and am wondering about future upgrades and how upgrading the webapp will affect the user experience.
In particular, I was wondering how a company like Google approaches this ...
1
vote
2answers
32 views
SVN relaltive path externals
I have a repository of tools I have written in php and a repository of application code which will use them. I want the two folders to end up on the same level when I check them out. I tried to ...
0
votes
2answers
24 views
Data Versioning (Hadoop, HDFS, Hbase backends)
I wonder how to version Data in Hadoop/HDFS/Hbase. It should be part of your model as changes are very likely (big-data is collected over a long time).
Main Example for HDFS (file based backend).
...
1
vote
2answers
34 views
Force version numbers with TortoiseHG
We have a Java application under Mercurial version control. We're working on implementing a versioning schema into the application and I'm wondering how TortoiseHG can help with this. Is it possible ...
4
votes
4answers
48 views
XmlSerializer: How to Deserialize an enum value that no longer exists
I am using the XMLSerializer to save this class to a file. The class has a string and an enum as shown below:
public class IOPoint
{
string Name {get; set;}
TypeEnum {get; set;}
}
public ...
0
votes
1answer
16 views
Nuget versioning for MVC3 -> 4 extension library: to hide or not to hide previous versions?
I have an extension package on our corporate nuget server for Asp.Net MVC 3 - let's say the package ID is currently Acme.Mvc and it's version is 2.x.
I've now branched that project and going to put a ...
1
vote
3answers
32 views
Version control without clutter
I personally don't like the .gitignore or .svn in my client copies. What is the best clutter-free server/client based versioning software that I would like to use for hobby projects for free. Because ...
0
votes
0answers
17 views
Using the MVC3 source to debug
I am having some issues with MVC3 (another topic) and am trying to debug it. I have some libraries that are compiled against the GAC's MVC3 and MVC2 assemblies.
In my project, I add the source for ...
3
votes
1answer
49 views
How to specify MajorRevision of .NET Assembly?
Currently, I am using AssemblyVersionAttribute to specify assembly versions of compiled assemblies.
However, AssemblyVersionAttribute allows to specify only 16bit revision [1]. How can I specify ...
0
votes
2answers
30 views
Best methods/tools/practices for releasing of a web based application
So I'm starting a web project from scratch on PHP/Zend Framework/SVN, and want to start it very structured. I know all about SVN branching, having a development branch, hot fix branch etc. (well at ...
2
votes
2answers
42 views
OSGI service versioning practices?
I'm familiar with OSGI Semantic Versioning - technical whitepaper. However, I don't see any versioning concept proposed for OSGI services.
Simple situation: I'm providing service registerd as ...
1
vote
1answer
31 views
Use mecurial branch name as maven version
I'm currently setting up a mecurial repository for my maven project.
This maven project consists of several modules. All modules have the same version when I create an install zip containing all ...
1
vote
1answer
44 views
Simple version/history on ndb/Google App Engine
I am looking to create a system for tracking versions (history) of content of ndb.Models/Expandos on Google App Engine (Python).
The content can be relatively lengthy and there may be many versions, ...
0
votes
0answers
12 views
Versioning JCR nodes via DAV - howto?
Background: I've been thinking about adopting a service mix including Apache Sling, Jackrabbit, and Jetty, for purposes of content management within web site designs. At this point, I'd like to ...
0
votes
1answer
42 views
Applying patch does create files with “add” status
I typically work on large chunks of code on a project, and from time to time have to back up my data to patches:
svn diff > /backups/assignment-XX_diff-YY.patch
I then revert-and-update my local ...
0
votes
0answers
9 views
Free online repository reloaded: which one is a good start assuming django? and the next?
I have seen a lot of questions in this direction which have been closed.
For one reason or an other (still few questions ;) ).
Even some loops: closed becouse dup of X. X closed for any other reason.
...
3
votes
1answer
41 views
Use TFS Changeset in Version Number
I have seen 'tf changeset /latest /i' referenced as an answer in getting the latest changeset version number to use in the msbuild version number but can't find any further information on where that ...
1
vote
0answers
44 views
Know of any robust, tried django chat apps? [closed]
Possible Duplicate:
integrating chat App in django
I'm looking for a good Django Chat module to start from to be able to have real time chat. Unfortunately a lot of the plugins I see are ...
0
votes
2answers
36 views
Using maven profile for artifact versioning
I want a project's version number to be as the follow format for the normal release versioning:
<version>1.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
......
On ...
0
votes
1answer
20 views
What is the difference between “Legacy Version” and “Stable Version”?
I am using JQuery Mobile and there are two available versions: A stable version and a legacy version. I am not familiar with the latter one.
What is a legacy version? or what is the difference with ...
0
votes
0answers
33 views
MSBuild (clean/package/build) with multiple solutions failing due to dependency version conflict
Summary
I'm running MSBuild against multiple projects. I want to clean/build/package 6 web services and make a zip of the certs for our staging server and drop all that into a publishing folder, but ...
1
vote
1answer
38 views
How to set comparator for comparing maven artifact versions when implementing a plugin?
Initially I thought of using versions-maven-plugin to automatically update versions of maven artifacts, but then I found out that it doesn't fit according to the versions we are using in our company. ...
2
votes
1answer
22 views
Text edit by users and saving the previous versions
Hi I'm studying a solution to apply in a web project and I would like to have your opinion.
I'm going to give to my users the possibility to edit some parts of many pages.
The data will be save in a ...
1
vote
1answer
26 views
Maven: determine if newer versions of libraries are used by dependencies vs. the project
I have several sets of libraries. For example:
Core 1.0
Core 1.5
Web 1.0 (uses Core 1.0)
Drawing 1.0 (uses Core 1.5)
My problem arises when I have a project that uses both the Web and Drawing ...
0
votes
0answers
36 views
WCF Service Versioning + FlatWsdl + Interoperability
In a WCF Service, I must modify the existing operation contracts with new parameters, and new methods.
For interoperability reasons, The service must publish a single Wsdl. To this reason, I use a ...
3
votes
2answers
18 views
What version label to use for a forked maven project?
I often times have to fork a Java project that uses Maven (usually on github).
When I fork the project and make my changes I generally want to cut a release to my own private (but on the internet) ...
0
votes
1answer
41 views
versioning tool for nodejs
There are solutions to increment the version number in different application. Cocoa apps have agvtool and maven has the maven-release-plugin which increments the version number on releases. Are there ...
1
vote
2answers
45 views
resolving osgi service with version
i am currently evaluating osgi (using the felix 4.3 implementation) to manage versionning of services.
i have been creating the following bundles:
bundle-api (version 1.0.0) that defines interface ...
2
votes
1answer
92 views
What is the difference between MvcContrib.MVC3-ci and Mvc.Contrib NuGet Packages?
What is the difference between MvcContrib.MVC3-ci and Mvc.Contrib NuGet Packages?
I see they have different dependencies -ci has many more downloads. I'm assuming I want -ci for my MVC3 project, but ...
0
votes
0answers
21 views
mongoid versioning can't destroy just one single version
I'm using Mongoid::Versioning to version my Wiki model by including Mongoid::Versioning
class Wiki
include Mongoid::Document
include Mongoid::Versioning
include Mongoid::Timestamps
field ...
2
votes
2answers
59 views
Is moving over to a Portable Class Library a breaking change?
At the moment I am building separate binaries to target each runtime
.net
Windows Phone
Silverlight
Now if I move the library over to be a single Portable Class Library, and I am not changing the ...
1
vote
1answer
35 views
Pylons routing through folders
I am kind of new to pylons and I have the task of designing a API versioning system. I want to store the different versions of the APIs in different folders. For example:
...
1
vote
1answer
41 views
Ways to version WCF services
Is there a nice way to version the data types and methods in WCF services?
Something like this would be nice to include a method in version 1.0 to version 4.5.
[ServiceContract()]
interface ...
1
vote
0answers
79 views
How to do versioning with MongoDB?
I am working with MongoDB and spring MVC and I need to know if there is any features that MongoDB provide to do some versioning for documents?
1
vote
3answers
50 views
How to compare version #'s inside a string?
I need to compare two version #'s to see if one is greater than the other and am having a really hard time doing so.
version 1: test_V10.1.0.a.1@example
version 2: test_V9.7.0_LS@example
I've tried ...
0
votes
1answer
89 views
MySQL INSERT-SELECT multiple rows from versioned table
I've got 2 versioned tables like this:
Items:
ID
rev_id
name
deleted
Subitems:
ID
rev_id
name
parent_id
deleted
What i understand from http://kristiannielsen.livejournal.com/6745.html that ...
0
votes
2answers
51 views
Setting up GitHub Repo with Netbeans IDE
I would like to be able to setup my GitHub repo to integrate with my Netbeans project. I'm a super noob at versioning in general, so this may be a pretty easy question. Any help would be appreciated!
...
0
votes
0answers
22 views
GUI / Server version number mismatch in COM+/GAC Assemblies
I have a few applications running like so:
Logic/Datalayer assembly installed into COM+ and the GAC on server.
GUI installed to multiple client PC's.
An 'Application Proxy' installed onto COM+ on ...
2
votes
2answers
69 views
I want my DotNetNuke modules to work under as many versions as possible while avoiding assembly binding redirection
I am developing DotNetNuke modules and naturally want them compiled before installing or distributing them. In the past I've simply referenced a specific version of DotNetNuke.dll by browsing to the ...
0
votes
0answers
34 views
Ruby Script running on local machine but not running on server - Version issues?
I wrote a ruby script named "generate-loc-seeddata.rb" which outputs a *.yaml file. This works perfectly well on my local machine but not on the server. It returns the following error:
...
0
votes
1answer
22 views
Concerns with WCF Data Services and outdated references
I am looking for information on how well WCF Data Services handle being called when they're referenced by an application with an out dated service reference..
If all new added fields are allowed to ...
0
votes
1answer
47 views
Visual Studio - setting version number of .EXE console application
i have a simple .EXE console application, written in C# via Visual Studio 2008. how do i specify the .EXE's version number? I'd like to manually update it when I make updates to the program. I do not ...
0
votes
1answer
100 views
Sencha Touch 2 - Turning a Basic Account into Premium Account
Im currently developing an application through sencha touch 2 + phonegap. My question is, there should be a basic version of the application but, what if I want it to upgrade my account ? Is there a ...
0
votes
1answer
41 views
renaming ID's entity in Core Data more than once? (for third version)
how can i change the name of my model's entity more than once : let's say from version 1 to 2, my entity changes from "Entity" to "MyEntity", and then from 2 to 3, it changes from "MyEntity" to ...
0
votes
1answer
44 views
PHP Dynamic Design Versions
I'm having difficulty wrapping my head around a good way to solve this problem.
I'm creating a website that will have a new 'revision' every few months.
Basically I'm going to be selling a single ...
0
votes
0answers
19 views
tree traversal, databases, and django
I'm wondering how a site like JSFiddle or GitHub (or similar versioning/forking sites) supports versioning and forking. From what I understand, this would require a database with a tree-type ...
0
votes
1answer
28 views
What is the best way to handle versioning using JSON protocol?
I am normally writing all parts of the code in C# and when writing protocols that are serialized I use FastSerializer that serializes/deserializes the classes fast and efficient. It is also very easy ...
0
votes
1answer
87 views
how to restore file in dropbox programmatically
i'm a newbie in dropbox development in IOS, i'm still learning about implementing dropbox in my app, the app is a text editor, i want to make it support for upload and downloading file in dropbox. In ...