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

Re: Hi

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Fri, 13 Nov 2009 20:30:10 +0100

Matthias Körner wrote:
> Hi,
>
> I have created an patch to show the last revision log als seperate
> column in the repository browser. Also se entry in the mailinglist
> "Show last log in arcive-browser".
>
> It works.

Not sure if it does. I can't apply the patchfile since it doesn't match.
Did you create the patch for the trunk?
Also, the resource file (*.rc) and the resource.h file are in utf16
format, so they're not included in the patchfile.

But from what I can see in your patch, it might work but it definitely
won't be usable. Maybe for repositories on the same LAN, but definitely
not for repos over WAN. It's way too slow. You're asking for the rev
prop for every single item that's shown. So for a folder that has a
hundred files in it, you're actually contacting the repository a hundred
times.

So that's not something I will ever implement.

> Is it possible to get the text without RevPropertyGet direct from the
> loaded Iten? Author and date also is there....
>

No, unfortunately the log is not included in the 'svn ls' API.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2417709
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-11-13 20:29:43 CET

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.