Edmund Horner wrote:
> Branko ibej wrote:
>
> | The filesystem grows a new table, "revpropindex", with the following
> | schema:
> |
> | (PROP-NAME PROP-VALUE) -> REVNUM
> |
> | Non-unique indexes are allowed.
> |
> | No other changes are necessary. For forward compatibility, servers that
> | do not implement revision indexes will ignore this table; for backward
> | compatibility, if the table does not exist in the repository, revision
> | indexing and search operations are disabled. The dumpfile format does
> | not change, as the contents of the revision index can be reconstructed
> | from revprop data.
>
> Small change in the currence of your choice:
>
> Should that be:
>
> ~ (PROP-NAME PROP-VALUE) -> TXN
>
> instead?
Yes, possibly. Right now IIRC we have revision props, not txn props;
ideally, we'd have the latter, of course.
-- Brane
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Apr 20 00:34:14 2004