TPS
TPS

Reputation: 518

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?

Upvotes: 0

Views: 78

Answers (1)

Adam Adamaszek
Adam Adamaszek

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

Related Questions