CVS Edit support

CVS Edit support

6
NewbieNewbie
6

    Feb 28, 2006#1

    How do I enable the cvs edit command?

    When I right click on a file and select the VCS menu I can see 'Commit', 'Update', and other options. But there is no edit command.

    Thanks.

    2
    NewbieNewbie
    2

      Jan 22, 2007#2

      There is no edit command because it is not necessary. Once you have made changes to your code or document, use the commit command to reflect the changes in the respository

      6
      NewbieNewbie
      6

        Jan 22, 2007#3

        I have the -r flag set on my .cvsrc so files are checked out read only. I then use the cvs edit command to keep track of files being edited. As a company we can see who is editing all the files. When the file is committed the file is reset into read only mode by cvs.