> -----Original Message-----
> From: [email protected] [mailto:[email protected]]
> Sent: dinsdag 19 maart 2013 07:15
> To: [email protected]
> Subject: svn commit: r1458301 -
> /subversion/trunk/subversion/include/svn_dav.h
>
> Author: cmpilato
> Date: Tue Mar 19 14:14:52 2013
> New Revision: 1458301
>
> URL: http://svn.apache.org/r1458301
> Log:
> * subversion/include/svn_dav.h
> (SVN_DAV_NS_DAV_SVN_GET_FILE_REVS_REVERSE): Spell out "reverse"
> in
> the string token value. "rvrs" makes me think of the HTTPv2
> revision root (rvr) URI space. (Besides, the savings of 3
> characters hardly seems worth the imprecision.)
This makes the total string to long according to the maximum defined length in
the documentation somewhere. (62 or 64 if I remember correctly?)
It won't break Subversion, but it might break some other WEBDAV clients.
(I think you were the one adding that comment)
Bert