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

Re: svn diff output

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-09-16 16:12:43 CEST

On Thu, 2004-09-16 at 09:03, C. Michael Pilato wrote:

> Add a Text-content-type: header, used only when "Text-deltas: true" is
> present, and whose value is either "text/plain" or
> "application/x-svndiff" (to mean "Larry Wall's Patch Format" or
> "Subversion binary diff data").

That's a really simple solution. The more I think about it, the more
elegant it is.

'patch' will ignore all the RFC822 headers -- actually, it will ignore
*everything* but unified diff blocks. But 'svn' will parse everything,
picking up the tree changes, binary diffs, and unified diffs.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Sep 16 16:15:17 2004

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.