Sync 2 svn repositories

1.4k views Asked by At

I have this scenario: I have an svn repository that is used by some people. Then, there is another group of people, that wants to work at the same application, but not on my svn repository. So, the solution here would be to have two repositories. But I also have to synchronize them. When somebody commits something in one repository, to be automatically submitted in the other one. I know that there is some master/slave structure for svn repositories, but in this case I want to be able to write in both of them, to make commits in both of them. Is there a way to do that with svn?

Thanks for replies,

Vasi.

1

There are 1 answers

1
Vlad On