A hack I've been wanting for a while: when building a -dev version

from an SVN repository, use the current svn revision in the platform
string and in the output of --version.



svn:r9976
This commit is contained in:
Nick Mathewson
2007-04-16 23:56:31 +00:00
parent 362fbc79d2
commit bfac679cd4
7 changed files with 47 additions and 5 deletions
+3 -2
View File
@@ -357,8 +357,9 @@ Future version:
such errors recently, then don't warn about it.
- More consistent error checking in router_parse_entry_from_string().
I can say "banana" as my bandwidthcapacity, and it won't even squeak.
- Include the output of svn info/svk info output into the binary, so
it's trivial to see what version a binary was built from.
o Include the output of svn info in the binary, so it's trivial to see what
version a binary was built from.
- Do the same for svk info.
- Add a doxygen style checker to make check-spaces so nick doesn't drift
too far from arma's undocumented styleguide. Also, document that
styleguide in HACKING. (See r9634 for example.)