Quote:
Originally Posted by jwakeman
Instead of removing the text you mentioned completely I changed it to:
Code:
-D'SVN_REV="UNCONTROLLED"'
|
Sounds good.
Quote:
Originally Posted by jwakeman
This is to avoid a compilation error because SVN_REV needs to be defined. Regarding the svn repository, this repository only gets updated each time a release is made. It is not a development repository, correct?
|
Correct. This is the public repository that is synced to the development repository when a release is made. This allows teams to see the history of the library, create patches against specific revisions, blame a developer for a bug, and look at revision comments for specific changes.
-Joe