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

Re: Viewing folder sizes (recursive): How to?

From: Konstantin Kolinko <knst.kolinko_at_gmail.com>
Date: Sat, 5 Jul 2008 13:12:07 +0400

2008/7/4 Robert Dailey <rcdailey_at_gmail.com>:
> On Fri, Jul 4, 2008 at 11:39 AM, Stefan Küng <tortoisesvn_at_gmail.com> wrote:
>> Robert Dailey wrote:
>>
>>>
>>> This is moving more or less towards a Subversion question (and thus
>>> off topic), but since we're already on the topic of directory sizes I
>>> figure I should ask anyway. Is there a server-side mechanism for this
>>> in Linux? For example, something svnadmin can provide? I'm assuming
>>> you would know.
>>
>> In Linux? And you're asking me? I think you got the wrong idea about me :)
>>
>> If you want to do this on the server side directly on the repository, then I
>> guess you could use svnadmin and you'd be much faster. But how would you
>> then show the results to the user? You'd have to create some web page maybe?
>
> Oh, I was just doing this from SSH for my own use. I simply need to
> check the size of the folders in my repository for my own personal
> use, if I can't do that through the client then I figure maybe I can
> do it on the server-side (my own server).
>

It sounds like you have to look into subversion language bindings and write
some code around the client support they provide.

You can use python, java, or whatever other language for which the
bindings do exist.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-07-05 11:12:18 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.