Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Subversive » Folder deletion weirdness
Folder deletion weirdness [message #559210] Thu, 16 September 2010 01:06 Go to next message
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
After deleting a folder in Eclipse I'm often unable to commit:

Some of selected resources were not committed.
svn: Commit failed (details follow):
svn: Item 'xxx' is out of date
svn: DELETE of 'xxx': 409 Conflict (https://localhost)

Even though no one else has touched that folder and no incoming changes or conflicts are shown, I end up having to revert the change and delete the folder a second time. After that I am usually able to commit.

Anyone else notice such behavior? I'm using the Subversive Team Provider 0.7.9 with SVNKit 1.3.2 on Helios (win64).
Re: Folder deletion weirdness [message #559273 is a reply to message #559210] Thu, 16 September 2010 08:53 Go to previous messageGo to next message
Alexander Gurov is currently offline Alexander GurovFriend
Messages: 148
Registered: July 2009
Senior Member
Hello Eric,

This happened because Subversive keeps version not only for files but for folders too. So, if the folder version is changed on the server side you need to update it first and only then commit deletions or additions on your side.
Re: Folder deletion weirdness [message #559358 is a reply to message #559273] Thu, 16 September 2010 13:05 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: steven.whatmore.purefacts.com

I have noticed the same behavior and it is a real PITA (Pain in the A$$)

As far as I am concerned the client should know this and handle it
appropriately.


"Alexander Gurov" <alexander.gurov@polarion.com> wrote in message
news:i6sltd$o29$1@build.eclipse.org...
> Hello Eric,
>
> This happened because Subversive keeps version not only for files but for
> folders too. So, if the folder version is changed on the server side you
> need to update it first and only then commit deletions or additions on
> your side.
Re: Folder deletion weirdness [message #559462 is a reply to message #559358] Thu, 16 September 2010 17:20 Go to previous messageGo to next message
Vladimir Grishchenko is currently offline Vladimir GrishchenkoFriend
Messages: 104
Registered: July 2009
Senior Member
Eclipse User wrote on Thu, 16 September 2010 09:05
Originally posted by: steven.whatmore.purefacts.com

I have noticed the same behavior and it is a real PITA (Pain in the A$$)

As far as I am concerned the client should know this and handle it
appropriately.



This is potentially dangerous, perhaps add an option for this that is turned off by default.
Re: Folder deletion weirdness [message #559475 is a reply to message #559273] Thu, 16 September 2010 18:18 Go to previous message
Eric Jain is currently offline Eric JainFriend
Messages: 266
Registered: July 2009
Senior Member
Alexander Gurov wrote on Thu, 16 September 2010 04:53
This happened because Subversive keeps version not only for files but for folders too. So, if the folder version is changed on the server side you need to update it first and only then commit deletions or additions on your side.


I'm quite certain that no one else had touched that part of the repository. Even so, shouldn't the synchronize view show a conflict and give me the option to either override and commit or override and update (rather than show an error on commit)?

I remember being able to avoid this problem by using the JavaHL connector instead of SVNKit, but I can no longer verify that as I'm now running on a 64 bit platform.

Trying to create a simple test case that demonstrates this problem, but no luck so far...
Previous Topic:Create branch from branch
Next Topic:Connector installation from archived site
Goto Forum:
  


Current Time: Thu Mar 28 13:01:57 GMT 2024

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

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

Back to the top