You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Mohit Malik <mo...@induslogic.com> on 2006/08/28 09:56:54 UTC

Synchronization between repository and its mirror

Hello friends,

 

           Can anyone please tell me that the svn mirror is a pull model
only or is it both push and pull. My problem is that I have an SVN
repository in US and the development team is in INDIA. So we decided to
create the SVN mirror in India . Now our task is to update all the changes
done to the mirror back to the master repository at the end of the day and
update the mirror repository with all the changes done on the master
repository. i.e I need a two way synchronization. Please help me out as I am
not sure that whether this thing is possible or not.

 

And can anyone mail me a link which tells me about the exact steps to create
a mirror and what is the mirrored repository used for.

 

Thanks and Regards 

-Mohit 


Re: Synchronization between repository and its mirror

Posted by Sebastian Schuberth <ss...@gmail.com>.
>            Can anyone please tell me that the svn mirror is a pull model
> only or is it both push and pull. My problem is that I have an SVN
> repository in US and the development team is in INDIA. So we decided to
> create the SVN mirror in India . Now our task is to update all the changes
> done to the mirror back to the master repository at the end of the day and
> update the mirror repository with all the changes done on the master
> repository. i.e I need a two way synchronization. Please help me out as I am
> not sure that whether this thing is possible or not.

Take a look at the new svnsync tool description that comes with SVN 1.4.
It should answer some of your questions:

http://subversion.tigris.org/svn_1.4_releasenotes.html

"Compatibility note: in order to "push" information into a destination
repository, any version of the server will suffice. The pushing is done
through ordinary network commits. To "pull" history from the source
repository, however, requires a 1.4 (or later) server."

-- 
Sebastian Schuberth
(Remove "NOSP" and "M" from my e-mail address)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org