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

RE: REPORT Request failed

From: Mark <mark_at_msdhub.com>
Date: 2004-03-12 18:09:03 CET

 
[ack... Must-hit-reply-all]

You're misunderstanding each other. Bryan is asking "what happens when
someone deletes a directory INSIDE a WC". Ben is answering the question
"what happens when someone deletes the directory that the root of the WC
represents"

If your WC represents http://host/svn/project/trunk/ and someone deletes
http://host/svn/project/trunk/subdir, then when you "svn up" wc/subdir will
get deleted. If someone deletes http://host/svn/project/trunk (or
http://host/svn/project/) then your WC now points to a directory that
doesn't exist. See Ben's answer below.

Mark

-----Original Message-----
From: Ben Collins-Sussman [mailto:sussman@collab.net]
Sent: Friday, March 12, 2004 9:43 AM
To: Bryan Andrews
Cc: users@subversion.tigris.org
Subject: RE: REPORT Request failed

On Fri, 2004-03-12 at 10:36, Bryan Andrews wrote:
> I'm sorry to be dense on this, but is there no way to remove just the
> folder on each persons working copy?

Huh? I don't understand what you want, or what you expect.

If person A has a working copy of a directory, and person B deletes that
directory in the repository, what do you think should happen when person
A runs "svn update"?

I see only two options:

  * 'svn up' blows away the entire working copy (because that what it
would do if some subdirectory had been deleted.)

  * 'svn up' prints an error saying that the WC reflects a
no-longer-existent path.

Right now we do the latter thing. Are you thinking of some 3rd option?

> Is there a way to "switch to the same location" in the repository?

What do you mean by this? Are you talking about 'svn switch'?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Mar 12 18:13:48 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.