On Wed, Sep 19, 2012 at 12:45:24PM -0000, as...@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).

Reply via email to