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

[Subclipse-users] "Filesystem has no item" error when committing renamed file, Subclipse 1.1.8, Eclipse 3.2.0

From: Danny Manners <danny.manners_at_gmail.com>
Date: 2006-11-04 04:14:54 CET

Subclipse 1.1.8, Eclipse 3.2.0

If I rename a (managed) file, using F2 or Refactor/Rename in the Package
Explorer, and then commit, I get:
org.tigris.subversion.javahl.ClientException: Filesystem has no item

In an example where Fun.java was renamed to Funnier.java, the console shows:

move C:/workspace/svn-bug-test/src/other/Fun.java
C:/workspace/svn-bug-test/src/other/Funnier.java
    A C:/workspace/svn-bug-test/src/other/Funnier.java
    D C:/workspace/svn-bug-test/src/other/Fun.java
commit -m "Renamed Fun to Funnier - works?"
C:/workspace/svn-bug-test/src/other/Fun.java
C:/workspace/svn-bug-test/src/other/Funnier.java
    Deleting workspace/svn-bug-test/src/other/Fun.java
    Adding workspace/svn-bug-test/src/other/Funnier.java
    Transmitting file data ...
    Filesystem has no item
svn: Commit failed (details follow):
svn: File not found: revision 3219, path
'/uksdvsv:3691/svn-bug-test/src/other/Fun.java'
Received on Sat Nov 4 04:41:33 2006

This is an archived mail posted to the Subclipse Users mailing list.

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