[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: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2004-10-06 22:12:43 CEST

On Tue, 5 Oct 2004, Philip Martin wrote:

> lundblad@tigris.org writes:
>
> > + /* 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
>
>
Woops. Fixed in r11258.

Thanks for keeping an eye on me:-)
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 6 21:58:14 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.