[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-08 15:00:14 CEST

On Wed, 8 Jun 2005, Ramprasad Venkata Inala wrote:

> Client: ( 2 ( edit-pipeline ) 28:svn:///d:/svnrep/SVNProtocol )
> OK.
>
> Now for the authentication I send this request I know that I need to
> send a realm string but do not know what I should send.
> Format
> auth-request: ( ( mech:word ... ) realm:string )
>
> Proxy: ( ( ANONYMOUS ) ? )
>

This is documented to be a "command response", so this should be
( success ( ( ANONYMOUS ) ? ) )

(taken from my head)

As for the realm string, it doesn't matter that much what you send (at
least not for testing). svnserve sends the repository UUID, or a string
specified by the config file in the repository. > That's the reason.

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 Wed Jun 8 14:51:06 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.