[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 17:57:06 CEST

Martin Eckardt wrote:
> Nick_Gianakas@sybari.com wrote:
>
>> I don't get any log entries from Show Log.
>>
>> TSVN v 1.1.0.1526
>>
>>
> Had the same thing by me. You could reproduce that:
> -Open the TortoiseSVN Repository with the Repository Browser
> -Go to tags/1.0.8
> -Do show log
> result: nothing is displayed
> if you do get all you have to manually search where the branch starts
> and ends

This is expected. The show log command only fetches the last 100 logs by
default (you can change that in the settings dialog). And since the
1.0.8 tag is more than a hundred revisions apart from HEAD, you don't
get any log messages (it hasn't changed since the tag was created, so
there are no logs for the tag in the revisions HEAD to HEAD-100.
You can increase the default number of log entries shown on the first try.

> ps: i searched the code but couldn't find where the log messages are
> fetched.
> steve, could you give me a hint, please. perhaps i can learn something

file SVN.cpp, SVN::ReceiveLog() method, and the LogDlg.cpp file.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Aug 17 18:59:48 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.