[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: DFS alternative for linux

From: Ruslan Sivak <rsivak_at_istandfor.com>
Date: 2006-10-04 19:26:44 CEST

That's what I was hoping to avoid. Right now, it's awesome, someone
uploads an image, and it's available usually within a second on the
second server. An rsync would take a while to run with the amount of
data that we have, and it would have to be scheduled, meaning that
users will have to wait the scheduled interval + replication period.

There must be a linux file system I can use which watches for changes
and automatically replicates them. I can't believe that windows would
have something for which there was no equivalent in linux.

Russ

Trevor Whitlock wrote:
> Russ,
> The only thing that I could think of would be putting rsync in a
> cron job that happens every minute. That's how we have working copies
> replicated between mac servers.
>
> -Trevor
>
> On 10/4/06, *Ruslan Sivak* <rsivak@istandfor.com
> <mailto:rsivak@istandfor.com>> wrote:
>
> Frank,
>
> I'm looking to replicate the working copy, not the repository. And I
> want it to happen automatically. We also use DFS replication on
> another
> server that stores images which might be uploaded by the client,
> and it
> replicates the images between the servers.
>
> Russ
>
> Frank Gruman wrote:
> > Ruslan Sivak wrote:
> >> I'm looking to keep my working copies syncronized between 2
> servers,
> >> and I was wondering if there is something similar to DFS on linux.
> >> On windows we use DFS (Distributed File System) which replicates
> >> changes between 2 shares almost instantly. It detects that files
> >> have changed and initiates replication. Sometimes it's kind of
> slow
> >> for large changes, but it works perfect for small deployments.
> >>
> >> Is there something similar that exists for linux?
> >>
> >> Russ
> >>
> >>
> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> <mailto:users-unsubscribe@subversion.tigris.org>
> >> For additional commands, e-mail:
> users-help@subversion.tigris.org
> <mailto:users-help@subversion.tigris.org>
> >>
> >>
> >>
> > Well - there is the old tried and true rsync. You could also
> use the
> > newly released svnsync to replicate your repositories. In fact, I
> > would much more highly recommend this method. There are other
> options
> > as well that could be configured, but I think your best bet is
> svnsync.
> >
> > Regards,
> > Frank
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> <mailto:users-unsubscribe@subversion.tigris.org>
> For additional commands, e-mail: users-help@subversion.tigris.org
> <mailto:users-help@subversion.tigris.org>
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 4 19:27:33 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.