Можно ли на время бэкапа репозитариев залочить Subversion (Не хочу убивать его). Чтобы при обращении к нему он выдавал, что ,типа, "идет бэкап, попробуйте позже".
Возможно через hooks/pre-commit получится? Вот выдержка из него:
# If the hook program exits with success, the txn is committed; but
# if it exits with failure (non-zero), the txn is aborted, no commit
# takes place, and STDERR is returned to the client. The hook
# program can use the 'svnlook' utility to help it examine the txn.