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

Re: 0.9.100 How to compare to a tag or branch?

From: Mark Phippard <markp_at_softlanding.com>
Date: 2005-12-02 15:39:03 CET

Marc Sherman <msherman@projectile.ca> wrote on 12/02/2005 09:10:53 AM:

> That would let you quickly populate a branch/tag browser with all the
> tree root paths. It's not optimal, because you'd need to update the
> property's value whenever you added a new branch/tag structure to your
> repo, but that happens fairly infrequently, so it's not awful, I don't
> think.
>
> Actually, this kind of thing could be implemented entirely in the client
> -- you could implement support for something like this in Subclipse
> without waiting for the svn command line client, and then add support
> for whatever tags the svn developers settle on if/when they do.

We should probably wait until the devs decide on a course of action. If
they decide not to do anything, then we could invent our own system.

I think your idea will be a lot harder to implement in a GUI then you
think. I recall your idea relied on simplifying what a user typed. They
typed something minimal, and then RegEx or something like that was used to
transform that into a URL. To provide a GUI, you would need to be able to
either query the repository using a RegEx, or you would have to recursive
list of the repository and filter it yourself using an expression. The
first option does not exist, and the second is going to be glacial in
performance.

Regardless, I hope this is something you are willing to contribute to the
project as several people would like it.

Mark

_____________________________________________________________________________
Scanned for SoftLanding Systems, Inc. and SoftLanding Europe Plc by IBM Email Security Management Services powered by MessageLabs.
_____________________________________________________________________________
Received on Sat Dec 3 01:39:03 2005

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.