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

Re: svn commit: r11250 - trunk/subversion/libsvn_ra_dav

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-10-05 23:21:12 CEST

lundblad@tigris.org writes:

> Author: lundblad
> Date: Tue Oct 5 15:32:20 2004
> New Revision: 11250

> + /* Skip the effective '.' entry that comes back from NE_DEPTH_ONE.
> + The children must have one more component then final_url.
> + Note that we can't just strcmp the URLs because of URL encoding
> + differences (i.e. %3c vs. %3C etc.) */
> + if (svn_path_component_count(childname) == final_url_n_components)
> continue;

../svn/subversion/libsvn_ra_dav/fetch.c: In function `svn_ra_dav__get_dir':
../svn/subversion/libsvn_ra_dav/fetch.c:917: warning: comparison between signed and unsigned

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 5 23:21:39 2004

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.