[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 18:40:04 CET

On Fri, 2004-03-12 at 11:27, Bryan Andrews wrote:
> Right, and I was interpreting earlier that the errors I was seeing was
> because of a subdirectory being deleted from the repository that still
> existed in my working copy.

Okay, understood. That interpretation is wrong. If a subdirectory of a
working copy is deleted in the repository, 'svn up' will simply delete
the working copy subdir.

>
> My error:
>
> REPORT Request failed on '/projects/!svn/vcc/default'
> The REPORT request returned invalid XML in the response: XML parse
> error at line 1:no element found(/projects/!svn/vcc/default)

This error means that the *root* URL of your working copy no longer
exists on the server.

When this happens, your choice is to either 'rm -rf' your working copy,
or 'svn switch' it to a different URL.

---------------------------------------------------------------------
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:45:21 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.