VSS Header Support

If you are having a problem using Vault, post a message here.

Moderator: SourceGear

Post Reply
jplank
Posts: 2
Joined: Wed Jan 17, 2007 9:19 am

VSS Header Support

Post by jplank » Wed Feb 14, 2007 8:21 am

With VSS, you could include items like the following in your code:

#region Header

////////////////////////////////////////////////////////////////////////////
// Description : @Description@
//
/////////////////////////////////////////////////////////////////////////////
//
// $Header: $
// $Modtime: $
// $Author: $

/* --------------------------------------------------------
* $History: $
*
* --------------------------------------------------------
*/
#endregion Header

The $name variables would be replaced with their equivalent values from SourceSafe. It was very handy but I don't notice this being supported within Vault. Is there an equivalent?

jason

Beth
Posts: 8550
Joined: Wed Jun 21, 2006 8:24 pm
Location: SourceGear
Contact:

Post by Beth » Wed Feb 14, 2007 9:24 am

You will want to check out our Keyword Expansion feature. Keyword expansion is enabled in the Admin tool under the Repository Options tab.
Here's a link to the documentation on Keyword Expansion from the client side perspective.

Post Reply