views:

135

answers:

2

Hi Guys, I'm facing a very simple issue but I can't find the right tool: We (in our team) currently build our Web App (.NET 3.5SP1 Based) with CC.NET, getting source code from SubVersion.

We're moving to TFS2005 (already used by other teams) but I can't find the equivalent of the SvnVersionLabeller; the specific labeller gets the latest version from the (specified) SubVersion server so I can align both Build Labels and DLLs Version.

Is there anyone already did it ? Should I do it by myself ?

Am I moving in the wrong way ?

We're currently using CC.NET also because we've 3 Build Servers in 3 different countries connected with slow data connection.

Thanks. Igor.

A: 

We customize the build number and are using the build number to set the version number of the assemblies.

Take a look at this blog post by Martin Woodward: Aligning Build Numbers with Assembly Versions in TFS2008

I believe you can do the same with TFS 2005

Hakan Forss
Thank you for your answer but it doesn't cover my scenario.It refers to a Build with TFS...I'm using CC.NET to build the whole set of source code.The only information I'm looking for is the latest changeset number for a specific TFS Project...thru a "standard" CC.NET labeller so the same build number is used as label for tagging.
Bitbreaker
+1  A: 

Finally I decided to write my own TFS Labeller for CruiseControl.NET .

Here's the url of the project on CodePlex: http://tfsrevisionlabeller.codeplex.com

Bitbreaker