Alexander Kitaev wrote:
> Hello All,
>
> I've noticed a difference between mod_dav_svn responses to
> getRevisionProperty("svn:log") and log(...):
>
> Fetching revision property:
>
> <S:log>changes from 0.9.0 merged (1116:1155):
>
> - export and swtich fixes
> .....
>
> Fetching log (history):
>
> <D:comment>changes from 0.9.0 merged (1116:1155):
>
> - export and swtich fixes
> .....
>
> As you could see, in "log" response real eols (those stored in corresponding
> revprop file, in this case \r\n) are replaced with \n. When using "svn" or
> "file" protocol, eols are reported correctly. Is this a known problem?
>
There shouldn't be any \r's in the svn:log value in the first place;
they're supposed to be filtered out by the client. So the first question
is, where are they coming from?
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 28 19:43:42 2006