Hi all,
I have a small "problem" with CVS locking, which I could neither solve
with the Cederqvuist manual nor with the "Open Source Development with
CVS" book:
I want to enforce that users can't change the fileattributes from
readonly to write via 'cvs edit' if another user has set a lock on that
file or directory.
I have had a look at the rcslock.pl file in the contrib section of the
source distribution but it seems that the lock is honered only at the
time the 'cvs commit' is issued. I want 'cvs edit' to fail on files, on
which a lock was issued.
Thanks a lot for any info
Markus