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

Is it woth to have SVN_REVNUM_T_FMT?

From: Nicolás Lichtmaier <nick_at_reloco.com.ar>
Date: 2004-04-05 14:59:26 CEST

The current use of SVN_REVNUM_T_FMT is not compatible with gettext. Why?
Because xgettext can't process this:

_("Revision: " SVN_REVNUM_T_FMT "%")

At first thought creating a function... like
get_human_readable_revision, but... Is it worth? SVN_REVNUM_T_FMT only
has "ld", which is a standard C thing. It will probably never be
changed? Isn't this a case of overengineering?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 5 14:59:54 2004

This is an archived mail posted to the Subversion Dev mailing list.

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