Do I have a way to tell all users to no longer use the CVS module (i.e. project)?Something like the flag "end of production" or "moved to ..."?
I mean, in addition to deleting all the files in the module, as my colleagues do.
I put the cvs lock in the base directory of the module on the cvs server to prevent checks. touch "#cvs.lock".
touch "#cvs.lock"
In addition, a system such as ViewVC may allow developers to view the contents of old source code.
Make all files read-only. Or do you want to also prevent reading?
: * nix, , , .
find . -type f | xargs chmod gou-w
( , .)
Source: https://habr.com/ru/post/1756996/More articles:SQL - When will an empty OVER clause be used? - sqllatex link separately compiled book - latexHow can I store music on my Android phone without letting the user download and use it? - androidZend_Http_Client :: PUT not working - restHow to configure Selenium to work with Visual Studio .NET using C #? - seleniumHow to find out if .exe works in C ++? - c ++Delphi - virtual row tree slow GetText method with a large number of nodes - delphihow to handle online status. Guest, users, etc. - phpHow do skype extensions for browsers work? - firefox-addonHow to put arraylist in Listbox - vb.netAll Articles