Package: wnpp Severity: wishlist The subwcrev program is a windows program (see http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-subwcrev.html) to update a template file with subversion status. This is very useful to get revisioning information into builds.
The tool has a linux equivalent http://svnwcrev.tigris.org/. As far as I can see, this tool or an equivalent is not currently available in Debian. The license is GPL, according to http://svnwcrev.tigris.org/. It is possible to compile svnwcrev in debian lenny, with the following changes to the config.mk template file: --- config.mk 2010-03-23 18:45:36.000000000 +0100 +++ config_mk.template 2006-01-22 22:21:03.000000000 +0100 @@ -1,3 +1,3 @@ SUBVERSION_INCLUDE=/usr/include/subversion-1 -APR_INCLUDE=/usr/include/apr-1.0 +APR_INCLUDE=/usr/include/apr-0 LIBRARIES=/usr/lib (After installing the dependencies, off course) I would be happy to see this tool in Debian. I am willing to try make a debian package, if someone is willing to get it into Debian. Thanks, Paul -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

