RE: CVS list files in repository which are currently in checked out status
"Arthur Barrett" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Rupa, > Please correct me if I am wrong, does this command list out > the files which are locked (file locking or reserved > checkouts) to allow only one person to edit the file at a time. CVS does not support workflows with a requirement for reserved edits. If you have a real business reason that requires a SCCM process that in turn requires reserved edits then try a tool that does support it, like CVSNT (Free/GPL just like CVS) or ClearCase. Note: CVS does have a 'lock' command - but it is administrative, not part of the non-privileged user workflow. Regards, Arthur Barrett