[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-03-12 06:33:29 CET

Bryan Andrews wrote:

> Ben thanks for the response.
>
> I did indeed delete a directory via tSVN from subversion when working on my box at the office. When I got home, I expected to update and the directory would remove itself but instead I received the error. Is there another process I should be following to delete items from the working copy and source?

Alas, if a WC represents a repository directory that no longer exists,
there's no way for 'svn update' to destroy the entire WC, due to the way
the update code is structured. Just 'rm -rf' the WC yourself, or, 'svn
switch' it to a different URL that *does* exist.

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