Reputation: 518
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?
Upvotes: 0
Views: 78
Reputation: 4044
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?
Upvotes: 2