PDA

View Full Version : Checking on Check-ins in VSS.


Alfetta159
09-04-2008, 03:15 PM
We keep our source code in VSS. Anyone know a good technique for checking whether there has been any activity since the last build so we dont' do an scheduled build unless there is a reason to.

We don't want to go to continuous build. And I do know about the History command line command for VSS, but I'm not sure where I can go from there.

Thanks.

kinook
09-04-2008, 04:26 PM
The ContinuousIntegration sample demonstrates using the VSS History command to check for changes since the previous build (you don't have to have the build run continuously -- you could instead manually launch it or schedule it to run on some regular basis).
http://www.kinook.com/VisBuildPro/Manual/contintegsample.htm