Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Delete a package with lots of subpackages
Delete a package with lots of subpackages [message #32233] Mon, 18 August 2008 18:52 Go to next message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

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 09:08 Go to previous messageGo to next message
Lars Vogel is currently offline Lars VogelFriend
Messages: 1098
Registered: July 2009
Senior Member

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 #32884 is a reply to message #32618] Wed, 27 August 2008 09:05 Go to previous messageGo to next message
Alexei Goncharov is currently offline Alexei GoncharovFriend
Messages: 35
Registered: July 2009
Member
Seems to be a specific behavior of a client library...
Re: Delete a package with lots of subpackages [message #33957 is a reply to message #32884] Tue, 23 September 2008 14:56 Go to previous messageGo to next message
Alexei Goncharov is currently offline Alexei GoncharovFriend
Messages: 35
Registered: July 2009
Member
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.
Re: Delete a package with lots of subpackages [message #34608 is a reply to message #33957] Tue, 30 September 2008 09:28 Go to previous message
Alexei Goncharov is currently offline Alexei GoncharovFriend
Messages: 35
Registered: July 2009
Member
So, after the discussions, for now on the only thing we can propose - is
to delete the folder structure from Navigator view...
Previous Topic:SVN Connectors
Next Topic:How to get subversive to work on ubuntu on eclipse 3.4.1
Goto Forum:
  


Current Time: Thu Apr 25 21:01:21 GMT 2024

Powered by FUDForum. Page generated in 0.04170 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top