[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: CVS list files in repository which are currently in checked out stat
From: |
Mark D. Baushke |
Subject: |
Re: CVS list files in repository which are currently in checked out status |
Date: |
Thu, 27 Aug 2009 07:42:34 -0700 |
Hi Rupa,
Rupa Bholanath Lahiri <address@hidden> 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
pgpmDLnkaAgTD.pgp
Description: PGP signature
- CVS list files in repository which are currently in checked out status, RupaL, 2009/08/17
- RE: CVS list files in repository which are currently in checked out status, Risman, Mark, 2009/08/18
- Re: CVS list files in repository which are currently in checked out status, Todd Denniston, 2009/08/18
- RE: CVS list files in repository which are currently in checked out status, Rupa Bholanath Lahiri, 2009/08/19
- Re: CVS list files in repository which are currently in checked out status, Mark D. Baushke, 2009/08/26
- RE: CVS list files in repository which are currently in checked out status, Rupa Bholanath Lahiri, 2009/08/27
- Re: CVS list files in repository which are currently in checked out status,
Mark D. Baushke <=
- RE: CVS list files in repository which are currently in checked out status, Rupa Bholanath Lahiri, 2009/08/27
- Message not available
- RE: CVS list files in repository which are currently in checked out status, Rupa Bholanath Lahiri, 2009/08/28
- Message not available
- RE: CVS list files in repository which are currently in checked out status, Rupa Bholanath Lahiri, 2009/08/28