[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: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2003-03-25 01:26:36 CET

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.)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 25 02:06:16 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.