Hi !
I am doing a major reorganization of my development tree, and I received
the following message:
$ svn ci -m "..."
...
Deleting web
Transmitting file data .....svn: Commit failed (details follow):
svn: Delete failed--directory has no entry 'web'
$ svn info web
Path: web
URL: svn://REPOS_URL/repos/rac/cn-nextgen/trunk/web
Repository UUID: 18ef92ac-1ce2-7148-ac38-1817e6a3da51
Revision: 3383
Node Kind: directory
Schedule: delete
Last Changed Author: fbos
Last Changed Rev: 3375
Last Changed Date: 2005-04-18 10:41:56 -0400 (lun., 18 avr. 2005)
Properties Last Updated: 2005-02-09 19:12:34 -0500
$ svn ls svn://REPOS_URL/repos/rac/cn-nextgen/trunk
...
web/
$ svn --version
svn, version 1.2.0 (Release Candidate 1)
compiled Apr 17 2005, 02:25:07
Can someone explain to me what "directory has no entry" means ? Google
told me about
http://www.mit.edu/afs/sipb/project/subversion/src/subversion-r1302/subversion/libsvn_fs/dag.c,
which seems rather old. On that page, searching for the exact text and
reading the comments, it would seem that the server can't find the 'web'
folder in the repository ? I am the sole user of the repository, and I
know I haven't deleted that folder. I also tried updating, to no avail.
trunk/subversion/libsvn_fs_base/dag.c has the same message, and the same
comment.
So, what does this mean exactly, and what should I do about it ? Oh, I
almost forget: SVN 1.2.0-rc1, WinXP SP2, back-end=1.1.3 on fsfs.
Thanks !
François
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Apr 19 08:25:43 2005