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

Re: Show file sizes in "Show Log" window and similar

From: Andy Levy <andy.levy_at_gmail.com>
Date: Tue, 29 Jun 2010 06:40:57 -0400

On Tue, Jun 29, 2010 at 05:59, Ralf Onat <kongomongo_at_gmx.net> wrote:
> I did a quick search on the mailing lists, the old/new trackers and this forum and was unable to come up with any hits so here goes:
>
> Would it be possible to add another column to the file modification listviews to show the actual size of files?
>
> I have some monolithic binary files where I change data a lot and they constantly grow in size. With this change I would be able to monitor if/where a large change of size occurs and track it down.
>
> I have attached a modified screenshot (red text) showing what I mean.
>
> Thoughts?

Subversion doesn't store the size of each file as metadata, so to do
this one would have to run svn cat against each file's URL for each
revision & count the bytes. To do so would be extremely expensive.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2627305

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-06-29 12:41:31 CEST

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

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