I want to sync 2 svn repos bi-directional. The files stored in svn are small xml files, something like notes/sketches. The two repos are separated by a corporate firewall which limits my choices (e.g. no externals).
Even if i'm aware that this is not recommended by redbook & co i'm thinking about the following: - implement a post-commit hook that is set on both repos that - exports the commited files and commits them to the "other" repo (except the triggering commit is a sync commit itself)
I'm aware that there is the possibility of a conflicting situation, but in the given scenario that's very unlikely and can be detected and fixed manually.
What's really(:-)) worries me, is the fact that i cannot find such a solution online. Is it just because svn says "don't to this, it's dangerous" or am i missing something even more fundamental?
br woecki