Is the Concurrent Development Style a per user setting or a global setting?
If it's per user, would there be any problems if I use CVS style while someone else uses the exclusive lock model?
Also, is the CVS style compatible with VS.NET 2003?
Thanks!
Concurrent Development Style - Per User Setting?
Moderator: SourceGear
Concurrent development style is a client-side setting and is not global.
With CVS mode you can edit a file without checking it out. If other users are using exclusive locks on the same files you're editing, you would not be able to commit your changes until they checked in and unlocked the files.
We don't recommend using CVS mode if you work with the IDE, as Visual Studio expects VSS style -- checkout, edit, checkin.
For further informaiton see this link:
http://support.sourcegear.com/viewtopic.php?t=4735
With CVS mode you can edit a file without checking it out. If other users are using exclusive locks on the same files you're editing, you would not be able to commit your changes until they checked in and unlocked the files.
We don't recommend using CVS mode if you work with the IDE, as Visual Studio expects VSS style -- checkout, edit, checkin.
For further informaiton see this link:
http://support.sourcegear.com/viewtopic.php?t=4735
Linda Bauer
SourceGear
Technical Support Manager
SourceGear
Technical Support Manager