Karl Fogel wrote: > Is the above happening in MVP? Yes. I was describing what Evgeny created last year in the 'pristines-on-demand' branch.
> I ask because my understanding of > MVP was that it's not doing this opportunistic fetching/discarding > of bases, but rather that it's a simple per-WC setting that means > "store no pristines in this WC" and that's that. MVP is what Evgeny created, but selectively turned on, or not, per WC. When turned on, it doesn't mean "store no pristines" in that WC. I'm thinking two things would make the explanation more accessible. 1. Docs: release notes is a good start (thanks Nathan) but somewhere more (svn help?) too. 2. Feedback: svn should print progress notifications (maybe gated on '--verbose'), that make clear when and what it is doing with the pristines. Number 2 would make a great volunteer contribution if anyone's willing to dip in to the branch code. It's just a matter of extending our existing notifier callback and making the hydrate/dehydrate call back to it. - Julian