I have the following svn repository setup:
- repo A: Master repo
- repo B: Mirror-repo of repo A (mirrored using svnsync)
There are two different kinds of developers:
- Developer1: commits only on trunk and release branches of repo A
- Developer2: commits only to a dedicated branch of repo B
Since I have not used svnsync before: how will svnsync handle a commit done by Developer2 to the dedicated branch in repo B?