repository revision -> header file?
From: Ralf W. Grosse-Kunstleve <rwgk_at_yahoo.com>
Date: 2006-05-12 00:57:21 CEST
I see SVN maintains a global revision number for a repository. I'd
myproj/version.h:
#define MYPROJ_REPOSITORY_REVISION $RepositoryRevision$
I.e. each time svn update is run, I'd like to get the same number
#define MYPROJ_REPOSITORY_REVISION 4548
This would allow me to easily adjust to evolving library code:
#include <myproj/version.h>
Can this somehow be done with SVN?
Thank you in advance!
Cheers,
__________________________________________________
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.