You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "C. Michael Pilato" <cm...@collab.net> on 2009/02/04 14:12:53 UTC

Re: svn commit: r35664 - in branches/http-protocol-v2: . subversion/include subversion/libsvn_ra_neon subversion/libsvn_ra_serf subversion/mod_dav_svn

Ben Collins-Sussman wrote:
> On Tue, Feb 3, 2009 at 7:10 PM, C. Michael Pilato <cm...@collab.net> wrote:
> 
>> * subversion/mod_dav_svn/version.c
>>  (get_option): Track renamed stuff, and now also include the
>>    transaction stub and transaction root stub.  Use a convenience
>>    variable, too, to avoid long lines.
> 
> What's the point of the OPTIONS response returning the two txn stubs?
> POST already returns them for use in a commit... so why would a client
> ever need them beforehand?

But POST does not (any more).  POST merely returns the transaction name.

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

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1102370

Re: svn commit: r35664 - in branches/http-protocol-v2: . subversion/include subversion/libsvn_ra_neon subversion/libsvn_ra_serf subversion/mod_dav_svn

Posted by Ben Collins-Sussman <su...@red-bean.com>.
On Wed, Feb 4, 2009 at 8:12 AM, C. Michael Pilato <cm...@collab.net> wrote:
> Ben Collins-Sussman wrote:
>> On Tue, Feb 3, 2009 at 7:10 PM, C. Michael Pilato <cm...@collab.net> wrote:
>>
>>> * subversion/mod_dav_svn/version.c
>>>  (get_option): Track renamed stuff, and now also include the
>>>    transaction stub and transaction root stub.  Use a convenience
>>>    variable, too, to avoid long lines.
>>
>> What's the point of the OPTIONS response returning the two txn stubs?
>> POST already returns them for use in a commit... so why would a client
>> ever need them beforehand?
>
> But POST does not (any more).  POST merely returns the transaction name.

Oh!  Very well then.  :-)

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=1102601