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.
Is it possible to get the text without RevPropertyGet direct from the loaded Iten? Author and date also is there....
If it works for You You can implement it in next version.
Mit freundlichen Grüßen
Diplom-Ingenieur Matthias Körner
Softwareprojektant und -entwickler
MOVEO Software GmbH
Berliner Straße 74
D-14467 Potsdam
Tel.: +49 331 9097363
Fax: +49 331 9097399
Email: matthias...@moveo-software.com
www: http://www.moveo-software.com
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2417543
To unsubscribe from this discussion, e-mail: [dev-uns...@tortoisesvn.tigris.org].
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