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

RE: [Subclipse-dev] New release necessary ?

From: Martin Letenay <mle_at_whitestein.com>
Date: 2005-09-12 17:51:08 CEST

>
> OK, I have been pretty busy with some work stuff and have a
> lot of unfinished stuff in my workspace. When I get some
> time, I will set that aside and get a new release out.
> Hopefully later today or tomorrow.
>
> Thanks
>
> Mark
>

Damn,

I was too optimistic.
The commited fix is not sufficient.
It works for incoming changes but does not for outgoiing deletions ...

I'm not sure if it's a subversion bug, but was expecting at least some
inteligence in update(File[]) method.
If I'm not wrong, the method is pretty stupid.
For incoming changes the files have to sorted in ascending order, so parents
are created first.
However for outgoiing deletions, it have to be done vice-versa, i.e. files
are deleted first, then folders ...
Otherwis the user finishes with:

svn: Error processing command 'delete-entry' in 'Y:\test....'
Working copy not locked; this is probably a bug, please report
svn: Working copy 'Y:\test...' is missing or not locked

So Mark, please wait with the new release.
I have to check it one more time and probably split the update to 2 separate
calls, one for incoming other for outgoinf changes ...

Martin
Received on Tue Sep 13 01:51:08 2005

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.