info-cvs
[Top][All Lists]
Advanced

[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: Rupa Bholanath Lahiri
Subject: RE: CVS list files in repository which are currently in checked out status
Date: Fri, 28 Aug 2009 08:36:13 +0530

Hi,

Thank you all for your patience.
Now I would like to specify here after digging further and further that I need 
to list out the files which have being reserved check out / locked by any user.

Regards,
Rupa

-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Mark D. Baushke
Sent: Thursday, August 27, 2009 8:13 PM
To: Rupa Bholanath Lahiri
Cc: Risman, Mark; Todd Denniston; address@hidden
Subject: Re: CVS list files in repository which are currently in checked out 
status 

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





reply via email to

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