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

Re: build_tree_from_entries

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-04-27 03:27:00 CEST

On Thu, Apr 26, 2001 at 06:09:06PM -0400, Greg Hudson wrote:
>...
> Certainly, I don't plan to actually use Subversion for my job until
> there's an option to skip text-base. Even a half-assed option which
> would just disable "svn commit" and (some features of) "svn diff"
> would probably be enough; my concern is related to doubling the size
> of reference checkouts.

On the commit, we'd just send the fulltext if the text-base doesn't exist.
That one is actually very easy to do, and part of the reason that I wanted
to see the "apply_txdelta" stuff flip directions.

For the diff, we should simply be able to fetch the file from the server
when needed (dunno if we keep it or toss at the end of the operation, tho).
Note that "diff" needs to fetch files *anyways* to support diffing two
arbitrary revisions (which don't correspond to the WC).

Not sure how the diff stuff would work, but it should be manageable.

So in your .svnrc, you could have:

[options]
keep-pristine-copy = no

And you're set! :-)

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:29 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.