Re: How to relocate a subversion server
From: Ryan Schmidt <subversion-2007a_at_ryandesign.com>
Date: 2007-03-12 04:07:46 CET
On Mar 11, 2007, at 20:10, ying lcs wrote:
> Technically speaking, tar on 1 machine/untar on aonther should
If you're running the same version of Subversion, and the
> 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
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.orgReceived on Mon Mar 12 04:08:33 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.