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

StackOverflow https://stackoverflow.com/questions/10247305

  •  02-06-2021
  •  | 
  •  

Pregunta

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 ?

¿Fue útil?

Solución

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

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top