[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_md.pp.ru>
Date: 2005-06-20 04:03:49 CEST

Mark Phippard wrote:

>> Great. Can you apply this patch then?
> Yes, I will look to do so on Monday. It occurred to me that perhaps
> getRepositoryRoot() ought to just return the URL if it is null? I want to
> take a look at that before I commit.

   Thanks

>> Is there are anything else todo around resource histories?
> I would like to see it enhanced to use the new --limit feature of svn:log.
> With this, we could just ask the server for the last N log messages. And
> then add some kind of support for getting the next N as needed. This would
> perform better, especially when 1.2.1 is released.

   Does this require support from server or just new client?

> 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.

> Perhaps more compare options or other features such as initiating a reverse
> merge to back out a revision.

   I was looking trough comparison yesterday, and wasn't able to find
much, except features like "Compare with revision..." or "Compare with
tag/branch..." that allows to choose second file to compare. There could
be some cosmetic changes, like show compared revisions/branches in
comparison editor.
   I have to admit that I don't feel ready yet to work on things like merge.

>>>Of course you also should set your root, but this sort of code should be
>>>there as a fall back.

   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?

>> Hmm. Should it be set to the "/" by default if user didn't specify it?
>
> The default wouldn't be "/" it is the full URL to the root of the
> repository. There really isn't any way for us to know this.

   I see.

>> By the way, I've noticed that some operations are executed in main
>>thread (blocking Eclipse UI) or it is somehow related to running a
>>native code... This includes all operations on repository view, some
>>fetches initiated from a history view.
>
> I changed all of the ones that I thought were high priority. Most of the
> ones that are left, I am not even sure it would be better to work in the
> background. Feel free to tackle some of these and see if it is better or
> not. I consider it fairly low priority until after we have a 1.x release
> or two under our belt.

   I'll try that.

>> Also, folder comparison is running in a modal progress dialog. Is
>>there are issie created for this already?
>
> There is an open issue about making it run faster, which was mostly done.
> It was left open because Brock felt there was still more that could be
> done.

   Great.

   regards,
   Eugene

PS: by the way, how about repository icon? :-)
Received on Mon Jun 20 12:03:49 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.