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

Re: [TSVN] Show Log broken?

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-08-17 21:12:06 CEST

SteveKing wrote:

> Nick_Gianakas@sybari.com wrote:
>
>>> Sorry, but no. Subversion doesn't support that. There was a
>>> discussion about such a feature on the Subversion mailing list, but
>>> the devs thought it was not worth the effort.
>>
>>
>>
>> Out of curiosity, would the RA_get_file_revs function help here? Does
>> that function return a list of all revs the file was committed in?
>
>
> No. It only get's the revisions of the file in _one_ development line,
> not in all copied states/locations.

Oops, sorry. That answer was for the revision graph.
RA_get_file_revs() is the function the svn_client_log() function calls
itself. So it won't help.
The problem here is that TSVN has either to get _all_ logs or just a few
of them. And getting _all_ logs for a file/folder can take a very long
time (try the Subversion HEAD for an example).

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Wed Aug 18 08:52:15 2004

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.