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

Re: New ls feature (was: Re: New log ideas)

From: Michael Sinz <Michael.Sinz_at_sinz.org>
Date: 2007-01-12 14:39:18 CET

On 1/11/07, Giovanni Bajo <rasky@develer.com> wrote:
>
> [...]
> Another command I would like to grow more history-related features is "svn
> ls". I usually delete my branches with svn rm, but how can I ask SVN:
> "show me
> all branches that ever existed in this project and at which revisions they
> were created/destroyed"? Something like "svn ls --history URL" with an
> output
> like:
>
> foo.c@1-HEAD
> bar.c@100-200
> bar.c@330-350
> dummy.c@120-121
> dummy.c@121-HEAD
>
> [notice the replacement of dummy.c at rev 121].

Oh! That is a great idea - a way to list what was at a URL. This would
provide
you with age of the object and when it died (at least at that URL/name)

What would it do for objects that have "moved"? (I say we don't worry about
that as this is about URLs/addresses of items at a location/path but I just
wanted to bring that up.)

Anyway, this looks like a nice idea. (Not sure yet how hard it is to
implement
with reasonable performance in larger repositories)

-- 
Michael Sinz               Technology and Engineering Director/Consultant
"Starting Startups"                          mailto:Michael.Sinz@sinz.org
My place on the web                      http://www.sinz.org/Michael.Sinz
Received on Fri Jan 12 14:39:33 2007

This is an archived mail posted to the Subversion Dev mailing list.

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