1. The problem is "build from sources in theide". Something has to create that header. Should it be the build process or what?
If the build process, another problem is that the thing should be universal, working for your projects too. But in that case you have more than single repo and more than single version. Etc...
Mirek
1. I suppose it could be something like cron utility calling script which calls svnversion and generates .h-file.
Cron running where?
BTW, note that nightly builds HAVE this version stuff working. version.h is created before building.
In fact, it would not be that hard to add a simple script that updates version.h in svn after each commit. Maybe I am just too selfish there, demanding "actual" version of theide, not the last svn version....