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.
ZM, > I have encountered a strange behavior of CVSNT while > reserved-editing a > single file - lets say: project/data/test.php and when in > "project" folder, > the command: > > > > cvs -r edit -c -- data\test.php That is not a reserved edit. -c is for 'concurrent' and -x is for reserved - however 'reserved' makes no sense if the user can override it on the command line - you are supposed to set the file as reserved then it will always be reserver: cvs update -k+x file.ext cvs -f -m 'change file to reserved' file.ext cvs edit -m "this is a reserved edit" file.ext Regards, Arthur