In article <[EMAIL PROTECTED]>, Ant User wrote:
>Hi:
>
>We are doing continuous build using cruisecontrol and
>now want to stop checkins into cvs while the job is
>running. It normally takes about 20 mins. We want to
>block any commits during this time. Is there any way
>to do it in the client ?

What is the point? Commits to CVS don't affect your checked out copy.
There is locking in place when you are checking out.

The idea of freezing code is foreign to CVS; if you have to freeze code
periodically, something is amiss in your process.

To protect a known stable release candidate codebase from unwanted
changes, you make a branch.
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to