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

RE: Automatic mirroring to remote location

From: Dale Hirt <dale_at_sbcltd.com>
Date: 2005-09-22 20:43:32 CEST

Harold,
 
svnadmin is an administrative tool. As such, it enforces the rule that you have to have administrative permissions via local read-write access to the repository.
 
As for mirroring, have you looked into SVN:Mirror? http://search.cpan.org/~clkao/SVN-Mirror-0.66/lib/SVN/Mirror.pm
 
Dale

-----Original Message-----
From: Harold Naparst [mailto:hnaparst@gmail.com]
Sent: Thursday, September 22, 2005 7:55 AM
To: users@subversion.tigris.org
Subject: Automatic mirroring to remote location

I'd like all commits to be automatically mirrored to a remote repository.
Does anyone know how to do this?

The dump, copy to remote machine, load procedure seems cumbersome,
although it does work. I'd like to see something like:

svnadmin hotcopy svn://localhost svn://remotehost

which could be placed in a commit-hooks script.
It is surprising to me that svnadmin hotcopy only seems to take pathnames, not svn://URLs.

Thanks,
Harold
Received on Thu Sep 22 20:46:34 2005

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.