how to take out automatically checking out file from SourceSafe in VS2005

S

snow

Hi all,

I am using VS 2005 and VSS 6.0. I found sometimes when I open the
project in 2005, it automatically checked out some files from VSS and
the sizes of some controls were changed. I want to turn off this
option and want to set manually check out files from VSS. How to do
it?

Thanks a lot for the help!
 
S

snow

Hi all,

I am using VS 2005 and VSS 6.0. I found sometimes when I open the
project in 2005, it automatically checked out some files from VSS and
the sizes of some controls were changed. I want to turn off this
option and want to set manually check out files from VSS. How to do
it?

Thanks a lot for the help!

I am sorry, maybe I didn't make my question clear. I want to make a
setting in Visual Studio 2005, if the file was checked in Visual
SourceSafe, when I want to edit the file, it will display a dialog box
to ask me to check out, then it allows me to edit the file.

Thanks!
 
R

rowe_newsgroups

Hi all,

I am using VS 2005 and VSS 6.0. I found sometimes when I open the
project in 2005, it automatically checked out some files from VSS and
the sizes of some controls were changed. I want to turn off this
option and want to set manually check out files from VSS. How to do
it?

Thanks a lot for the help!

I can't say I ever use VSS integrated with Visual Studio, as a matter
of fact I often wish I didn't use VSS at all. But I digress, the
following link might be of some assistance to you, I'm not sure if
it'll answer your question (sorry, I didn't read it before posting)
but hopefully it'll at least be a jumping off point.

http://support.microsoft.com/kb/317883

Thanks,

Seth Rowe [MVP]
http://sethrowe.blogspot.com/
 
O

\(O\)enone

snow said:
I am using VS 2005 and VSS 6.0. I found sometimes when I open the
project in 2005, it automatically checked out some files from VSS and
the sizes of some controls were changed. I want to turn off this
option and want to set manually check out files from VSS. How to do
it?

In Visual Studio, select Tools / Options and then click into the Source
Control / Environment item in the options tree. On the right hand side of
the window you will see options for "On Save" and "On Edit". Change both of
these to "Prompt for check out". Visual Studio will then ask you each time
it wants to check out a file rather than doing it silently.

We made this setting mandatory for our development team because people kept
checking things out without realising it and not checking them in again.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top