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

Re: Adapting svnstsw to use Subversion's build system

From: Karl Fogel <kfogel_at_red-bean.com>
Date: Mon, 05 May 2008 20:04:35 -0400

Richard Hansen <rhansen_at_bbn.com> writes:
> The variable-length array usage is probably hardest to work around. A
> functional snprintf is likely to be available, but if not, I can
> probably steal snprintf from <http://www.ijs.si/software/snprintf/> or
> one of the BSDs.

Well, you can also use anything APR or APR-UTIL provides, since
Subversion already depends on them. There is an apr_snprintf().

There may be other things you can use to replace the variable-length
arrays. Like

   svn_string_t
   svn_stringbuf_t
   apr_array_header_t

?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-06 02:04:51 CEST

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.