[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-26 08:01:04 CET

makl wrote:

> Branko Cibej wrote:
>
>> Not until someone changes APR to actually _do_ something when it sees the
>> APR_BINARY flag.
>
>
> APR_BINARY _do_ something under cygwin (O_BINARY is defined). So the
> quick solution could open all file in binary mode.

This problem is not solvable without APR changes. The problem is not
apr_file_open (it works with binary mode). The problem are functions
like apr_file_copy which don't use binary mode.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Mar 26 07:59:12 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.