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

Re: cannot rename versioned package

From: Hendrik Maryns <hendrik_maryns_at_despammed.com>
Date: 2005-09-27 12:16:22 CEST

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

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.