Home All Groups Group Topic Archive Search About

Using VSS and VS.NET 2003

Author
9 May 2006 8:22 AM
LeAnne
When I'm working on a VS.NET solution which has been added into VSS, I need
to checkout the solution & project.
Hence, no one else is able to check these files out and work on this
project.

I.e. when i'm working on a project in VS.NET, another person cannot do the
same.

Is there something wrong in what i'm doing?

Author
9 May 2006 9:30 AM
Pieter Coucke
You're using the wrong Source Code Control software :-)
Take a look here: it's free, opensource, easy to use and to isntall, and it
works (!) and doesn't annoy or block the developers, and it is replacing the
defacto standard CVS: http://tortoisesvn.tigris.org/

Show quoteHide quote
"LeAnne" <A***@bogusemail.com> wrote in message
news:ekbS7G0cGHA.4892@TK2MSFTNGP02.phx.gbl...
> When I'm working on a VS.NET solution which has been added into VSS, I
> need to checkout the solution & project.
> Hence, no one else is able to check these files out and work on this
> project.
>
> I.e. when i'm working on a project in VS.NET, another person cannot do the
> same.
>
> Is there something wrong in what i'm doing?
>
Author
9 May 2006 9:38 AM
LeAnne
But I have to use VSS.
Isn't there a way around this problem?

Show quoteHide quote
"Pieter Coucke" <pietercou***@hotmail.com> wrote in message
news:e31Jzs0cGHA.4976@TK2MSFTNGP04.phx.gbl...
> You're using the wrong Source Code Control software :-)
> Take a look here: it's free, opensource, easy to use and to isntall, and
> it works (!) and doesn't annoy or block the developers, and it is
> replacing the defacto standard CVS: http://tortoisesvn.tigris.org/
>
> "LeAnne" <A***@bogusemail.com> wrote in message
> news:ekbS7G0cGHA.4892@TK2MSFTNGP02.phx.gbl...
>> When I'm working on a VS.NET solution which has been added into VSS, I
>> need to checkout the solution & project.
>> Hence, no one else is able to check these files out and work on this
>> project.
>>
>> I.e. when i'm working on a project in VS.NET, another person cannot do
>> the same.
>>
>> Is there something wrong in what i'm doing?
>>
>
>
Author
9 May 2006 9:59 AM
Chubbly Geezer
Can you not just check out the modules that you need and not the whole
project.


Show quoteHide quote
"LeAnne" <A***@bogusemail.com> wrote in message
news:e$S$Xx0cGHA.3632@TK2MSFTNGP05.phx.gbl...
> But I have to use VSS.
> Isn't there a way around this problem?
>
> "Pieter Coucke" <pietercou***@hotmail.com> wrote in message
> news:e31Jzs0cGHA.4976@TK2MSFTNGP04.phx.gbl...
>> You're using the wrong Source Code Control software :-)
>> Take a look here: it's free, opensource, easy to use and to isntall, and
>> it works (!) and doesn't annoy or block the developers, and it is
>> replacing the defacto standard CVS: http://tortoisesvn.tigris.org/
>>
>> "LeAnne" <A***@bogusemail.com> wrote in message
>> news:ekbS7G0cGHA.4892@TK2MSFTNGP02.phx.gbl...
>>> When I'm working on a VS.NET solution which has been added into VSS, I
>>> need to checkout the solution & project.
>>> Hence, no one else is able to check these files out and work on this
>>> project.
>>>
>>> I.e. when i'm working on a project in VS.NET, another person cannot do
>>> the same.
>>>
>>> Is there something wrong in what i'm doing?
>>>
>>
>>
>
>
Author
9 May 2006 6:42 PM
Mehdi
On Tue, 9 May 2006 18:22:32 +1000, LeAnne wrote:

> When I'm working on a VS.NET solution which has been added into VSS, I need
> to checkout the solution & project.

No. You only need to check out the file you want to work on. Checking out a
project is only needed if you want to add or remove a file or a reference
from a project. Once that's done, you can check the project back in. The
same goes for the solution.

> Hence, no one else is able to check these files out and work on this
> project.
>
> I.e. when i'm working on a project in VS.NET, another person cannot do the
> same.

Each developper should only check out the file they need to modify and
nothing else.