Faulty line-end handling in "svnadmin load"? [was: Problem with eol-style=CRLF.]
From: Michael Haggerty <mhagger_at_alum.mit.edu>
Date: 2007-08-20 18:02:35 CEST
On the cvs2svn mailing list, somebody wrote the message quoted below.
I would appreciate guidance about where this should be fixed:
1. Is this a bug in "svnadmin load" (i.e., should it do the line-end
2. Is this a bug in "svn diff"?
3. Or is it indeed an intended requirement of "svnadmin load" that files
Thanks,
-------- Original Message --------
Hi,
I encountered the following issue converting a CVS repository where all
Used cvs2svn (1.5.0) on Linux, with DefaultEOLStyleSetter('CRLF') in the
When checking out from the new SVN repository I noticed that all checked
The cause is that cvs2svn converts the text files to have LF line endings
I worked around it by changing dumpfile_delegate.py to do
if s_item.needs_eol_filter:
and
class CRLF_EOL_Filter:
def __init__(self, stream):
def read(self, size):
this is just a quick workaround I could use for FreeDOS; a proper solution
Bart
---------------------------------------------------------------------
|
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.