[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

feature request - include files for various languages

From: Balassa Márton <balassa.marton_at_intralog.hu>
Date: 2007-04-20 16:24:48 CEST

This would be a nice feature: tsvn:infofile property. If set, value
would be <programming language> CRLF <filename>, where the programming
language is an identifier like 'delphi' or 'c++', and TSVN would
generate the <filename> file, containing constant definitions of the
current revision number and branch. For the language 'delphi', for
instance, it would look like this:

const SVN_REVISION = 1234;
const SVN_BRANCH = 'HEAD';

This way we could display the correct version information in the
program's about box, or display a warning screen if it was built from
the TEST revision, etc.

Márton BALASSA

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Fri Apr 20 16:57:44 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.