I have some test servers which have web applications as sandboxes on them from our Linux repository server.
These sandboxes are used by multiple developers to test new and updated code and are updated by the developers using their passphrase protected client certs through apache on the reporistory server. However I would like to prevent a commit from being performed from these test server sandboxes back into the repository. I haven't managed to find any documentation about doing this, so I'm not even sure it is possible. This is not user-access restrictions, it is a restriction on a sandbox for all users. Any suggestions appreciated.