Hendrik Maryns schreef:
> Hello,
>
> I have a package de.unituebingen.sfs.macke.trees, containing three
> classes. I want to rename it to de.unituebingen.sfs.macke.sentences.
> The refactoring works fine, but committing does not work, it gives the
> error:
> commit -m "introducing sentences instead of trees" -N
> /home/hendrik/workspace/MSO/de/unituebingen/sfb/macke
> /home/hendrik/workspace/MSO/de/unituebingen/sfb/macke/sentences
> /home/hendrik/workspace/MSO/de/unituebingen/sfb/macke/trees
> /home/hendrik/workspace/MSO/de/unituebingen/sfb/macke/trees/BranchingTree.java
> /home/hendrik/workspace/MSO/de/unituebingen/sfb/macke/trees/LeafTree.java
> /home/hendrik/workspace/MSO/de/unituebingen/sfb/macke/trees/Tree.java
> Trying to use an unsupported feature
> svn: Cannot non-recursively commit a directory deletion
>
> What is going wrong here?
When I tried to revert, I got a similar error, saying:
revert -N
/home/hendrik/workspace/MSO/de/unituebingen/sfb/macke/sentences/BranchingTree.java
Path is not a working copy directory
svn:
'/home/hendrik/workspace/MSO/de/unituebingen/sfb/macke/sentences/BranchingTree.java'
is not a working copy
But in the main time I found out: it worked by committing only the
deleted package first, then doing another commit for the added package
and its contents. I think this really is a bug in subclipse.
Any pointer to a bugtracking database?
Cheers, H.
--
Hendrik Maryns
==================
www.lieverleven.be
http://aouw.org
Received on Tue Sep 27 20:16:22 2005