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

[TSVN] Re: Content corruption during import

From: Thomas Hallgren <thhal_at_mailblocks.com>
Date: 2004-11-18 14:15:33 CET

SteveKing
> Now: first thanks for the files. But couldn't you just say that one
> file has an additional newline at the end?
>
No, because that's not the only difference. If you care to look at the
files once again and perhaps run a diff on the *actual files that I
attach*, you'd find that line 9 where the original has:

        super(prefixType, sharp, false);

and the corrupt file looks like this:

        supegtprefixType, sharph:false);

and then at line 14 where you find this in the original:

        return makeDecString(mantissa, exponent, precisionh:false);

whereas the corrupt file has this:

        return makeDecString(mantissa, exponent, precision, false);

> That would have been much
> better because then I wouldn't had to download both files, start up a
> diff program, load both files in there and compare them myself. I mean
> you already knew what was corrupted, so why not just tell us that
> instead of making us a lot of unnecessary work?
>
I'm beginning to wonder that too. I'm just doing my outmost to really
help you find something that looks rather serious. Perhaps I should'nt
bother the next time :-( ?

> Are you using the same version? I mean if you're using TSVN1.1.0 then
> you have to use the CL-client version 1.1.0 too.
>
> /me thinking: do you have any auto-props set in your configuration file?
>
My configuration is exactly as stated in my first mail if you care to
read that again. And no, I have a clean install with no autoprops.

- thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Nov 18 14:32:55 2004

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.