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

Re: Checksum mismatch error during large commit

From: makl <makl_at_tigris.org>
Date: 2004-03-25 08:30:50 CET

Greg Hudson wrote:
> So, I can totally understand "we don't support this configuration," but
> it sounds like the fix might be really easy--specifying a binary flag
> when opening files to compute checksums. Can anyone test that?

After some more tests I found more problems.

- Opening the text base in binary mode should not work for files with
svn:eol-style LF and native. The text base has CRLF line endings
too.

- Copying a wc from a volume in textmode to a volume in binary mode (Yes
you can mix the modes in the system) breaks. All files in the .svn
area have the wrong line ending (CRLF instead LF).

- The property svn:eol-style has no effect. The files have always CRLF
line endings.

- ...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 25 08:28:57 2004

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.