repository split and subsequent working copy switch problems
From: Derek Scherger <derek_at_echologic.com>
Date: 2004-03-24 06:38:56 CET
Ok, based on previous messages on the list here I've split my single repository into two.
svnadmin dump /var/svn/repos |svndumpfilter exclude foo | svnadmin load /var/svn/new/bar
Then I adjusted my apache config to use
SVNParentPath /var/svn/new
rather than
SVNPath /var/svn/repos
so that http://localhost/var/svn/foo and http://localhost/var/svn/bar point to the two new
Now I have some working copies kicking around that had the old repository URL's so I'm
svn switch http://localhost/var/svn/foo
gives
svn: REPORT request failed on '/svn/repos/!svn/vcc/default'
but
svn switch --relocate http://localhost/svn/repos/foo http://localhost/svn/foo
completes quietly and svn st ; svn st -q; svn st -qv are all happy but both svn st -u and
svn: REPORT request failed on '/svn/config/!svn/vcc/default'
None of what I have is particularly crucial to me so I'm not terribly worried about it but
Any ideas on how to complete the switch or is this perhaps a bug?
Also, what's the !svn/vcc/default stuff all about?
-- Cheers, Derek --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Wed Mar 24 06:45:31 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.