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; where the methods …
28
votes
6answers
705 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 define some terms:
…
22
votes
12answers
2k views
How do I sync the SVN revision number with my ASP.NET web site?
beta.stackoverflow.com has a version number at the bottom: "svn revision: 679"
I want to use such automatic versioning with my .NET web, win forms, wpf projects/solutions.
17
votes
15answers
1k views
Database Design for Revisions?
We have a requirement in project to store all the revisions(Change History) for the entities in the database. Currently we have 2 designed proposals for this:
e.g. for "Employee" Entity
Design 1:
…
15
votes
5answers
284 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 PBP both recommend …
15
votes
21answers
764 views
Version Control for a total newbie
Hello everyone, I'm totally new to the world of programming and understand very little in terms of jargon and typical methodology.
A while ago I was writing some code, but accidentally deleted some …
15
votes
18answers
1k views
Free version control services?
What free version control service would you recommend? I'm not looking for a complete project management service like Sourceforge, just something so I don't have to run a SVN/GIT server myself.
14
votes
25answers
1k views
Why do companies use Source Safe?
Why do you (and/or your company) use Visual Source Safe instead of the "other" version control systems?
14
votes
7answers
503 views
Versioning Database Persisted Objects, How would you?
(Not related to versioning the database schema)
Applications that interfaces with databases often have domain objects that are composed with data from many tables. Suppose the application were to …
13
votes
8answers
533 views
Historic reason for using periods in version numbers?
Is there a historic reason that periods are used instead of any other separator for software versions?
One of our products was previously version 3.5, and now it's 3.08 -- I'm sure this was …
12
votes
13answers
470 views
How do you version your projects?
I understand that Microsoft uses this template when versioning their products: Major.Minor.Build.Revision.
Major is changed when the "developers" want to show that there is a big change in the …
11
votes
6answers
3k views
Build and Version Numbering for Java Projects (ant, cvs, hudson)
What are current best-practices for systematic build numbering and version number management in Java projects? Specifically:
How to manage build numbers systematically in a distributed development …
11
votes
10answers
2k views
How do you version your database schema?
How do you prepare your SQL deltas? do you manually save each schema-changing SQL to a delta folder, or do you have some kind of an automated diffing process?
I am interested in conventions for …
11
votes
4answers
2k views
How do I get the Click Once Publish version to match the AssemblyInfo.cs File Version.
Every time I publish the Application in Click Once I get get it to update the revision number by one. Is there any way to get this change automatically to change the version number in AssemblyInfo.cs …
9
votes
5answers
229 views
Why would a site display SVN version and what are the advantages?
I have not used SVN so far. Why would a Web site (such as Stack Overflow, for example) display a SVN version at the bottom? What version is it? And what are the advantages of displaying it in public?
…
