On Thu, 23 Jun 2005, Ramprasad Venkata Inala wrote:
> Hi
>
> All the client is mentioning a
> Svn co svn://localhost/
>
> Suppose I have to send the below 2 lines of data, how do I have to send it.
> Hi
> How r u?
>
> What do u mean by delta? I did not get the below sentence
> "you send it a delta (the part with the SVN\0), but the data after that is
> just plain text instead of a delta."
>
This is subversions format to describe how to generate a file when you
have another, i.e. it describes the differences between two files. See
svn_delta.h. There are APIs to generate text deltas. notes/svndiff
describes the format in detail.
Hope this helps,
//Peter
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jun 23 13:26:41 2005