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

[Fwd: svn: Lock request failed: 401 Authorization Required]

From: Jeb <jeb.beasley_at_penske.com>
Date: 2006-06-26 13:08:00 CEST

Authorizatio driectives added to previous post

Having trouble with locking. Checked out existing project, added a file,
committed. Tried to get lock, receive error as below. We have security enabled via apache
directives. It appears the svn client is not caching the credentials
properly for lock requests.

How can I work around this?}
thanks
Jeb Beasley

ERROR
svn client 1.3.0
C:\msdev\projects\_autotest_webproj_035>svn lock test.txt --username
jeb.beasley<at>penske<dot>com --password *******
svn: Lock request failed: 401 Authorization Required (http://ghlx035ptlge.penske.com)

httpd directives
<Location ~ /ecomm/.*/webprojects/.*/branches/dev.*/>
    AuthType basic
    AuthUserFile /opt/apache/subversion/conf/.auth.users
    <Limit GET PROPFIND OPTIONS REPORT>
        Require valid-user
    </Limit>
    AuthGroupFile conf/.auth.ecomm.webprojects.groups
    AuthName "Subversion Source Control ecomm/webprojects/branches/dev"
    <LimitExcept GET PROPFIND OPTIONS REPORT>
        Require group developers onsite_lead super_users
    </LimitExcept>
</Location>

apache 2.054 DAV/2 SVN/1.3.0 Linux RHAS
apache logs
2006-06-22 12:13:36 3.144.56.85 - httpd PROPFIND
/svn/ecomm/webprojects/autotest/branches/dev_gh/test.txt 401 813 633
1673 "SVN/1.3.0 (r17949) neon/0.25.4" "-"
2006-06-22 12:13:36 3.144.56.85 - httpd PROPFIND
/svn/ecomm/webprojects/autotest/branches/dev_gh/test.txt 401 813 633
1787 "SVN/1.3.0 (r17949) neon/0.25.4" "-"
2006-06-22 12:13:36 3.144.56.85 jeb.beasley@penske.com httpd PROPFIND
/svn/ecomm/webprojects/autotest/branches/dev_gh/test.txt 207 964 700
225085 "SVN/1.3.0 (r1
7949) neon/0.25.4" "-"
2006-06-22 12:13:36 3.144.56.85 jeb.beasley@penske.com httpd PROPFIND
/svn/ecomm/webprojects/autotest/branches/dev_gh/test.txt 207 964 700
225144 "SVN/1.3.0 (r1
7949) neon/0.25.4" "-"
2006-06-22 12:13:36 3.144.56.85 jeb.beasley@penske.com httpd PROPFIND
/svn/ecomm/!svn/vcc/default 207 576 456 4148 "SVN/1.3.0 (r17949)
neon/0.25.4" "-"
2006-06-22 12:13:36 3.144.56.85 jeb.beasley@penske.com httpd PROPFIND
/svn/ecomm/!svn/vcc/default 207 576 456 4172 "SVN/1.3.0 (r17949)
neon/0.25.4" "-"
2006-06-22 12:13:36 3.144.56.85 jeb.beasley@penske.com httpd PROPFIND
/svn/ecomm/!svn/bln/378 207 631 489 5627 "SVN/1.3.0 (r17949)
neon/0.25.4" "-"
2006-06-22 12:13:36 3.144.56.85 jeb.beasley@penske.com httpd PROPFIND
/svn/ecomm/!svn/bln/378 207 631 489 5677 "SVN/1.3.0 (r17949)
neon/0.25.4" "-"
2006-06-22 12:13:36 3.144.56.85 - httpd LOCK
/svn/ecomm/webprojects/autotest/branches/dev_gh/test.txt 401 692 478
94309 "SVN/1.3.0 (r17949) neon/0.25.4" "-"
2006-06-22 12:13:36 3.144.56.85 - httpd LOCK
/svn/ecomm/webprojects/autotest/branches/dev_gh/test.txt 401 692 478
94358 "SVN/1.3.0 (r17949) neon/0.25.4" "-"

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jun 26 13:09:40 2006

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.