简体   繁体   中英

Svn pre-commit hook to external sources

We have huge 'global' svn repository for automatic test files. Those test are run on environment, that checkouts that repo.

Now, my team has our 'own' repository, that has only external paths to 'global' (mostly, because checkout our path takes seconds, but whole 'global'... well, 1,5h). As 'global' has no hooks, this is pretty much a trash bin repository... I wanted to avoid that by setting hooks on 'own'. However, hooks doesn't work for external resources, but only for files direct on repo. I cannot have access to 'global'.

Do you maybe know any solution or workaround for that?

看来,svn中的钩子不适用于外部源,它们只能直接应用于该存储库中的文件。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM