You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Subversion Newbie <su...@yahoo.com> on 2004/12/13 23:43:57 UTC

best option for read-only copy of repository?

We plan to have a main read-write repository at one location,
and another read-only copy at a remote location which will be
updated over a T1 line.  The "SVN::Mirror" perl module (and its
command-line "svm-mirror") looks like a good way to go about
doing this, but I'm wondering if anyone can suggest better
alternatives.  (I'm not complaining about svn-mirror, which
looks great.)  Thanks.


		
__________________________________ 
Do you Yahoo!? 
Meet the all-new My Yahoo! - Try it today! 
http://my.yahoo.com 
 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: best option for read-only copy of repository?

Posted by John Szakmeister <jo...@szakmeister.net>.
Subversion Newbie wrote:
> We plan to have a main read-write repository at one location,
> and another read-only copy at a remote location which will be
> updated over a T1 line.  The "SVN::Mirror" perl module (and its
> command-line "svm-mirror") looks like a good way to go about
> doing this, but I'm wondering if anyone can suggest better
> alternatives.  (I'm not complaining about svn-mirror, which
> looks great.)  Thanks.

Take a look at the contrib directory in the Subversion repository.  In
particular,

http://svn.collab.net/repos/svn/trunk/contrib/client-side/svn-push/
and
http://svn.collab.net/repos/svn/trunk/contrib/server-side/svnmirror.sh

-John

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org