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

Eols are not preserved in DAV log reponse.

From: Alexander Kitaev <alex_at_tmate.org>
Date: 2006-02-28 16:46:54 CET

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):&#13;
&#13;
- export and swtich fixes&#13;
.....

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?

Alexander Kitaev,
TMate Software,
http://tmate.org/
http://jetbrains.com/tmate/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Feb 28 18:21:53 2006

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.