svn switch brainos?
From: Robert Spier <rspier_at_pobox.com>
Date: 2003-08-01 01:07:12 CEST
(Is this a bug or user or expectation error?)
I did some repository reorganization:
$ svn move http://svnhost/combust/backend/trunk/ \
and then switched my WC over to it
$ svn switch --relocate http://svnhost/combust/backend/trunk \
now, when I try and update my repository,
rspier@bear ~/projects/newweb$ svn update
The error makes sense, because /trunk/apache/conf/httpd.tmpl doesn't
But - now my WC can't update -- I guess I was hoping "the right thing"
If I switch the WC "forward" to the latest pre-reorganization
$ svn switch -r 176 http://svnhost/combust/backend/trunk/ .
this seems to get me out of my misery. Now to see if I can
$ svn switch --relocate http://svnhost/combust/trunk \
Having done one more test..
$ svn co -r 176 http://svnhost/combust/backend/trunk test
that seems to be the better way to do it.
-R
---------------------------------------------------------------------
|
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.