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

Re: CVS update: subversion/notes fs-improvements.txt

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-04-17 03:18:43 CEST

On Mon, Apr 16, 2001 at 10:58:17PM -0000, kfogel@tigris.org wrote:
>...
> +Let's change it to this:
> +
> + REPRESENTATION ::= ("fulltext" NODE-REVISION)
> + | ("younger" DELTA CHECKSUM)
> + | ("delta" BASE DELTA CHECKSUM) ;
> + BASE ::= atom ; /* a key into the `strings' table */
> + DELTA ::= ("svndiff" DATA) ;
> + CHECKSUM ::= ("md5" BYTES) ;
> + BYTES ::= atom ;
> + DATA ::= atom ; /* a key into the `strings' table */

STRING-KEY ::= atom

that might help your grammar (by tossing the comments and obviously
differentiating BYTES and DATA).

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:28 2006

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.