Source Safe notes and VS.NET

  • Thread starter Thread starter John Bailo
  • Start date Start date
J

John Bailo

Using VS.NET 2003 and sourcesafe.

When I check files into VSS using the client, it prompts me for a "note".

However, in VS.NET, it does not prompt -- so I forget to put in a note
for the change. How can I configure VS.NET to prompt me for entering
the source safe note?
 
John said:
Using VS.NET 2003 and sourcesafe.

When I check files into VSS using the client, it prompts me for a "note".

However, in VS.NET, it does not prompt -- so I forget to put in a note
for the change. How can I configure VS.NET to prompt me for entering
the source safe note?

Ok, nevermind.

There's a "Comments" text box at the bottom when I check in files.

Just never noticed it....
 
In VisualStudio, choose Tools | Options
Then choose "Source Control" | General
Uncheck the check box for "Display silent check in command in menus" option

When checking code back in, there's a checkbox that you can click to
re-enable the silent check in, so be careful not to check that.
 
Back
Top