tags:

views:

5

answers:

1

I there a way to tell all users not to use a CVS module (i.e. project) anymore?
Something like an "end of production" or "moved to ..." flag?

I mean other than deleting all the files in the module as my co-workers like to do.

A: 

Make all of the files read-only. Or do you want to prevent reads too?

bstpierre
no, read only would be fine. I there a CVS statement to do that or did you mean via filesystem means?
Stroboskop
I meant via filesystem, e.g. `chmod -R gou-r .` if you're on *nix.
bstpierre