[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-15 11:49:48 CEST

Hi Max,

The below is the whole communication protocol for the proxy to establish
the connection with the svn client. I missed the trailing space for each
message.

Proxy:( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )
client:( 2 ( edit-pipeline ) 15:svn://localhost )
Proxy:( success ( ( ANONYMOUS ) 0: ) )
client:( ANONYMOUS ( 0: ) )
Proxy:( success ( ) ) ( success ( 1:2 15:svn://localhost ) )

Thanks a lot for the help for all those responded to the mail.

Regards,
Ramprasad

-----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: Max Bowsher [mailto:maxb@ukf.net]
Sent: Saturday, June 11, 2005 8:11 PM
To: Ramprasad Venkata Inala
Cc: dev@subversion.tigris.org
Subject: Re: SVN Protocol

Ramprasad Venkata Inala wrote:
> Hi,
>
> I could the get whole of protocol from the ethereal. Thanks for the
> help.
> But it when I am trying to do the same there is some problem.
> The code is written in java.
> Proxy:( success ( 1 2 ( ANONYMOUS ) ( edit-pipeline ) ) )
> Client:( 2 ( edit-pipeline ) 18:svn://10.192.61.27 )
> Till here it's ok i.e., the client responds to the proxy's response
> But when proxy sends the next response the client does not respond.
> Below is the proxy's response I have tried both but it is of no vail.
> Proxy:( success ( ( ANONYMOUS CRAM-MD5 ) 8:svnrepos ) )
> or
> ( success ( ( ANONYMOUS ) 0: ) )
> Also attached are the java files

Please pay *careful* attention to the protocol document.

_All_ protocol elements are terminated with whitespace. Your
auth-request is
missing this.

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 15 11:50:50 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.