Search code examples
linuxversion-controlcvsrhel

Is it possible in CVS: "Clients not allowed to commit if there is no log written"?


I am new to CVS. We recently started our version controlling by CVS. We are using SmartCVS on our RHEL systems as our CVS client.

Is it possible that my team members won't be able to commit if they have not put anything in log Message box?


Solution

  • Use hooks for that, as described here, in the

    Write A Pre-Commit Filter

    section.

    Just out of curiosity - why would you want to use CVS, if there is git, mercurial, or even SVN?