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

Digest authentication with Subversion.

From: Suraj Shankar <su_raj_in_at_yahoo.com>
Date: 2005-04-01 08:32:58 CEST

Hi,
  Can somebody help me please ... I have searched the
net & the archives but haven't been able to find an
answer ...
I am unable to check in (only, can check out, import
and check logs!) from Tortoisesvn or using svn, on the
command line; the error_log cries invalid nonce, can
someone tell me why?
[Fri Apr 01 11:33:14 2005] [error] [client 1.1.1.7]
Digest: invalid nonce 3f3a9c3147ccd received - length
is not 52
[Fri Apr 01 11:33:14 2005] [error] [client 1.1.1.7]
Access denied: 'suraj' CHECKOUT
wherever:/trunk/something.xls

Regards,
suraj.
www.yukthi.com
p.s.: Relevant details:
httpd.conf ->
<Location /wherever>
        DAV svn
        SVNPath /wherever
        AuthzSVNAccessFile /acl
        AuthType Digest
        AuthName "realm"
        AuthDigestFile /digest
        Require user suraj
</Location>
acl ->
[/]
* = r
[wherever:/trunk/]
suraj = rw
 The realm is "realm" and matches; apache has read
privileges to the acl and digest files; the digest
looks like:
suraj:realm:31483xxxxxxxxxxxxxxxxxxxxxxxxxxx

                
__________________________________
Do you Yahoo!?
Yahoo! Mail - 250MB free storage. Do more. Manage less.
http://info.mail.yahoo.com/mail_250

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 1 08:35:29 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.