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

Re: svn commit: r1387560 - in /subversion/branches/compressed-pristines/subversion/libsvn_wc: wc_db.c wc_db_private.h wc_db_wcroot.c

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 19 Sep 2012 15:04:21 +0200

On Wed, Sep 19, 2012 at 12:45:24PM -0000, ashod_at_apache.org wrote:
> Author: ashod
> Date: Wed Sep 19 12:45:24 2012
> New Revision: 1387560
>
> URL: http://svn.apache.org/viewvc?rev=1387560&view=rev
> Log:
> Improved create_pristine_db and tests are passing again.

> --- subversion/branches/compressed-pristines/subversion/libsvn_wc/wc_db.c (original)
> +++ subversion/branches/compressed-pristines/subversion/libsvn_wc/wc_db.c Wed Sep 19 12:45:24 2012
> @@ -1430,10 +1430,9 @@ does_node_exist(svn_boolean_t *exists,
> /* Create a pristine sqlite database at DIR_ABSPATH/PDB_FNAME and
> initializes it. Return the DB connection
> in *PDB. */
> -static svn_error_t *
> +svn_error_t *
> create_pristine_db(svn_sqlite__db_t **pdb,

This function has no svn_ prefix, so either the 'static' should be kept
or you need to rename it to e.g. svn_wc__db_create_pristine_db()
(seems the latter approach makes more sense for what you're doing).
Received on 2012-09-19 15:06:46 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.