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

RE: [PATCH] Define behavior of svn_wc_get_pristine_content2()

From: Bert Huijben <bert_at_qqmail.nl>
Date: Mon, 1 Mar 2010 00:25:36 +0100

> -----Original Message-----
> From: Neels J Hofmeyr [mailto:neels_at_elego.de]
> Sent: zondag 28 februari 2010 23:49
> To: Subversion Development
> Subject: [PATCH] Define behavior of svn_wc_get_pristine_content2()
>
> Hi,
>
> Attached patch rewrites the comment for
> svn_wc_get_pristine_contents2(),
> which didn't say much about *which* pristine this function returns.
>
> I think this new comment describes current behavior (or at least
> currently
> intended behavior). We need to properly define this for when we roll
> out the
> pristine store.
>
> Is anything here not making sense?
>
> (pasting the new comment here as well for easier reading:)
>
> [[[
> /** Given a @a path to a wc file, return in @a contents a stream to the
> * contents of the pristine copy of the file, as relevant to the
> currently
> * set history of the file. That means:
> *
> * With no uncommitted changes on the file, or only text/prop
> modifications,
> * or when the file is only locally deleted (not replaced), return the
> last
> * checked-out or updated-/switched-to content of the file.
> *
> * When the file has been locally copied-/moved-here, return the
> content of
> * the copy/move source (even if the copy-/move-here replaces a locally
> * deleted file).
> *
> * If the file is simply added or replaced (no copy-/move-here
> involved),
> * return @c NULL.

Set @a contents to @c NULL, or return no error?

> *
> * If @local_abspath refers to an unversioned or non-existing path,
> return
> * @c SVN_ERR_WC_PATH_NOT_FOUND. Use @a wc_ctx to access the working
> copy.
> * @a contents may not be @c NULL and must point at a writable
> svn_stream_t*.

Writable?

And *contents = NULL on local add (see above)

> *
> * This function is needed so clients can do diffs.
> *
> * @since New in 1.7. */
> svn_error_t *
> svn_wc_get_pristine_contents2(svn_stream_t **contents,
> svn_wc_context_t *wc_ctx,
> const char *local_abspath,
> apr_pool_t *result_pool,
> apr_pool_t *scratch_pool);
> ]]]

        Bert
>
> Thanks,
> ~Neels
Received on 2010-03-01 00:26:23 CET

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.