Re: SVN 1.5 Book [REVIEW] Chapter 5 | Section "Repository Replication"
From: C. Michael Pilato <cmpilato_at_red-bean.com>
Date: Mon, 16 Jun 2008 14:58:41 -0400
Yes, in 1.5 you can mirror from a *source* URL that's not the root of that
In other words, you can do this:
svn init ROOT-URL-OF-DEST-REPOS ROOT-URL-OF-SRC-REPOS
and
svn init ROOT-URL-OF-DEST-REPOS ROOT-URL-OF-SRC-REPOS/some/dir
but not these:
svn init ROOT-URL-OF-DEST-REPOS/some/dir ROOT-URL-OF-SRC-REPOS
Karl Heinz Marbaise wrote:
-- C. Michael Pilato <cmpilato@red-bean.com> | http://cmpilato.blogspot.com/ "The Christian ideal has not been tried and found wanting. It has been found difficult; and left untried." -- G. K. Chesterton --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-06-16 20:59:08 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.