[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: Ramprasad Venkata Inala <rinala_at_cordys.com>
Date: 2005-06-24 11:26:59 CEST

I am not using any svn client to do a svndiff, I get the content or
files from my versioning system and then send the content to the client.

-----Original Message-----

**********************************************************************
The information in this message is confidential and may be legally
privileged. It is intended solely for the addressee. Access to this message
by anyone else is unauthorized. If you are not the intended recipient, any
disclosure, copying, or distribution of the message, or any action or
omission taken by you in reliance on it, is prohibited and may be unlawful.
Please immediately contact the sender if you have received this message in
error.
**********************************************************************

From: Peter N. Lundblad [mailto:peter@famlundblad.se]
Sent: Thursday, June 23, 2005 4:56 PM
To: Ramprasad Venkata Inala
Cc: Erik Huelsmann; maxb@ukf.net; dev@subversion.tigris.org
Subject: RE: SVN Protocol

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 Fri Jun 24 11:28:31 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.