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

Re: Patch command execution

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-02-07 21:23:24 CET

Daniel Berlin <dan@dberlin.org> writes:

> > > Given the requirement that it only support the default diff format svn
> > > generates,
> >
> > ...whoa there. SVN sends its own binary diff format over the *wire*
> > only. During an update, this binary diff is used to recreate a new
> > pristine fulltext in .svn/tmp/. Then we use diff/patch to perform a
> > *context* merge into the user's existing local mods.
>
> Yes, and i meant that given it only support the patch command executed to
> do the context merge, ....

Sorry, I'm not understanding. We use 'patch' to apply a context diff
to a file. How has the problem gotten any smaller? Why is this not
thes same as implementing 'patch' from scratch? Doesn't our use of
'patch' require reimplementing 95% of Larry Wall's code?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:37:05 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.