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

Re: svn commit: r21093 - in trunk/subversion: libsvn_ra_dav mod_dav_svn/reports

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2006-08-18 07:28:01 CEST

David James wrote:
> On 8/16/06, cmpilato@tigris.org <cmpilato@tigris.org> wrote:
>
>> * subversion/libsvn_ra_dav/replay.c
>> (start_element): Look for "path" attribute instead of "name"
>> attribute in "open-directory" and "add-directory" tags.
>> [...]
>> - const char *path = svn_xml_get_attr_value("path", atts);
>> + const char *path = svn_xml_get_attr_value("name", atts);
>
>
> It looks like you mixed up "name" and "path" in the commit message
> here. You actually changed this function to look for "name" instead of
> "path".

Oops. Thanks, David. Fixed.

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

Received on Fri Aug 18 07:28:23 2006

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.