Kinook Software Forum

Kinook Software Forum (https://www.kinook.com/Forum/index.php)
-   [VBP] Third Party Tools (https://www.kinook.com/Forum/forumdisplay.php?f=3)
-   -   Stop build if modified files exist (subversion) (https://www.kinook.com/Forum/showthread.php?t=2850)

jamesblast 07-30-2007 08:14 AM

Stop build if modified files exist (subversion)
 
Hello,

I want visual build to stop building, of there are any modified files to the local workingcopy.

Perhaps subversion can be queried for changes and visual build stops building then.

I hope there is a solution.

Thank you!

kinook 07-30-2007 10:47 AM

Create a Subversion step to query for the necessary information (you would need to consult the SVN documentation on if/how that can be accomplished), and in the step's vbld_StepDone script event parse the output and fail the build if needed (Step.BuildStatus = vbldStepStatFailed).
http://www.visualbuild.com/Manual/scriptevents.htm
http://www.visualbuild.com/Manual/contintegsample.htm


All times are GMT -5. The time now is 04:33 AM.


Copyright © 1999-2023 Kinook Software, Inc.