Lilian,
If I understand what you are asking, simply highlight the file in question,
perform a Show History ... and view the details of the version you wish to
see. The comments are those entered when you checked that revision back into
SourceSafe.
Hope this helps.
Richard
> Hi all,
>
[quoted text clipped - 7 lines]
>
> Lilian.
Lilian Pigallio - 19 Jul 2006 08:52 GMT
I know how to find "manually" my comments but I want to search on all my
sources comments a special word. how to do that?
> Lilian,
>
[quoted text clipped - 20 lines]
>>
>> Lilian.
George Stein - 19 Jul 2006 12:27 GMT
Hi Lilian,
For a GUI solution you may try:
http://www.codeproject.com/tools/VssReporter.asp
From the command line I would do something like that (untested):
set ssdir=<path to vss database>
ss history -r <vss item> | grep "\*\*\*\*\*\|<special word>"
This should show all items and therein between the comments with your
special word. But you need a win32 port of the grep utiliy.
Best regards,

Signature
George
Lilian Pigallio - 19 Jul 2006 13:46 GMT
VssReporter is perfect :)
> Hi Lilian,
>
[quoted text clipped - 9 lines]
>
> Best regards,