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

Re: svn commit: rev 5388 - trunk/subversion/libsvn_subr

From: Robert Pluim <rpluim_at_bigfoot.com>
Date: 2003-03-20 18:52:14 CET

cmpilato@tigris.org writes:
> Author: cmpilato
> Date: Wed Mar 19 12:03:30 2003
> New Revision: 5388
>
> Modified:
> trunk/subversion/libsvn_subr/xml.c
> Log:
> Fix a bug that was causing properties with \r in them to have their
> values hosed by the time they hit the repository over ra-dav.

> + else if (*q == '\r')
> + svn_stringbuf_appendcstr (*outstr, "&#13;");
>
> p = q + 1;
> }

Just wondering, is there not a symbolic name for that character? &cr;
would make sense, but I'd have to go find the appropriate RFC to find
out.

-- 
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 20 18:52:31 2003

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.