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

Re: [Subclipse-dev] alternative affected paths panel for resource history view

From: Mark Phippard <markp_at_softlanding.com>
Date: 2005-11-18 18:00:11 CET

Eugene Kuleshov <eu@md.pp.ru> wrote on 11/18/2005 11:42:53 AM:

> That is why I've asked how to find if log entry is a folder or not.
> I can actually get a RemoteResource for each log entry and that give
enough
> info, but it is very slow to do it one by one. So, I wonder if there is
a
> better way, e.g. get all remote resources in one call.

Look at StatusAndInfoCommand.java in the core plugin. That is efficiently
as it can be done. It is not efficient though and I would not recommend
adding this.

> It would be nice if these actions were documented in javadoc or even
better
> if log entry would use some kind of enumeration for this. Currently I
just
> used icons from pending view and was thinking if it would be better to
use
> same overlays as on sync view (e.g. left blue arrow with +, - and no
sign in them).

It is just whatever svn log is capable of returning. You can see if the
Subversion book documents them. Or maybe the RelaxNG file for the log XML
output has something?

> By the way, what will be in a copy info for R action?

The URL of what replaced the item.

> My original thought was to use > and >|. I looked through all of the
> Eclipse icons and could not find any good ones to use. I like the Get
> Next icon I used, but the Get All leaves a bit to be desired. If you
can
> find good versions of the icons you want in Eclipse just send them to me

> and I will use them.
>
> Ok. Let me play with that.

I committed new icons but you are free to look for better ones if you
like.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Sat Nov 19 04:00:11 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.