You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Peter N. Lundblad" <pe...@famlundblad.se> on 2006/04/18 15:54:18 UTC

Re: svn commit: r19402 - trunk/www

danderson@tigris.org writes:
 > +<div class="h3" id="text-bases" title="text-bases">
 > +<h3><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=525"
 > +>Issue&nbsp;#525</a>
 > +and <a href="http://subversion.tigris.org/issues/show_bug.cgi?id=908"
 > +>Issue&nbsp;#908</a>: Optional or compressed text base storage</h3>
 > +
 > +<p>Subversion stores locally a pristine copy of the base revision
 > +(i.e., the unmodified checked-out revision) of each file in the
 > +working copy.  These pristine copies are known as "text bases".  This
 > +is great for doing offline diffs, and for transmitting deltas back to
 > +the server when committing.  But it's a bit of a space penalty on the
 > +client side, and it would be nice to offer users the option to turn it
 > +off sometimes, or failing that, to compress the text bases.</p>
 > +
 > +</div>
 > +

...

 > +<div class="h3" id="nonrecursive-checkouts" title="nonrecursive-checkouts">
 > +<h3><a href="http://subversion.tigris.org/issues/show_bug.cgi?id=695"
 > +>Issue&nbsp;#695</a>: Fix nonrecursive checkouts</h3>
 > +

...

 > +<p>This task is somewhat larger than the others (though still
 > +perfectly feasibly), and should ideally be taken on by someone with
 > +previous experience in Subversion development.</p>
 > +

I think optional/compressed textbases really deserve this warning as well.
We need to make the poor student aware of that the assumption of
having a text base available is spread over many places in the WC.

If the abesnt flag works reasonably well today, I think adding support
for nonrecursive checkouts that actually works should be a *msaller*
task.

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org