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

Re: Switch, DNS, repos roots, and busted working copies

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-12-06 20:07:30 CET

On 12/6/05, Peter N. Lundblad <peter@famlundblad.se> wrote:

> I tried to reproduce this with ra_local and first checking out with
> something like
> file:///repospath/
> and then switching subdir to something like
> file://localhost/repospath/subdir
> That gives an error with svn 1.2.4 and trunk. Can you provide a recipe?

This doesn't seem to occur over ra_local. Over ra_dav it does though.

Here's an example using svn.collab.net, AKA morbius.ch.collab.net:

$ svn co http://morbius.ch.collab.net/repos/svn/trunk/www trunk-www
$ cd trunk-www/
$ svn switch http://svn.collab.net/repos/svn/trunk/notes security
# here you should see the assert

Actually, now that I've tested this with both trunk and 1.3.x clients,
I appear to get the assert with trunk, but an error with 1.3.x. 1.3.x
errors out at line 169 of libsvn_client/checkout.c, but trunk does
not.

> Was the WC in this state before starting to use 1.3.0, or does 1.3.0 allow
> the WC to enter this state?

The original person who found this problem here had it in an existing
working copy, but with trunk you can also get into this situation via
switch on a newly checked out working copy.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 6 20:09:15 2005

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.