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

Re: Reading and applying a diff file with Perl bindings

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-10-18 15:01:30 CEST

"Mathias Weinert" <mathias.weinert@gfa-net.de> writes:

> So let's change my question to this:
> Is there any function available via the Perl bindings which allows to directly
> apply a unified diff (produced by 'svn diff') to a path in the repository?

No, there is no Subversion code that attempts to read unified diffs.
Subversion does generate an internal form of diff that is comparable
to a unified diff, but it is only used when handling working copies.
When dealing directly with repositories the txdelta format is used.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 18 15:05:15 2005

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.