--- Arcin Bozkurt - Archie <[EMAIL PROTECTED]> wrote: > Any edit AND commit action on that file will be > reported to the user who > requested a "watch" on file.
Watchers will also get notified of unedits on the file. > I think cvs edit should be used not before a commit > but when you are > starting to edit a file. I agree. > BUT, on the developers part, this is something that > can very easily be > forgotten. Or some files may be left out by mistake, > when a lot of files > are going to be modified. > > Is there a convenient way to help developers in > running cvs edit? If watch is on on the directory, the files should be checked out as read-only. Hopefully, in order to modify the file, the users use "cvs edit" instead of "chmod". You might also want to consider the "advisory locks" patch available on SourceForge under project RCVS. This patch will add a "-c" flag to "cvs ci" that'll ensure the user has a valid edit on the file(s). Noel __________________________________________________ Do You Yahoo!? Try FREE Yahoo! Mail - the world's greatest free email! http://mail.yahoo.com/ _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
