Branko Čibej wrote on Tue, Jan 01, 2013 at 20:48:19 +0100: > The question is, does mirroring into a (subtree of an) existing > repository carry enough benefit (compared to a pure mirror and > a "local" vendor branch) to justify the hassle of integrating such > a thing into the filesystem model? I suspect not.
<@danielsh> brane: AIUI a "mirror into a subtree" would require no FS modifications. <@brane> yes it would, at the very least, you'd have to forbid all other modifications of that subtree, or the next svnsync will fail miserably. <@danielsh> brane: nope <@danielsh> brane: a pre-commit hook will do this --- just like for normal svnsync.