info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: CVS Newbie Q: Simultaneous checkouts


From: Nick Neuberger
Subject: RE: CVS Newbie Q: Simultaneous checkouts
Date: Mon, 3 May 2004 08:53:18 -0500

Also, CVS doesn't have a checkout process.  Unlike VSS, you never have to
know who has a file checked out, etc.  

Your local cvs workspace knows exactly which files you have touched, etc.
If two people are working on the same file, then the first released is OK,
the second released will get a merge / conflict.  The second developer will
have to manually merge the two changes.

I'm using WSAD / Eclipse so it makes the merge process very easy.

hope it helps...

Nick

-----Original Message-----
From: Dennis Jones [mailto:address@hidden
Sent: Sunday, May 02, 2004 7:21 PM
To: address@hidden
Subject: Re: CVS Newbie Q: Simultaneous checkouts


No, it does not; hence the name, Concurrent Versions System.  When multiple
users have the same file checked out, each can make independent changes
simultaneously.  CVS does the dirty work of merging the changes when the
file is committed back to the repository.

- Dennis

"CSharpner" <address@hidden> wrote in message
news:address@hidden
> Please forgive my green-ness to CVS.
>
> I've been using VSS for I guess about a decade now (sorry :)  In VSS,
> when one person has a file checked out, other people are prevented
> from checking it out at the same time.  Does CVS do the same?


_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs


- - - - - - 
This e-mail message is intended only for the use of the individual or entity
identified in the alias address of this message and may contain confidential
and privileged information. Any unauthorized review, use, disclosure or
distribution of this e-mail message is strictly prohibited. If you have
received this e-mail message in error, please notify the sender immediately
by reply e-mail and delete this message from your system. Thank you.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]