show/hide this revision's text 2 text formatting

I am working in a project where there are configuration files, one in number for each of the environments where the application would be deployed.

When a developer modifies one of these files, the developer should not be allowed to check-in the file individually, but check-in all the files together or atleast at least the developer should be informed that this needs to be done.

How can we achieve it?

show/hide this revision's text 1

Subversion Hook

I am working in a project where there are configuration files, one in number for each of the environments where the application would be deployed.

When a developer modifies one of these files, the developer should not be allowed to check-in the file individually, but check-in all the files together or atleast the developer should be informed that this needs to be done.

How can we achieve it?