Include a version control tag in VSS
Posted
by Sjuul Janssen
on Stack Overflow
See other posts from Stack Overflow
or by Sjuul Janssen
Published on 2009-10-20T13:53:48Z
Indexed on
2010/05/23
3:50 UTC
Read the original article
Hit count: 227
visual-sourcesafe
I was reading Code Complete 2 and it mentions this:
Many version-control tools wil insert version information into a file. In CVS, for exmple the characters
// $id$
Will Automaticly expand to
// $id: ClassName.java, v 1.1 2004/02/05 00:36:42 ismene Exp $
So now I would like to do something similar with VSS for our SQL scripts
I have been googling around for the answer but can't find it. Is this possible? can someone maybe point me in the right direction?
© Stack Overflow or respective owner