RE: Re: How to relocate a subversion server
From: Jiho Han <jhan_at_InfinityInfo.com>
Date: 2007-03-12 17:10:42 CET
So if tar/untar is enough to relocate a svn repository, then would this
-----Original Message-----
On Mar 11, 2007, at 20:10, ying lcs wrote:
> Technically speaking, tar on 1 machine/untar on aonther should work,
If you're running the same version of Subversion, and the repositories
> I don't understand why it creates a 'trunk' directory when I check
Because that is what Subversion does. RTFM. From "svn help checkout":
usage: checkout URL[@REV]... [PATH]
If specified, REV determines in which revision the URL is first
If PATH is omitted, the basename of the URL will be used as
This means that since you did not specify a path in which to checkout,
svn co file:///srv/svn/repositories/test/trunk foo
-- To reply to the mailing list, please use your mailer's Reply To All function --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Mon Mar 12 17:09:18 2007 |
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.