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