0
votes
2answers
27 views
What is the best way to organize file version migration code?
I'm writing a plug-in for another program through an API. To save it's current state, my plugin stores an instance of a Project object to the file by serializing it to XML and storing it in a user …
1
vote
7answers
72 views
What are the benefits of using names rather than version numbers?
This is a general question but I'll illustrate it with Eclipse. I recently reinstalled Eclipse and find that the distribs are called
eclipse-java-galileo-SR1-win32
and
…
8
votes
14answers
230 views
Version numbering basics?
Hi,
Suppose I have a web application with some basic functions. I want to market it. So I would like to assign a version number - something like 0.0.1. What I want to know is are there any …
0
votes
3answers
38 views
Cannot iterate through object in Ubuntu PHP 5.2.10-2 Works on PHP 5.2.10?
With this code I am iterating through an object.
Works:
Windows with WAMP and PHP 5.2.9
Linux web server with PHP 5.2.10
It is not working on my desktop:
Ubuntu 9.10 with PHP 5.2.10-2 from
the …
0
votes
0answers
11 views
ADO.NET Data Service API Versioning
Hi guys,
We created an ADO.NET Services on top of our EDMX file as the main entry point for our central application. In the near future a lot of distinct applications will show up and consume our …
0
votes
1answer
22 views
Setting AssemblyFileVersion with MSBuild-call?
Hello,
We have a batch-based buildprocess and we are using MSBuild only for compiling our project-files from visual studio. We also have integrated wix into our build-process. To set the version of …
0
votes
2answers
41 views
Versioning problem
Hello, people. I hope you can help me.
In our development process we have a unix based file server with SFTP access (let’s call it A). This server store a large numer of xslt files we are working …
0
votes
2answers
48 views
How does PivotalTracker.com update its view in real time?
I'm trying to build a view similar to PivotalTracker where there are a variety of rows in different buckets. There is some polling to the server because rows could be updated by other users while …
1
vote
2answers
50 views
NHibernate not throwing StaleObjectStateException when <Version> used and data changed in database
I have an entity mapped in NHibernate with optimistic concurrency control using a SQL timestamp column as the version number. The mapping is like the following:
<class name="Entity" …
0
votes
1answer
36 views
Nhibernate versioning problem
I have a method that will return a list of suggested orders. If the user passes a null that criteria is ignored.
public IList<SuggestedOrderItem> GetSuggestedOrderItemByCriteria
(
…
1
vote
1answer
21 views
Blackberry - Get current application’s ApplicationDescriptor object
Hi,
I'd like to get access to my currently running applications applicationDescriptor object. I want this so that I can get the current version number and, on the initial screen have a title like …
0
votes
1answer
34 views
ECM - Document Control Management / Versioning and CMS
Hello All,
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 …
4
votes
6answers
75 views
How do other development teams approach version numbers?
Our application is quite mature, and thus we are up to version 16. However, this can give the impression that the software is old and out of touch (how many commercial applications are there with a …
3
votes
2answers
79 views
Git global tags— evidently bad, but why?
In his 2005 email to the Linux Kernel mailing list, Linus Torvalds is very emphatic that tags in git should be private and not be automatically included when fetching from others:
Pulling a …
1
vote
4answers
92 views
Web-App : Keeping trace of the version of the application in database ?
Hi,
We are building a webapp which is shipped to several client as a debian package. Each client runs his own server. But the update and support is done by us.
We make regular releases of the …
