Hi Todd, Probably you didn't check out the files with the option File | Project Properties | CVS, "Advanced" tab "Make new working files read-only" (the command line analog is "cvs -r checkout...." ). Another way to achieve the desired behaviour of CVS commit command is to invoke from the command line "cvs watch on" on the root cvs module. This has to be done only once and all later commits will start to set RO status to commited files.
Best regards, Eugene Zhuravlev IntelliJ Software, http://www.intellij.com/ "Develop with pleasure!" ----- Original Message ----- From: "Todd Breiholz" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 28 November, 2001 7:52 PM Subject: [Eap-list] Set files back to read-only after a CVS commit > I'm not sure if this is a feature request or a bug... > > After doing a CVS Edit, IDEA sets the read-only attribute to false. Then I do a CVS Commit. I would expect that my file would be set back to read-only after the commit operation is completed. > > Thanks! > > > =================================== > Todd Breiholz > Senior Systems Engineer - Interactive Media > Meredith Corporation > [EMAIL PROTECTED] - V: (515) 284-2457 > > > > _______________________________________________ > Eap-list mailing list > [EMAIL PROTECTED] > http://www.intellij.com/mailman/listinfo/eap-list _______________________________________________ Eap-list mailing list [EMAIL PROTECTED] http://www.intellij.com/mailman/listinfo/eap-list
