Re: Live replication to backup server

2011-01-21 Thread Nico Kadel-Garcia
On Fri, Jan 21, 2011 at 3:57 AM, Oliver Marshall wrote: > Hi, > > > > Does anyone know of any manageable way to have SVN (Ubuntu 8 LTS currently) > replication all changes to a secondary server? Use post-commit to fire off a command to "svnsync" on the secondart server. This doesn't mirror confi

Re: Betr.: Live replication to backup server

2011-01-21 Thread Stefan Sperling
On Fri, Jan 21, 2011 at 10:05:02AM +0100, Jan Keirse wrote: > Oliver Marshall schreef op 21/01/2011 > 09:57:34: > > > Hi, > > > > Does anyone know of any manageable way to have SVN (Ubuntu 8 LTS > > currently) replication all changes to a secondary server? > > > > Im toying with using Rsync b

Betr.: Live replication to backup server

2011-01-21 Thread Jan Keirse
Oliver Marshall schreef op 21/01/2011 09:57:34: > Hi, > > Does anyone know of any manageable way to have SVN (Ubuntu 8 LTS > currently) replication all changes to a secondary server? > > Im toying with using Rsync but I?d prefer to use a hook in SVN > ideally to ensure that we only copy file

Live replication to backup server

2011-01-21 Thread Oliver Marshall
Hi, Does anyone know of any manageable way to have SVN (Ubuntu 8 LTS currently) replication all changes to a secondary server? Im toying with using Rsync but I'd prefer to use a hook in SVN ideally to ensure that we only copy files when they are fully checked in. Olly