You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Greg Stein <gs...@gmail.com> on 2012/04/21 08:21:54 UTC

Re: svn commit: r1328584 - /subversion/branches/compressed-pristines/subversion/libsvn_wc/wc_db.c

On Apr 21, 2012 1:56 AM, <as...@apache.org> wrote:
>
> Author: ashod
> Date: Sat Apr 21 05:55:37 2012
> New Revision: 1328584
>
> URL: http://svn.apache.org/viewvc?rev=1328584&view=rev
> Log:
> Pristine.db creation function added.
> ** Checkpoint: raw code. Not ready for review yet! **

Happy to see a start!

>...
> +/*
> + * ** COMPRESSED PRISTINE **
> + * TODO: moved into separate file.
> + */

We typically use ### for markers of things to come back to. It stands out
better against the background text.

(no other comments, since I know it is just a draft)

>...

Cheers,
-g