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

Re: svn switch to move between servers

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-09-17 14:52:00 CEST

Timothee Besset <ttimo@idsoftware.com> writes:

> Provided that you have a working copy of http://server/trunk and you created a http://server/branch
>
> svn mv file1 file2
> (file1 was a working copy file, file2 is new)
>
> svn switch http://server/branch
>
> This will fail with an error about file2 being unknown in branch/ (I don't
> have the exact error message around anymore)

Aha, I wonder if this 'svn switch' bug happens on *any* file that's
scheduled for addition.

For some reason I can't remember, whenever we schedule a file for
addition, it begins life in the entries file with a 'phony' url. That
is, it has a url that will be correct after you commit, but doesn't
really exist -until- you commit.

I also wonder if 'svn update' chokes on files scheduled for addition
as well...

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Sep 17 14:53:51 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.