[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn switch brainos?

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-08-01 03:37:29 CEST

Robert Spier <rspier@pobox.com> writes:

> (Is this a bug or user or expectation error?)
>
> I did some repository reorganization:
>
> $ svn move http://svnhost/combust/backend/trunk/ \
> http://svnhost/combust/trunk/
> # 177
> $ svn move http://svnhost/combust/backend/branches/ \
> http://svnhost/combust/branches/
> # 178
> $ svn delete http://svnhost/combust/backend
> # 179
>
> and then switched my WC over to it
>
> $ svn switch --relocate http://svnhost/combust/backend/trunk \
> http://svnhost/combust/trunk/ .

Why on earth are you using the --relocate switch? The point of that
switch is for rewriting urls when you switch schemas or hostnames.

But in your case, you don't need that at all. A simple

   svn switch http://svnhost/combust/trunk

would have 'updated' your working copy to the new repository location
with no problems at all.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 1 03:40:18 2003

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.