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

Re: Oh, my...

From: Greg Stein <gstein_at_lyra.org>
Date: 2003-03-25 22:29:52 CET

On Mon, Mar 24, 2003 at 06:26:36PM -0600, Karl Fogel wrote:
> Branko ??ibej <brane@xbc.nu> writes:
> > svn_error_t *
> > svn_wc__entries_init (const char *path,
> > const char *url,
> > apr_pool_t *pool)
> > {
> > apr_status_t apr_err;
> > apr_file_t *f = NULL;
> > svn_stringbuf_t *accum = NULL;
> > char *initial_revstr = apr_psprintf (pool, "%d", 0);
> >
> > I think we really need "svn blame", don't you? :-)
>
> Hee hee!
>
> Seriously, sometimes I'm glad we *don't* have it. (And no, I have no
> idea who wrote that psprintf, by the way; it's probably very old
> code.)

Yup. Quite old. From CVS days. And that means we have "cvs annotate"
available (altho not via the web browser as tigris.org currently uses an old
cvsweb; the next SourceCast upgrade will have ViewCVS).

So, let's see:

  kfogel, rev 1.88: modified that line
  kfogel, rev 1.32: added that line

Ah ha! Now I know why Karl was glad we don't have 'svn blame' ...

:-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 25 22:27:24 2003

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.