
If you are a Jenkins fan and wanted to integrate your WCBD with jenkins to use in Graphical way to perform your builds, its easy.. !!
Create a Checkout Job in Jenkins to execute your source code from your favourite Source control system.
So, when ever you tried to execute the Checkout Build, Jenkins will try to checkout the source code by using the "Svn Update" with SVN Revert before update, so that there is no chance of leaving older...