In project mode diff, -B option will not try to compare the files content.
Only file that exist locally and don't exist in database and files that
exist in the database but don't exist locally will be displayed. If a file
exist both in local folder and in VSS project and has different content,
specifying -B flag to ss diff will not list that file.
If you don't specify the -B flag, VSS will diff the file content, and will
list the file in a section "SourceSafe files different from local files:"
Unfortunately the -GF is not a switch supported by "ss diff" command, so I
think you'll have to set manually Force_Dir in ss.ini or srcsafe.ini files.

Signature
Alin Constantin
This posting is provided "AS IS" with no warranties, and confers no rights.
> Hi,
> Is there any kind of documentation for the reports i can get from diff
[quoted text clipped - 21 lines]
>
> Thanks