Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Same working copy of the code with 2 SVN servers [duplicate]

Tags:

svn

Is it possible to use same working copy and to put the same into two different SVN servers(commit, update,...)?

like image 672
Saneef Avatar asked Mar 03 '09 07:03

Saneef


2 Answers

How to synchronize two Subversion repositories?

Can I have one project in two SVN repositories?

SVN: one working copy, two repositories?

like image 143
2 revs Avatar answered Oct 20 '22 13:10

2 revs


Yes, you can use the Relocate (thanks, Peter) command to connect your working copy with the first repository, commit there, and then relocate to the second repository and commit there as well. Better make a copy of your working copy folder somewhere else first.

like image 42
Pawel Krakowiak Avatar answered Oct 20 '22 13:10

Pawel Krakowiak