[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: David Haas <dhaas_at_nbstech.com>
Date: 2004-03-23 22:54:40 CET

>
> > Can you please try to reproduce the problem using a normal cmd.exe
> > shell? 'svn.exe' isn't a native cygwin program... it's a native win32
> > console app. We've seen incompatibilities in the past. (If you want
> > to use cygwin, you should be using a native-cygwin-compiled svn
> > binary.)
>
> I did a native cygwin compile from source.

OK, the problem is not reproduced with TurtleSVN 1.0.2. It only seems to
occur with the cygwin version I compiled myself from source. There did not
seem to be any build errors, so any guesses as to what the problem might be?
It would be a real bummer if I could'nt use subversion from cygwin.

Just for interest's sake, here are the two entries files. The first is from
turtlesvn. The second is from cygwin svn. Note that some of the time stamps
are zero in the cygwin version, but not turtlesvn.

turtlesvn:

<?xml version="1.0" encoding="utf-8"?>
<wc-entries
   xmlns="svn:">
<entry
   committed-rev="24"
   name=""
   committed-date="2004-03-23T21:43:26.920280Z"
   url="svn://192.168.10.252/cfimage/firmware/trunk/INCLUDE/ipv4/lwip"
   last-author="dhaas"
   kind="dir"
   uuid="ba58533a-6b5d-df48-9bf1-615004ccbbff"
   revision="24"/>
<entry
   committed-rev="20"
   name="inet.h"
   text-time="2004-03-23T21:45:27.587648Z"
   committed-date="2004-03-22T22:17:06.687684Z"
   checksum="f03400e2a7d49fdaaa75df5f259b892b"
   last-author="dhaas"
   kind="file"
   prop-time="2004-03-23T21:45:27.547590Z"/>
<entry
   committed-rev="20"
   name="ip_addr.h"
   text-time="2004-03-23T21:45:27.647734Z"
   committed-date="2004-03-22T22:17:06.687684Z"
   checksum="b63a16b314127d5b70f71f31339fd1ec"
   last-author="dhaas"
   kind="file"
   prop-time="2004-03-23T21:45:27.627705Z"/>
<entry
   committed-rev="24"
   name="ip.h"
   text-time="2004-03-23T21:45:27.717835Z"
   committed-date="2004-03-23T21:43:26.920280Z"
   checksum="3341116e3d0f02800c4ede9fdb278d84"
   last-author="dhaas"
   kind="file"
   prop-time="2004-03-23T21:45:27.687792Z"/>
<entry
   committed-rev="20"
   name="icmp.h"
   text-time="2004-03-23T21:45:27.787936Z"
   committed-date="2004-03-22T22:17:06.687684Z"
   checksum="9318ed7e76dff9efe0f4bee6a14b96ff"
   last-author="dhaas"
   kind="file"
   prop-time="2004-03-23T21:45:27.757892Z"/>
</wc-entries>

cygwin version:

<?xml version="1.0" encoding="utf-8"?>
<wc-entries
   xmlns="svn:">
<entry
   committed-rev="24"
   name=""
   committed-date="2004-03-23T21:43:26.920280Z"
   url="svn://192.168.10.252/cfimage/firmware/trunk/INCLUDE/ipv4/lwip"
   last-author="dhaas"
   kind="dir"
   uuid="ba58533a-6b5d-df48-9bf1-615004ccbbff"
   revision="24"/>
<entry
   committed-rev="20"
   name="inet.h"
   text-time="2004-03-23T21:40:44.000000Z"
   committed-date="2004-03-22T22:17:06.687684Z"
   checksum="41a134460841bc653ba41595234c55d4"
   last-author="dhaas"
   kind="file"
   prop-time="2004-03-23T21:40:44.000000Z"/>
<entry
   committed-rev="20"
   name="ip_addr.h"
   text-time="2004-03-23T21:40:44.000000Z"
   committed-date="2004-03-22T22:17:06.687684Z"
   checksum="69293f9739d85c1e80e6dc3f653f7b8d"
   last-author="dhaas"
   kind="file"
   prop-time="2004-03-23T21:40:44.000000Z"/>
<entry
   committed-rev="24"
   name="ip.h"
   text-time="2004-03-23T21:40:45.000000Z"
   committed-date="2004-03-23T21:43:26.920280Z"
   checksum="a547f8ec7bbdfb5a410ef3992324c10f"
   last-author="dhaas"
   kind="file"
   prop-time="2004-03-23T21:40:44.000000Z"/>
<entry
   committed-rev="20"
   name="icmp.h"
   text-time="2004-03-23T21:40:45.000000Z"
   committed-date="2004-03-22T22:17:06.687684Z"
   checksum="a77293f7e855fa6ec323b278d7869e65"
   last-author="dhaas"
   kind="file"
   prop-time="2004-03-23T21:40:45.000000Z"/>
</wc-entries>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 23 22:55:53 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.