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
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
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
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