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

Invalid editor anchoring - log of failing sequence

From: Giovanni Moretti <Giovanni_at_reflections.co.nz>
Date: 2004-05-13 13:36:22 CEST

Here's the same sequence I used last time, but now built from the command
line with a single directory with one file (authentication stuff altered)
but otherwise verbatim except for **** comment lines

Cheers
Giovanni

==============================================================
= Using Windows svnServer v1.02 & 1.01 client (different PCs =
==============================================================
**** Create a Junk directory and put a file in it
D:\>md test
D:\>dir > test\junk.txt

D:\>svn import -m "Initial checkin" test svn://SVNServer/Research/Test
Authentication realm: <svn://SVNServer:3690> Users's Repository
Password for 'User':
Authentication realm: <svn://SVNServer:3690> User's Repository
Username: me
Password for 'me': ***********
Adding test\junk.txt

Committed revision 46.

**** Removed the "test" directory using Windows

D:\>svn checkout svn://SVNServer/Research/Test
A Test\junk.txt
Checked out revision 46.

**** The next is really all on one line
D:\>svn move -m "Repo Move" svn://SVNServer/Research/Test
                            svn://SVNServer/Research/Trunk/Test

Committed revision 47.

D:\>cd test

D:\Test>svn switch --relocate svn://SVNServer/Research/Test
                              svn://SVNServer/Research/Trunk/Test

**** Used TortoiseSVN to commit a file to another part of
**** the repository forcing the revision number up to 48.
**** Not sure why but thought that this may be important!

D:\Test>svn update
svn: Invalid editor anchoring; at least one of the input paths
is not a directory and there was no source entry

D:\Test>
============================================================
======== Contents of .svn/entries ==========================
============================================================
<?xml version="1.0" encoding="utf-8"?>
<wc-entries
   xmlns="svn:">
<entry
   committed-rev="46"
   name=""
   committed-date="2004-05-13T10:54:17.792750Z"
   url="svn://SVNServer/Research/Trunk/Test"
   last-author="me"
   kind="dir"
   uuid="eae71f51-fe8a-994a-817a-1add0531b1de"
   revision="46"/>
<entry
   committed-rev="46"
   name="junk.txt"
   text-time="2004-05-13T10:55:56.729209Z"
   committed-date="2004-05-13T10:54:17.792750Z"
   checksum="d9d620c0393b1f7f47da0c578eeaf3f5"
   last-author="me"
   kind="file"
   prop-time="2004-05-13T10:55:56.709180Z"/>
</wc-entries>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu May 13 13:36:41 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.