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

Re: mirroring repositories

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-03-12 18:17:32 CET

Octavian Hornoiu wrote:

> Is there a process by which I can automatically mirror repositories say
> on an hourly basis from one server to another?

SVN::Mirror will do it; the docs are pretty minimal at this point, but you will
need the Perl bindings installed. It's pretty simple:

            # the svn repository for svm to use
            % setenv SVMREPOS ~/svm

            # set the path mirror/svn to mirror official subversion trunk
            # ignore the changesets between revision 1 thru 6000
            % svm init mirror/svn http://svn.collab.net/repos/svn/trunk 6000

            # run the actual mirroring
            % svm sync mirror/svn

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 12 18:17:40 2004

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.