You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Serge Ratke <se...@gmx.de> on 2003/09/12 19:14:10 UTC

Re: [mailing_list] Re: rename problem

On Fri, 12 Sep 2003 21:09:54 +0200, Daniel Schlyder <da...@dascdev.net> 
wrote:

> [12.09.2003 19:43:29] Serge Ratke:
>> the following scene:
>
>> 1. rename a repository folder xxx to yyy, WC not yet commited
>> 2. try to commit your changes in your WC still xxx
>
>> that's what i get:
>
>> svn: Transaction is out of date
>> svn: Commit failed (details follow):
>> svn: out of date: `/branches/ims/xxx/css' in txn `2c'
>
>> any solutions.
>
> Try 'svn up' before you commit.
>
> Regards,
> Daniel Schlyder
>
>

I had the same idea, here's the result:

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: [mailing_list] Re: rename problem

Posted by Ben Collins-Sussman <su...@collab.net>.
Serge Ratke <se...@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