What are ways to force users to commit certain files allways together in SVN? -


i have 3 files .xml .cs , . h want modified , committed together. in different directories. users forget modify/commit accordingly.

how can force them commit 3 files ?

i want them see error message explaining why commit rejected.

i can perhaps try pre-commit hook. if provide general hook-script example, helpful.

or there other effective ways ?

we use linux centos server + win/tortoise workstations.


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -