[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: David James <djames_at_collab.net>
Date: 2006-08-18 06:00:49 CEST

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".

Cheers,

David

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 18 06:01:19 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.