Delete a package with lots of subpackages [message #32233] |
Mon, 18 August 2008 14:52  |
Eclipse User |
|
|
|
Hi,
I just renamed (refactored) a few of my plug-ins names and the
corresponding package names.
It delete a package with the structure: pack.subpack.subsubpack I have
to delete subsubpack, commit, refresh, delete subpack, commit, refresh,
delete pack, commit, refresh.
Is this a bug in subversion or something which is based on svn?
Best regards, Lars
|
|
|
Re: Delete a package with lots of subpackages [message #32618 is a reply to message #32233] |
Mon, 25 August 2008 05:08   |
Eclipse User |
|
|
|
I opened bug 245094 for this.
> Hi,
>
> I just renamed (refactored) a few of my plug-ins names and the
> corresponding package names.
>
> It delete a package with the structure: pack.subpack.subsubpack I have
> to delete subsubpack, commit, refresh, delete subpack, commit, refresh,
> delete pack, commit, refresh.
>
> Is this a bug in subversion or something which is based on svn?
>
> Best regards, Lars
|
|
|
|
Re: Delete a package with lots of subpackages [message #33957 is a reply to message #32884] |
Tue, 23 September 2008 10:56   |
Eclipse User |
|
|
|
Me and Igor Burilo made some investigations and found out the following.
The problem occurs due to JDT plug-in behavior. Saying more clear,
deletePackageFragment method.
The fact is that SVN does not completely delete the resource (eclipse
entity), but just marks it as deleted, so jdt, when trying to delete
packages recursively, successfully "deletes" the deepest one, but then,
when trying to delete it's parent, does not delete it, cause it is not
empty.
see https://bugs.eclipse.org/bugs/show_bug.cgi?id=248284 for details.
|
|
|
|
Powered by
FUDForum. Page generated in 0.05170 seconds