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

Re: svn commit: r19402 - trunk/www

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-04-18 17:54:18 CEST

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
Received on Tue Apr 18 17:54:59 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.