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

[PATCH] SVN_REVFMT_T -> svn_revnum_to_cstring

From: Peter N. Lundblad <lundblad_at_softhome.net>
Date: 2004-05-08 00:02:20 CEST

Hi,

Attached is a little one that turns most uses of SVN_REVNUM_T_FMT into %s
and calls to svn_revnum_to_cstring in *printf functions. Mostly it is
error messages and other user messages that I've touched. I haven't
modified things that aren't supposed to be localized later.

I had to add a apr_pool_t * argument to some internal functions also so
that it can call svn_revnum_to_cstring.

I've tried to be careful, but have probably done some mistakes (as
always:-). Please look carefully...

I will add _() around most of these later, but I do it in a separate patch
because it also needs some changes to places where strings are composed
from fragments.

Have fun reviewing this interesting and creative stuff:-)
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sat May 8 01:26:51 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.