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

Re: annotate support for emacs

From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-02-13 18:19:43 CET

Adrian Robert <arobert@cogsci.ucsd.edu> writes:

> >
> > There's a 'committed-date' field for each entry in the .svn/entries
> > file. And it's made available via the 'svn info' command:
>
> This doesn't help that much, because what is needed is the date for
> *every* revision reported in the annotate output (which is every
> revision for which there was a change to that file).

svn propget --revprop -r ${REV} svn:date ?

Yes, that's gonna be alot of network turnarounds, which is said
considering we've already fetched this data as part of the 'svn blame'
process (it comes back though the blame callback with the author,
revision, et al).

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 13 18:20:33 2004

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.