You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Irfan Sayed <ir...@gmail.com> on 2009/03/02 07:08:25 UTC

How to sue multisite using subversion

Hello All,

I am planning to use subversion multisite. Does somebody tries multisiting
using subversion. Can you please give me how to start,configure and
documentation on subversion multisite.
IS there any tool available which suffice the subversion multisite
requirement.

please please help.

Regards
Irfan.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1254848

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

RE: How to sue multisite using subversion

Posted by Vivek Payala <vi...@persistent.co.in>.
DISCLAIMER
==========
This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.

Re: How to sue multisite using subversion

Posted by Johnathan Gifford <jg...@wernervas.com>.
Have you looked into the Subversion synchronization tools that are bundled with Subversion?

http://svnbook.red-bean.com/en/1.5/svn.reposadmin.maint.html#svn.reposadmin.maint.tk.svnsync

Hope this helps,

Johnathan

>>> On Mon, Mar 2, 2009 at  1:56 AM, in message
<e9...@mail.gmail.com>, Irfan Sayed
<ir...@gmail.com> wrote: 
> I alreay have subversion server placed in my location . now i just want to
> make the replicas of svn repository and placed into different sites at
> different locations.
> 
> once done, i need to start schedular which will sync these repositories.
> 
> Regards
> Irfan.
> 
> 
> 
> On 3/2/09, Ryan Schmidt <su...@ryandesign.com> wrote:
>>
>> On Mar 2, 2009, at 01:37, Irfan Sayed wrote:
>>
>> > On 3/2/09, Ryan Schmidt wrote:
>> >
>> >> On Mar 2, 2009, at 01:08, Irfan Sayed wrote:
>> >>
>> >>> I am planning to use subversion multisite. Does somebody tries
>> >>> multisiting using subversion. Can you please give me how to
>> >>> start,configure and documentation on subversion multisite.
>> >>> IS there any tool available which suffice the subversion
>> >>> multisite requirement.
>> >>
>> >> You didn't define what you mean by "multisite"... If, as Vivek
>> >> supposed, you mean that you want to have a repository that is
>> >> mirrored on several servers, each at different physical locations,
>> >> then WANdisco can help, but it costs money. You could also use
>> >> svnsync to mirror your repository; that's free. If you provide
>> >> more info on what you're actually trying to accomplish, we can
>> >> give more suggestions.
>> >
>> > Yes. What i mean is that i need my svn repository to be replicated
>> > to all development sites across the globe and each site should be
>> > in sync with each other on timely basis.
>>
>> Have you already tried Subversion with just a single server at one of
>> your locations? It may not be as slow as you think.
>>
>>
>> > I have heard wandisco is one of the option but have you heard tool
>> > like svk.
>> > This is freeeware but i dont know much about svk.
>>
>> Yes, I've heard of svk. It's based on svn. Give it a try if you like.
>>
>> ------------------------------------------------------
>>
>> 
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1255
> 052
>>
>> To unsubscribe from this discussion, e-mail: [
>> users-unsubscribe@subversion.tigris.org].
>>
> 
> ------------------------------------------------------
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=125
> 5084
> 
> To unsubscribe from this discussion, e-mail: 
> [users-unsubscribe@subversion.tigris.org].




Re: How to sue multisite using subversion

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 2, 2009, at 01:56, Irfan Sayed wrote:

> On 3/2/09, Ryan Schmidt wrote:
>
>> On Mar 2, 2009, at 01:37, Irfan Sayed wrote:
>>
>> > On 3/2/09, Ryan Schmidt wrote:
>> >
>> >> On Mar 2, 2009, at 01:08, Irfan Sayed wrote:
>> >>
>> >>> I am planning to use subversion multisite. Does somebody tries
>> >>> multisiting using subversion. Can you please give me how to
>> >>> start,configure and documentation on subversion multisite.
>> >>> IS there any tool available which suffice the subversion
>> >>> multisite requirement.
>> >>
>> >> You didn't define what you mean by "multisite"... If, as Vivek
>> >> supposed, you mean that you want to have a repository that is
>> >> mirrored on several servers, each at different physical locations,
>> >> then WANdisco can help, but it costs money. You could also use
>> >> svnsync to mirror your repository; that's free. If you provide
>> >> more info on what you're actually trying to accomplish, we can
>> >> give more suggestions.
>> >
>> > Yes. What i mean is that i need my svn repository to be replicated
>> > to all development sites across the globe and each site should be
>> > in sync with each other on timely basis.
>>
>> Have you already tried Subversion with just a single server at one of
>> your locations? It may not be as slow as you think.
>
> I alreay have subversion server placed in my location .

And you have determined that this is not fast enough for your needs?

> now i just want to make the replicas of svn repository and placed  
> into different sites at different locations.
>
> once done, i need to start schedular which will sync these  
> repositories.

Using svnsync, you can create any number of read-only mirrors of your  
master repository. Furthermore, you can configure those mirrors to  
proxy any write requests back to the master repository so that it all  
works mostly transparently.

You usually set up svnsync in the post-commit and post-revprop-change  
hooks of the master repository, so that any changes are copied to the  
mirrors immediately after they're made on the master. So no scheduler  
needs to be set up.

You can read more about svnsync in the book:

http://svnbook.red-bean.com/en/1.5/svn.ref.svnsync.html

And in the svnsync notes file:

http://svn.collab.net/repos/svn/trunk/notes/svnsync.txt


>> > I have heard wandisco is one of the option but have you heard tool
>> > like svk.
>> > This is freeeware but i dont know much about svk.
>>
>> Yes, I've heard of svk. It's based on svn. Give it a try if you like.

I'm not sure how svk works, so you should ask on their mailing list  
if you want to pursue that option.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1255713

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: How to sue multisite using subversion

Posted by Irfan Sayed <ir...@gmail.com>.
I alreay have subversion server placed in my location . now i just want to
make the replicas of svn repository and placed into different sites at
different locations.

once done, i need to start schedular which will sync these repositories.

Regards
Irfan.



On 3/2/09, Ryan Schmidt <su...@ryandesign.com> wrote:
>
> On Mar 2, 2009, at 01:37, Irfan Sayed wrote:
>
> > On 3/2/09, Ryan Schmidt wrote:
> >
> >> On Mar 2, 2009, at 01:08, Irfan Sayed wrote:
> >>
> >>> I am planning to use subversion multisite. Does somebody tries
> >>> multisiting using subversion. Can you please give me how to
> >>> start,configure and documentation on subversion multisite.
> >>> IS there any tool available which suffice the subversion
> >>> multisite requirement.
> >>
> >> You didn't define what you mean by "multisite"... If, as Vivek
> >> supposed, you mean that you want to have a repository that is
> >> mirrored on several servers, each at different physical locations,
> >> then WANdisco can help, but it costs money. You could also use
> >> svnsync to mirror your repository; that's free. If you provide
> >> more info on what you're actually trying to accomplish, we can
> >> give more suggestions.
> >
> > Yes. What i mean is that i need my svn repository to be replicated
> > to all development sites across the globe and each site should be
> > in sync with each other on timely basis.
>
> Have you already tried Subversion with just a single server at one of
> your locations? It may not be as slow as you think.
>
>
> > I have heard wandisco is one of the option but have you heard tool
> > like svk.
> > This is freeeware but i dont know much about svk.
>
> Yes, I've heard of svk. It's based on svn. Give it a try if you like.
>
> ------------------------------------------------------
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1255052
>
> To unsubscribe from this discussion, e-mail: [
> users-unsubscribe@subversion.tigris.org].
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1255084

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: How to sue multisite using subversion

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 2, 2009, at 01:37, Irfan Sayed wrote:

> On 3/2/09, Ryan Schmidt wrote:
>
>> On Mar 2, 2009, at 01:08, Irfan Sayed wrote:
>>
>>> I am planning to use subversion multisite. Does somebody tries  
>>> multisiting using subversion. Can you please give me how to  
>>> start,configure and documentation on subversion multisite.
>>> IS there any tool available which suffice the subversion  
>>> multisite requirement.
>>
>> You didn't define what you mean by "multisite"... If, as Vivek  
>> supposed, you mean that you want to have a repository that is  
>> mirrored on several servers, each at different physical locations,  
>> then WANdisco can help, but it costs money. You could also use  
>> svnsync to mirror your repository; that's free. If you provide  
>> more info on what you're actually trying to accomplish, we can  
>> give more suggestions.
>
> Yes. What i mean is that i need my svn repository to be replicated  
> to all development sites across the globe and each site should be  
> in sync with each other on timely basis.

Have you already tried Subversion with just a single server at one of  
your locations? It may not be as slow as you think.


> I have heard wandisco is one of the option but have you heard tool  
> like svk.
> This is freeeware but i dont know much about svk.

Yes, I've heard of svk. It's based on svn. Give it a try if you like.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1255052

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: How to sue multisite using subversion

Posted by Irfan Sayed <ir...@gmail.com>.
Yes. What i mean is that i need my svn repository to be replicated to all
development sites across the globe and each site should be in sync with each
other on timely basis.

I have heard wandisco is one of the option but have you heard tool like svk.
This is freeeware but i dont know much about svk.

Regards
Irfan.





On 3/2/09, Ryan Schmidt <su...@ryandesign.com> wrote:
>
> On Mar 2, 2009, at 01:08, Irfan Sayed wrote:
>
> I am planning to use subversion multisite. Does somebody tries multisiting
>> using subversion. Can you please give me how to start,configure and
>> documentation on subversion multisite.
>> IS there any tool available which suffice the subversion multisite
>> requirement.
>>
>
> You didn't define what you mean by "multisite"... If, as Vivek supposed,
> you mean that you want to have a repository that is mirrored on several
> servers, each at different physical locations, then WANdisco can help, but
> it costs money. You could also use svnsync to mirror your repository; that's
> free. If you provide more info on what you're actually trying to accomplish,
> we can give more suggestions.
>
>
>

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1254972

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].

Re: How to sue multisite using subversion

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Mar 2, 2009, at 01:08, Irfan Sayed wrote:

> I am planning to use subversion multisite. Does somebody tries  
> multisiting using subversion. Can you please give me how to  
> start,configure and documentation on subversion multisite.
> IS there any tool available which suffice the subversion multisite  
> requirement.

You didn't define what you mean by "multisite"... If, as Vivek  
supposed, you mean that you want to have a repository that is  
mirrored on several servers, each at different physical locations,  
then WANdisco can help, but it costs money. You could also use  
svnsync to mirror your repository; that's free. If you provide more  
info on what you're actually trying to accomplish, we can give more  
suggestions.

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1254893

To unsubscribe from this discussion, e-mail: [users-unsubscribe@subversion.tigris.org].