Re: CVS list files in repository which are currently in checked out status
"Mark D. Baushke" <[email protected]>
| Newsgroups | gmane.comp.version-control.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Hi Rupa, Rupa Bholanath Lahiri <[email protected]> writes: > 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. A 'cvs release' command will automagically unlock files on which you have performed a 'cvs edit filename' operation. It will not print out such files unless they have been modified in your working copy. A 'cvs release' command will print out a list of modified files in your along with a number: $ cvs release -d mod M foo.txt You have [1] altered files in this repository. Are you sure you want to release (and delete) directory `mod': If you say 'no', then you will get a message like ** `release' aborted by user choice. and the module will not be released. If you say 'yes', then the module will be released. The -d option will remove the local copy of the files for you in addition to possibly updating the history file and sending any notifications of edits you have released to any watchers of the files you have edited. -- Mark
signature.asc
(application/pgp-signature, 186 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (FreeBSD) iD8DBQFKlptaCg7APGsDnFERAtB8AJwJpbCZcofD1fJqgSC2OS18P3IjwQCZAZF6 tI+Utt5J8YKZDUQrj5i145Q= =koWX -----END PGP SIGNATURE-----