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

Re: Repo-Browser Usability

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Sat, 25 Jun 2011 09:20:17 +0200

On 24.06.2011 08:42, Thomas STümpfig wrote:
> Hi everybody, is there a way to see easily the recusive filecount and
> the total filesize wihtin tsvn?

No, sorry.

> I am aware of an older discussion about this. Within huge
> repositories it is sometimes necessary to roughly check upfront how
> long a checkout would need.
>
> We use svn for document management, and only partialy for scm. Tsvn
> is the front end for our consultants.
>
> There are ways to do this via svn list -xml .... | script to parse
> ..., my collegues ask for configurable, colums in the repobrowser.
>
> The performance issue is clear! Probably could be mitigated through
> caching like tsvn is doing for log-caching.
>
> i appreciate your comments.

I'm sorry, but even though you say that the "performance issue is clear"
you haven't really thought this through. The performance issue is real -
for example, doing that for the TSVN repository on trunk takes more than
10 minutes. I'm pretty sure that none of your users would accept that -
it might be faster to just start the checkout.

Now, why don't you set up a web page with that kind of information? You
could write a script directly on the server that fetches that
information (much, much faster that way) and generate a html page with
that info. Users then can easily see it, and if you also provide tsvn
checkout links [1] from there it would be even better :).

[1]
http://tortoisesvn.net/docs/release/TortoiseSVN_en/tsvn-repository-links.html

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2775600
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-06-25 09:20:34 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.