Tagged Questions

2
votes
1answer
13 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 …
4
votes
3answers
70 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
3answers
32 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 …
0
votes
1answer
22 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
0answers
16 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 …
0
votes
6answers
73 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 …
26
votes
6answers
641 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 …
1
vote
4answers
101 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 …
2
votes
1answer
45 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 …
4
votes
6answers
104 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 …
0
votes
1answer
28 views

How do I deal with dependencies to multiple versions of the same DLL in Visual Studio?

for example: I have app A, which references library A and library B. in addition, library A itself references a different version of library B. (these are all in C#) I want all re …
0
votes
2answers
75 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 …
5
votes
5answers
126 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 …
0
votes
1answer
103 views

Revision system - Help improve my code

A section of a site I am building needs some form of revision system and so decided to keep it simple and go with one similar to Stack Overflow. I quickly created the following w …
14
votes
5answers
249 views

How can I do automatically update Perl modules’ $VERSION with Git?

Let's say, a team of programmers is doing a web application in Perl and uses git to host their code. Now they have a small problem with versioning their modules: Perl::Critic and …

1 2 3 4 5 15 next
15 30 50 per page