#1
|
|||
|
|||
Checking on Check-ins in VSS.
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. |
#2
|
|||
|
|||
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/Ma...ntegsample.htm |
|
|