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

Re: [Subclipse-dev] Subclipse 1.4.5 Posted

From: Thomas Hallgren <thomas_at_tada.se>
Date: Sun, 28 Sep 2008 20:06:20 +0200

Hi,
I'm trying to use Subclipse in a headless feature. It used to work but
now I run into problems with the org.tmatesoft.svnkit plug-in. The PDE
manifest parser reports errors. Looking closer I think I agree. The
manifest is inconsistent. It exports the following packages that are
neither imported nor present in any of the jars included in the classpath:

org.tmatesoft.svn.core.internal.io.fs.test
org.tmatesoft.svn.core.internal.io.serf
org.tmatesoft.svn.core.internal.server.dav
org.tmatesoft.svn.core.internal.server.dav.handlers
org.tmatesoft.svn.core.io.benchmark
org.tmatesoft.svn.core.test
org.tmatesoft.svn.core.test.daemon
org.tmatesoft.svn.examples.repository
org.tmatesoft.svn.examples.wc

Regards,
Thomas Hallgren

Mark Phippard wrote:
> I am please to announce a new Subclipse release has been posted to the
> update site. This release includes a number of fixes and enhancements
> that have been requested. There was one interesting fix made. A
> couple of people pointed out to me that Subclipse was really slow when
> sharing a new project. I did some tests and was able to recreate
> this. Sharing a project simply involves a mkdir, followed by a
> checkout and then an Add + Commit of the files. It was really the
> commit process that was causing the problem so the fix could be a
> general performance improvements in a lot of situations. The problem
> turned out to be really silly. Basically when we log our pseudo
> commit command to the console we would name all of the paths being
> committed. This turned out to be make the Console code that turns
> paths into hyperlinks go haywire and consume a ton of CPU for a very
> long amount of time. So the fix we made was in any command that logs
> paths, if there are more than 5 paths we just do not log any of them
> in the console. Since the commit message itself could also create a
> problem like this we now only log the first line to the console.
> These changes combine to deliver a massive performance improvement to
> the commit operation. I suspect it could impact any commit that
> involves a large number of files or a very long commit message.
>
> The update site now also includes the latest version of SVNKit as
> announced earlier today.
>
> As always, the changelog can be viewed online:
>
> http://subclipse.tigris.org/subclipse_1.4.x/changes.html#1.4.5
>
> Reproduced below:
>
> I will be posting zipped versions of the update site later today.
>
> Version 1.4.5
> 26 September 2008
>
> from: /trunk
> http://subclipse.tigris.org/svn/subclipse/tags/subclipse/1.4.5
>
> * Refresh SVN repositories tree when folder is added/delete to root. (791)
> * Performance improvement - if action involves more than 5 paths do
> not write them to the console. (793)
> * Performance improvement - only write first line of a commit message
> to the console. (793)
> * Show progress while adding unversioned resource during commit. (793)
> * Commit/revert dialog decorator for unversioned files. (794)
> * Commit/revert dialog decorator for missing files. (794)
> * Truncated values in Subversion resource property page. (797)
> * Toggle checked state for all selected nodes when spacebar pressed. (798)
> * Add UI to Show Annotations option to expose options available to user. (799)
> * Performance fix when default port is redundantly specified in
> repository URL. (796)
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subclipse.tigris.org
For additional commands, e-mail: dev-help_at_subclipse.tigris.org
Received on 2008-09-28 20:06:33 CEST

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.