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

RE: SVN Protocol

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-06-23 13:25:43 CEST

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

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.