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

Re: [mailing_list] Re: rename problem

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-12 21:29:57 CEST

Serge Ratke <serge.ratke@gmx.de> writes:

> > Try 'svn up' before you commit.
>
> svn: Invalid filesystem path syntax
> svn: svn_repos_dir_delta: invalid editor anchoring; at least one of
> the input paths is not a directory and there was no source entry

Yes, it's a horrible error message, but what's really happening (I
think) is that 'svn up' is trying to delete your entire working copy
(since the path it represents no longer exists.) We don't allow the
deletion of a working-copy root.

Just do a fresh checkout of the new URL, and copy your modified files
from the old working copy to the new one.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Sep 12 21:31:07 2003

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.