Re: svn:original-date
From: Greg Stein <gstein_at_lyra.org>
Date: 2003-03-18 23:59:06 CET
On Tue, Mar 18, 2003 at 11:35:54PM +0100, Branko Cibej wrote:
Heh :-)
> >I don't see a need to *find* a transaction by date. I can see wanting to
I'm not seeing it. txns are very transient in typical SVN usage. If you
> >If DATE->REVNUM is more efficient, then +1 on that, and -0 on DATE->TXN_ID.
Well, we have at least one issue here:
DATE->TXN_ID imples the txn is still open, thus you inserted this "early"
DATE->(anything with revnum) implies a commit occurred
Note the difference in date values. If you put TXN_ID in there, then you're
1. insert DATE->(TXN_ID )
Personally, since I can't see a strong use case for DATE->TXN_ID, then I'd
At some point in the future, we can always start to insert mappings for open
> >So I'll make you a trade. I'll remove the prop if you add the table :-)
Heh. You and Mike can battle this out if we want to do it.
(I'm certainly +1 on it; just not sure what the overall consensus
> Right after I put in the svn_filesize_t change.
You haven't responded to my comment about the signed/unsigned
You defined svn_filesize_t as unsigned. Per my comments in the issue, I
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Tue Mar 18 23:57:10 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.