Skip Menu |

This queue is for tickets about the svk CPAN distribution.

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

People
Owner: Nobody in particular
Requestors: jpeacock [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: v2.0.2
Fixed in: (no value)



Subject: "svn:eol-style: native" support busted???
Using latest SVK and "svn version 1.4.4": Mirrored a repository with files that have "svn:eol-style: native" set. Copied the trunk to a local branch for working. Checked out the branch on a Linux box. Made the mistake of editing one of the native files (which was still checked out with DOS line endings, BTW). Since then, I have been unable to do anything with that file without it showing a full file change. I tried: $ svk revert file/with/DOS_line_endings and $ rm file/with/DOS_line_endings $ svk revert file/with/DOS_line_endings and $ svk rm --force file/with/DOS_line_endings $ svk revert file/with/DOS_line_endings I also tried to edit the file and remove all of the ^M characters, and still the diff showed the file has changed. That working copy is now busted. If I rename the old WC and check the same path out again, the file in question is fine (shows as unchanged) and still has DOS line-endings. John