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

RE: [Subclipse-dev] [PATCH] navigation to files from "SVN" console view.

From: Alexander Kitaev <alex_at_tmate.org>
Date: 2006-02-13 15:16:24 CET

Hello Mark,

> Out of curiosity, did you test it with both adapters? I
> recall that one of them outputs full paths and the other
> relative paths. I could be wrong. It seems like relative
> paths would be more difficult to implement this feature with.

I tested it only with JavaSVN. Currently it should match paths that starts
with "X:/" or just with "/".
The matcher doesn't match all paths however, currently pattern looks like:

"[whitespace]+[AUCDGMRS][whitspace]+PathPattern(any string till the end or
till the line separator)".

There are also patterns for lines that includes words "Sending", "Deleting",
"Replacing", "Adding" and "Reverted" instead of single character status.

PathPattern part of regexp could be easily changed to match any string, and
I think this still will work.

PS I've just noticed that I forgot to include "S" status character into the
pattern, please add it.

Alexander Kitaev,
TMate Software,
http://tmate.org/
http://jetbrains.com/tmate/

> -----Original Message-----
> From: Mark Phippard [mailto:markp@softlanding.com]
> Sent: Monday, February 13, 2006 4:57 PM
> To: dev@subclipse.tigris.org
> Subject: Re: [Subclipse-dev] [PATCH] navigation to files from
> "SVN" console view.
>
> "Alexander Kitaev" <alex@tmate.org> wrote on 02/13/2006 07:56:44 AM:
>
> > I was waiting for this feature for sometime, but finally
> implemented
> > it myself :) Now file paths in SVN console view are displayed as
> > links, and clicking on those links opens corresponding file
> in editor.
> > This is especially useful for update and merge operation -
> one could
> > quickly
> open
> > files that were updated or merged.
> >
> > I've generated patch agains "trunk" version, but I think it could be
> safely
> > applied to 0.9.x branch as well.
>
> Thanks, I will take a look.
>
> Out of curiosity, did you test it with both adapters? I
> recall that one of them outputs full paths and the other
> relative paths. I could be wrong. It seems like relative
> paths would be more difficult to implement this feature with.
>
> Mark
>
>
> ______________________________________________________________
> _______________
> Scanned for SoftLanding Systems, Inc. and SoftLanding Europe
> Plc by IBM Email Security Management Services powered by MessageLabs.
> ______________________________________________________________
> _______________
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
> For additional commands, e-mail: dev-help@subclipse.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org
Received on Mon Feb 13 15:17:01 2006

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.