Skip Menu |

This queue is for tickets about the svk CPAN distribution.

Report information
The Basics
Id: 42163
Status: new
Priority: 0/
Queue: svk

People
Owner: clsung [...] gmail.com
Requestors: theultramage [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: extra CR in svk output on windows
Ever since I started using svk (2+ years ago), I noticed that whenever I run a 'svk diff', some lines in the output would contain an extra CR (0x0D) in front of a newline. The lines in question (an example): === map/map.c ================================================================== --- map/map.c (revision 13415)♪ <- here +++ map/map.c (local)♪ <- here @@ -101,8 +101,6 @@♪ <- here Since this deficiency causes the produced diff file to be rejected by gnu patch (coredumps) and subversion (fails to parse), I am forced to run dos2unix & unix2dos as a workaround. Please correct this silly problem.