5
votes
4answers
77 views
Versioning of Models in Ruby on Rails
I'm looking for a plugin/act to allow versioning of my models. It's kind of difficult to find a list of the available solutions. So far I gathered:
acts_as_versioned
simply_versi …
1
vote
2answers
28 views
Versioned and indexed data store
I have a requirement to store all versions of an entity in a easily indexed way and was wondering if anyone has input on what system to use.
Without versioning the system is simp …
2
votes
1answer
37 views
How do I share a label value between multiple CC.NET builds?
I have two projects set up in CC.NET: CI build and daily build.
Both of them execute the same nant script, but with different parameters.
The CCNET label (currently generated by …
4
votes
3answers
109 views
How to commit subversion revision with every commit in order to refer between two repositories.
Consider software spread in two separate repositories, Pub and Priv. Pub repository is public. Priv is closed. An continuous integration server builds both Pub and Priv when either …
2
votes
4answers
68 views
Web Services API Versioning
I offer a small Web Services API to my clients which I plan to evolve over time. So I need some sort of versioning, but I can't find any information about how you do something like …
27
votes
6answers
680 views
A definite guide to API-breaking changes in .NET
I would like to gather as much information as possible regarding API versioning in .NET/CLR, and specifically how API changes do or do not break client applications. First, let's d …
0
votes
1answer
39 views
Execute Maven plugin goal on parent module, but not on children
We have a multi-module maven project that uses a profile that defines a buildnumber-maven-plugin to increment a build number and then check it into source control.
If I define the …
0
votes
6answers
84 views
Product version in SQL Server.
Simple situation. I've created an application which uses SQL Server as database. I could add a table to this database which contains the version number of my application, so my app …
0
votes
0answers
21 views
.net Setup project force new file replacement on reinstall
Hello,
I have a setup project that install a couple of projects and a couple of external files (one of which is a SQLite Database) - everything worked fine until i've recently mod …
1
vote
4answers
102 views
Cleaning up code breaks binary compatibility
I'm working on a project which is being used by a number of people I don't know. We've done a fairly good job of bringing down the CheckStyle warnings and the thing is about a low …
4
votes
6answers
117 views
Temporarily put away uncommited changes in Subversion (a la “git-stash”)
While programming software stored in a Subversion repo, I often modify some files, then notice that I'd like to do some preparatory change for my main work. E.g. while implementing …
40
votes
30answers
3k views
Java: Out with the Old, In with the New …
Java is nearing version 7. It occurs to me that there there must be plenty of textbooks and training manuals kicking around that teach methods based on older versions of Java; wher …
5
votes
5answers
148 views
Version number of a dll in .NET
Given the following:
string file = @"c:\somepath\somefile.dll";
How can I find the file and product version numbers of that DLL using .NET?
The dll can be either native or mana …
2
votes
1answer
59 views
How do I switch to another subversion branch in Intellij?
What is the concept of switching branches in IntelliJ?
I must be either blind or an idiot...
I would assume there'd be a "switch to copy" option or something like that, but there …
0
votes
2answers
90 views
Compiling MATLAB 2009b applications to Windows Executables
Does anyone know how to add full (n.n.n.n) Windows file version information to COM dlls and .Net Assemblies compiled from MATLAB? The resulting dlls do not seem to contain a Versio …
