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