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

Re: [Subclipse-dev] cvn resource history view

From: Mark Phippard <MarkP_at_softlanding.com>
Date: 2005-07-20 03:04:01 CEST

Eugene Kuleshov <eu@javatx.com> wrote on 07/19/2005 10:38:46 AM:

> I wonder if it worth to implement few additiona loptions for SVN
> resource history panel. I was thinking of the following:
>
> -- Option to wrap commit comments in comment text panel. See similar
> chage for CVS at https://bugs.eclipse.org/bugs/show_bug.cgi?id=104129

Sounds good

> -- Option to hide text comment panel and/or affected paths panel

Yes

> -- Option to stack affected path and comment text areas vertically -
> vertical, horisontal and auto (similar to the way it is done in JUnit
> view and few others; basically when view is narrow and high it uses
> vertical layout)

Yes

> I still looking at menu and comparison actions for affected paths...

I definitely think the UI of this view could be better. These are all
good ideas. I would like to see us add some ability to limit the number
of messages so as to improve performance. The new log --limit feature
could do this. Unfortunately, it works real bad against a 1.1 server,
which is what tigris.org is running, so it should be optional to use it.

We should also expose the --stop-on-copy option.

Finally, what TortoiseSVN used to do, before the new --limit option, was
figure out that the last changed revision for the selected item was N and
then run the command:

svn log -r N-100:N url://

This gives all of the log messages in the last 100 revision. The nice
thing is that it runs fast on all servers. The bad thing is that you
might only get 1 revision in that range.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Wed Jul 20 11:04:01 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.