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.
David Vo wrote: >2. Editing procedure. I have been getting complaints from developers >used to working with CVS 1.11. One scenario is that since the files >are checked out as read/write, > It sounds as if you need to run "cvs watch on" in the top folder of your sandbox. This will cause subsequent checkouts to create files as read-only. (This is not CVSNT-specific, CVS has always worked that way). -Torsten