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

Re: svn commit: r33306 - in branches/fs-rep-sharing/subversion/libsvn_fs_base: . bdb

From: Greg Stein <gstein_at_gmail.com>
Date: Tue, 30 Sep 2008 09:28:14 -0700

On Tue, Sep 30, 2008 at 7:28 AM, Hyrum K. Wright
<hyrum_wright_at_mail.utexas.edu> wrote:
>...
>>> +++ branches/fs-rep-sharing/subversion/libsvn_fs_base/reps-strings.c Thu Sep 25 21:35:28 2008 (r33306)
>>> ...
>>> @@ -638,12 +638,19 @@ struct rep_read_baton
>>> ...
>>> + /* MD5 checksum context. Initialized when the baton is created, updated as
>>> + we read data, and finalized when the stream is closed. */
>>> + svn_checksum_ctx_t *sha1_checksum_ctx;
>>
>> Bad comment. That's the SHA1 checksum context.

Oh... and don't forget this one.

Cheers,
-g

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-09-30 18:28:26 CEST

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.