Link to home
Start Free TrialLog in
Avatar of pillmill
pillmill

asked on

Can subversion update two repositories?

Is there a way to have subversion save code on
two different repositories? I am using TortoiseSVN
on my local machine. I can commit to my local
repository. I can't find a way to commit to another
repository. All that I seem to be able to do
is "add file" with the repo browser pointed to a
network repository. Is there a way to commit
to two different repositories?
Avatar of pnbalakumar
pnbalakumar

To my knowledge there is no way to commit same file to two different repository.

Other alternative is to use SVN-GIT together.
http://flavio.castelli.name/howto_use_git_with_svn

Hope this helps.
ASKER CERTIFIED SOLUTION
Avatar of arober11
arober11
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of pillmill

ASKER

thanks