How do I mantain a mirror of two offline svn repositores?
July 30, 2007 5:02 PM
Subscribe
Calling all subversion experts. I've got a question about the best way to maintain a mirror between two subversion repositories who each reside on a separate physical network, and cannot talk to each other.
So I'm tasked with developing a solution to our version control problems, and they're compounded by the fact that we must keep two svn repositories that cannot be merged together except by exporting a whole branch from one side, putting it on a cd and merging it by hand, essentially. This network-separation thing is tremendously annoying, but there is no getting around it, and we've got to live with it.
The scenario is we have branch A and branch B. People can make changes to branch A and branch B independent of each other, so we've got the potential for users to step all over each other's changes. Is there any tool in the svn community that allows for creating a diff/patch of what's changed, while still maintaining version control between two off line repositories? If any of this is unclear, I can explain in more detail.
This is linux, and I'm free to implement any solution as long as the only thing it costs is my time.
posted by SweetJesus to computers & internet (6 comments total)
1 user marked this as a favorite
posted by cerebus19 at 5:37 PM on July 30, 2007