How do I sync the SVN revision number with my ASP.NET web site?

Zack Peterson picture Zack Peterson · Aug 1, 2008 · Viewed 8.8k times · Source

Stack Overflow has a subversion version number at the bottom:

svn revision: 679

I want to use such automatic versioning with my .NET Web Site/Application, Windows Forms, WPD projects/solutions.

How do I implement this?

Answer

saint_groceon picture saint_groceon · Aug 1, 2008

Looks like Jeff is using CruiseControl.NET based on some leafing through the podcast transcripts. This seems to have automated deployment capabilities from source control to production. Might this be where the insertion is happening?