Can the default file permissions of the files checked out be controlled? I would like to checkout all the files in "r-xr-xr-x" mode.
You'll find rwxr-xr-x a lot more useful (755 mode). The person who checks it out should be able to modify the code conveniently.
If this is possible, do I manually change the permissions or use cvsedit to change for editing?
You'd have to go and change the permissions of the RCS control files in the repository itself. It's a very good idea to make sure all your file permissions are set properly before you do your original CVS import. (or cvs add of your new files). I'm always getting burned by cvs adding Perl scripts before I've remembered to 755 them. Stuart. _______________________________________________ info-cvs mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/info-cvs
