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

Re: Bug with revisions?

From: C.A.T.Magic <c.a.t.magic_at_gmx.at>
Date: 2004-07-15 22:57:11 CEST

Jani Averbach wrote:
> More worse, if we bail back to the filesize check we have to first call
> "svn_wc_translated_file" which will create translated copy of
> text-base, and this is a _heavy_ operation. This have to do because we
> don't have the original filesize of translated file in entries
> file. It would be nice to have an original filesize and md5 sum of
> translated file, but we don't have...

is there any problem to extend the XML entries file?

[...]
<entry
    committed-rev="1"
    name="file1.txt"
    text-time="2004-07-12T01:17:50.000000Z"
/>
[...]

could simply get a new entry

    committed-size="3423423"

older svn clients ofcourse would ignore (and remove) that
entry, but even if it does, it's still not worse than it is now.

:)
======
c.a.t.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 15 22:57:36 2004

This is an archived mail posted to the Subversion Users mailing list.

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