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

Re: Adding changeset-like functionality to subversion

From: Brad Appleton <brad_at_bradapp.net>
Date: 2002-10-09 18:47:32 CEST

On Wed, Oct 09, 2002 at 04:17:12AM -0500, Kevin Pilch-Bisson wrote:
> On this subject, I think now would be a good time to bring up command specific
> options again. It would be rely nice IMO to be able to do something like
> svn info --url or svn info --lastchangedrev, etc. I'm personally not a fan of
> command specific options, but I can't think of a better way to get this type
> of functionality.

You could do what ClearCase does and use a more-or-less cryptic
format language:
  svn info -fmt "%U" or svn info -fmt "%L"
or slightly less cryptic
  svn info -fmt "Link: %<URL>\tLast change: %<LCRev>\n"

(Hey - I didn't say it was pretty :-)

-- 
Brad Appleton <brad_at_bradapp.net>  http://www.bradapp.net/
 "Education is the ability to listen to almost anything
  without losing your temper or your self-confidence."
   -- Robert Frost
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 9 18:48:10 2002

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.