Is there a way to do the following in Vault?
In VSS one may set it to insert source code control information into the source code as this is checked in. For example, the following in the source of a C# program in Visual Studio
//$Archive: $
//$History: $
along with a setting in VSS will cause checkin information to be inserted, like the follwing, which includes comments added during chreckin:
//$Archive: /Projects/Travel and Expense Management System/TemsWebSolution/Tems.Model/City.cs $
//$History: City.cs $
//
//***************** Version 2 *****************
//User: xxxxx Date: 11/16/06 Time: 4:03p
//Updated in $/Projects/Travel and Expense Management System/TemsWebSolution/Tems.Model
//Adding more forms and functionality
//
//***************** Version 1 *****************
//User: xxxx Date: 11/14/06 Time: 10:35a
//Created in $/Projects/Travel and Expense Management System/TemsWebSolution/Tems.Model
//Added ILocation to lookup country, city, state drop down list data.
//Extended the model adding city, state, country. Enhanced the location
//picker by giving it all the client side behavior for selecting
//countries other than us. For enableing and disabling choices. Added
//Required validators both client and server side.
Putting checkin-info into source
Moderator: SourceGear
Re: Putting checkin-info into source
This is called keyword expansion and Vault does support it.//$Archive: /Projects/Travel and Expense Management System/TemsWebSolution/Tems.Model/City.cs $
//$History: City.cs $
The keyword expansion is configured in the Admin Web Client under Source Control Repositories->(Repository name)->Keyword expansion.
The documentation is in the Vault Admin Web Client under Help->Source Control Repositories->Default Repository->Keyword Expansion.
Let me know if you have additional questions.
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager