Feature - Implemented Add Option to ANT build.xml and build.properties for svn update failure support

MCroft

Developer
Staff member
This is tiny. I changed build.properties to a have a property for svn udpate fail = "false" and use that instead of the string false in the ant update task.

View attachment ant_svn_fail_on_error.patch

The point of this is that I, personally, don't want to continue if SVN hits a merge conflict and I can update my build.properties to true, but I don't want to change the build to always do that.

Which we could and maybe should, but I try to be conservative about changes.
 
Top