alexander, - .
- , , , buildbot.
The scenario may be to start an automatic build using the post-hook script in your demolition repository. This causes your buildbot to be updated to the latest verified version. Your build script (e.g. Makefile) will use 'svnversion' (or 'svn info' and grep) to read the revision of the repository and write it to the header file before the build.
After a successful build, automatically check this file back to the repository with a suitable comment about the release version.
source
share