Machado
Machado

Reputation: 741

How can I store the new CHANGESET number in my source code after I check in?

In SVN you can use some keyword expansion to put your revision number inside source files. I find this particularly useful on SQL scripts.

Using TFS2010, how can I put the changeset number inside a source file ?

Upvotes: 4

Views: 2069

Answers (1)

Edward Thomson
Edward Thomson

Reputation: 78683

If you really must insert the current changeset number in a file, you can use the Keyword Substitution Check-in Policy.

Upvotes: 3

Related Questions