Quote:
Originally Posted by jwakeman
I am using the packaged source because of this statement on the WPILib FAQ's on FirstForge:
I can't find where to turn off the SVN sync. I am looking in "Project->Properties->Build Properties" mostly (as well as the other items in Project->Properties) but I cannot find anything that says "repository" or svn or anything like that. Can you point me to the option? Thanks again for you help.
|
In Project Properties->Build Properties->Build Tools tab->Build Tool: C++-Compiler->Build spec specific settings->Command: you need to remove the following text:
Code:
-D'SVN_REV="$(shell svnversion -n ..)"'
-Joe