Subject: | mvs doubles newlines |
Files downloaded by "mvs update" have all of their newlines doubled.
That is, a file that looks like this on the server:
---
line1
line2
line3
---
contains this when downloaded:
---
line1
line2
line3
---
Looking at the files with a binary editor shows that the duplicate
newlines are newlines; that is "\n\n", not "\r\n" or anything else.
Uploading it with mvs commit does not undo this corruption, but deleting
the extra lines and uploading works fine.
I've tested this on en.wikipedia.org and empegwiki.org with the same
results.
This is perl, v5.8.6 built for i386-openbsd-3.8.