Re: svn commit: rev 1668 - trunk/subversion/libsvn_fs trunk/subversion/libsvn_repos
From: Greg Stein <gstein_at_lyra.org>
Date: 2002-04-12 00:13:32 CEST
On Thu, Apr 11, 2002 at 12:48:13PM -0500, striker@tigris.org wrote:
Much simpler to use: apr_pstrintf(fs->pool, "%s/DB_CONFIG", path);
:-)
> + const char *dbconfig_contents =
static const char * const dbconfig_contents =
That will avoid reinitialization on each entry (gee, a cycle! :-). The extra
>...
Since you don't actually need the value of "written", then you can simply
In most cases, people don't need that value. They just want to write the
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Fri Apr 12 00:14:08 2002 |
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.