Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Project hooks - running code on VSS checking
Message
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00569365
Message ID:
00569719
Views:
24
>Hi all,
>
>I am trying to set up a project hook that run whenever anything is checked into Source Safe via the Project. Essentially, I want to capture the description of the changes and write them out to a log file so that I have a list of who edited what things. I can then use this as a cross reference against our error and change request system so that I can produce a list of what was changed/fixed since the last build.
>
>I can certainly write code against the project, but I can only add code to the queryModify method. The files objects have a "CheckIn" method, but I can't figure out how to get code into them since they are part of the collection of files.
>
>Thanks,
>
>Fletcher

Hi Fletcher,
Check out this article on MSDN: http://msdn.microsoft.com/library/en-us/dnvss/html/vssauto.asp. It gives an explanation about how to do this with VB. With VFP 7's new Implements and EventHanlder features, you can create your VSS Add-in in VFP to handle this stuff.

HTH.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform