Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Fri, 10 Jun 2005 20:57:14 -0700 From: David Rothenberger Subject: Negative stats from rsync with 20050610 snapshot To: cygwin Message-id: <42AA611A.2050605@acm.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1; format=flowed Content-transfer-encoding: 7bit User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com rsync has started reported negative statistics with the 20050610 snapshot and a DLL I built from CVS HEAD today using gcc 3.4.4 and the latest gcc-mingw release. Interestingly (to me, at least), it works correctly with CVS HEAD built today using gcc 3.3.3 and the previous gcc-mingw release. Here's a test case. % mkdir /tmp/{a,b} % date > /tmp/a/x % rsync -v --stats /tmp/a/x /tmp/b x Number of files: 1 Number of files transferred: 1 Total file size: -29 bytes Total transferred file size: -29 bytes Literal data: -29 bytes Matched data: -0 bytes File list size: 20 Total bytes sent: -105 Total bytes received: -40 sent -105 bytes received -40 bytes -96.67 bytes/sec total size is -29 speedup is -0.20 % rsync -v --stats /tmp/a/x /tmp/b x Number of files: 1 Number of files transferred: 1 Total file size: -29 bytes Total transferred file size: -29 bytes Literal data: -0 bytes Matched data: -29 bytes File list size: 20 Total bytes sent: -76 Total bytes received: -46 sent -76 bytes received -46 bytes -244.00 bytes/sec total size is -29 speedup is -0.24 -- David Rothenberger spammer? -> spam AT daveroth DOT dyndns DOT org GPG/PGP: 0x7F67E734, C233 365A 25EF 2C5F C8E1 43DF B44F BA26 7F67 E734 Be careful when you bite into your hamburger. -- Derek Bok -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/