[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: Max Bowsher <maxb_at_ukf.net>
Date: 2005-06-11 16:40:38 CEST

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 Sat Jun 11 16:41:44 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.