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

Re: [PATCH] Add URL support for propset and propdel and fix URL support for propedit

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: Mon, 25 Feb 2008 12:56:25 -0500

C. Michael Pilato wrote:
> kmradke_at_rockwellcollins.com wrote:
>>> Yes, that is how propedit-on-URL support works. Implementing this
>>> feature is as simple as passing the right base_revision_for_url
>>> argument to svn_client_propset3.
>>
>> By "right" you mean the HEAD revision, right? Since I was getting
>> errors when I passed in anything else...
>
> By "right" he means the base revision value we've been talking about,
> which defaults to HEAD but can be overridden at the command-line using
> this new --base-rev (which by the way I think should be
> "--base-revision") parameter's value.

To clarify, we're saying that you needn't write a single line of code that
fetches the old prop value and does comparison to the new. It is not the
client's responsibility to detect out-of-dateness. It is the client's
responsibility to accurately report based-on revisions and the changes it
wishes to commit, and leave out-of-dateness checks to the server.

-- 
C. Michael Pilato <cmpilato_at_collab.net>
CollabNet   <>   www.collab.net   <>   Distributed Development On Demand

Received on 2008-02-25 18:56:40 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.