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

Re: [Subclipse-dev] open resource from change path list

From: Eugene Kuleshov <eu_at_javatx.com>
Date: 2005-06-20 18:13:51 CEST

Mark Phippard wrote:

>>>I would like to see searching/filtering of log messages added.
>> I'm not sure how filtering could look like, but I can take a look on
>>search.
>
> I was thinking two things for filtering.
>
> 1) Say you have a bunch of revisions loaded. A search option could
> search the data that is loaded, and filter the view to only show the
> matches.
>
> 2) Some new options on the view to grab a specific set of messages, such
> as between dates X and Y.
>
> An idea might be to change the Show in Resource History action to first
> display a dialog that lets the user indicate how many messages to fetch
> and/or a date range for the messages. Just thinking out loud.

   Mark, for CVS integration this functionality is actually provided by
special "date tags" and Synchronize view. You can create date tag in CVS
repository view and then compare it with another date tag. Comparison
results are shown in synchronize view. There is an overlap in
functionality that is already provided by svn history view and what cvs
sync view provide in "Commit Sets" mode.

   To maintain user experience it make sense to do it the same way for
svn. That, however, will require to support "commit sets" feature for
SVN syncronize view.

>>>Perhaps more compare options or other features such as initiating a
> reverse
>>>merge to back out a revision.
>>
> I was mainly thinking about:
>
> a) make compare enabled in more circumnstances. Currently, you can only
> do compare if you are showing the revisions for a specific file.

   So, if history view shows folder it should bring up folder comparison
then?

> b) perhaps provide a few compare options. Such as showing the specific
> change for that revision (probably in diff format). Comparing against the
> local pristine copy vs. the local edited copy. Perhaps options to show
> unified diff of the entire revision? Like a patch option?

   I presume that I can look at quick diff implementation to see what
API to use for diff with pristine copy?

>> By the way, current repository properies dialod doesn't allow to see
>>URL if label had been changes. I add some static non editable label that
>>will show this URL to this dialog. What do you think?
> I think that is a good idea. Please send a patch.

   Will do this tonight.

   regards,
   Eugene
Received on Tue Jun 21 02:13:51 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.