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

Re: svn commit: r947601 - in /subversion/trunk/subversion/libsvn_wc: wc_db.c wc_db.h

From: Hyrum K. Wright <hyrum_wright_at_mail.utexas.edu>
Date: Mon, 24 May 2010 09:04:04 -0500

On Mon, May 24, 2010 at 6:15 AM, <julianfoad_at_apache.org> wrote:

> Author: julianfoad
> Date: Mon May 24 11:15:24 2010
> New Revision: 947601
>
> URL: http://svn.apache.org/viewvc?rev=947601&view=rev
> Log:
> * subversion/libsvn_wc/wc_db.h,
> subversion/libsvn_wc/wc_db.c
> (svn_wc__db_pristine_get_path): New function.
>
> Modified:
> subversion/trunk/subversion/libsvn_wc/wc_db.c
> subversion/trunk/subversion/libsvn_wc/wc_db.h
>
> ...

> Modified: subversion/trunk/subversion/libsvn_wc/wc_db.h
> URL:
> http://svn.apache.org/viewvc/subversion/trunk/subversion/libsvn_wc/wc_db.h?rev=947601&r1=947600&r2=947601&view=diff
>
> ==============================================================================
> --- subversion/trunk/subversion/libsvn_wc/wc_db.h (original)
> +++ subversion/trunk/subversion/libsvn_wc/wc_db.h Mon May 24 11:15:24 2010
> @@ -855,6 +855,22 @@ typedef enum {
> } svn_wc__db_checkmode_t;
>
>
> +/* Set *PRISTINE_ABSPATH to the path to the pristine text file
> + identified by SHA1_CHECKSUM. Error if it does not exist.
> +
> + ### This is temporary - callers should not be looking at the file
> + directly.
>

svn_wc__db_temp_pristine_get_path() ?

> +
> + Allocate the stream in RESULT_POOL. */
> +svn_error_t *
> +svn_wc__db_pristine_get_path(const char **pristine_abspath,
> + svn_wc__db_t *db,
> + const char *wri_abspath,
> + const svn_checksum_t *checksum,
> + apr_pool_t *result_pool,
> + apr_pool_t *scratch_pool);
> +
> +
> /* Set *CONTENTS to a readable stream that will yield the pristine text
> identified by CHECKSUM (### which should/must be its SHA-1 checksum?).
>
>
>
>
Received on 2010-05-24 16:04:43 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.