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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -