Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Ritesh wrote: > Is there any way to lock a file in CVS during editing so that another > user cannot modify it. Like VSS, once a file is checked out it shows in > state to all users. Is there any plugin available in CVSNT for this? Check out the reserved edit feature. It's part of cvsnt. We use it regularly for files that are not or not easily mergeable (like PDF or Word documents). General info about edit/watch: http://www.cvsnt.org/manual/html/Watches.html cvs edit (note the -x and -c options): http://www.cvsnt.org/manual/html/edit.html cvs unedit: http://www.cvsnt.org/manual/html/unedit.html Gerhard