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

Re: Removing cached authentication tokens

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-09-23 19:53:38 CEST

"Files" <files@poetryunlimited.com> writes:

> 1. Checkout trunk
> 2. Make changes.
> 3. Commit trunk
> 4. svn asks for password - incorrect. Press enter.
> 5. svn asks for user name - type in user name correctly.
> 6. svn asks for password - incorrect.
> 7. svn asks for user name - type in user name correctly.
> 8. svn asks for password - incorrect again.
> 9. svn fails. (I think it was 2x - could have been 3x - repeat till failure).
> 10. commit trunk again, svn reports 500 error, not username or password requested.
> 11. commit trunk again, svn reports 500 error, not username or password requested.
> 12. commit trunk again, svn reports 500 error, not username or password requested.
> 13. commit trunk w/ --username and --password parameters - success.
>
> Confused. Any ideas??

I can't reproduce this at all, using HEAD:

$ svn co http://localhost/svn/newsvnrepos/trunk/notes
A notes/repeated-merging
A notes/fs_dumprestore.txt
A notes/repos_upgrade_HOWTO
[..]
A notes/webdav-general-summary
A notes/propfind-pool-notes

$ cd notes
$ echo "foo" >> webdav-general-summary

$ svn commit -m message
Authentication realm: <http://localhost:80> Ben's repositories
Password for 'sussman':
Authentication realm: <http://localhost:80> Ben's repositories
Username: blah
Password for 'blah':
Authentication realm: <http://localhost:80> Ben's repositories
Username: bloo
Password for 'bloo':
subversion/libsvn_client/commit.c:727: (apr_err=170001)
svn: Authorization failed
svn: Commit failed (details follow):
subversion/libsvn_ra_dav/util.c:274: (apr_err=170001)
svn: MKACTIVITY of /svn/newsvnrepos/!svn/act/958802dd-02c8-0310-ad54-802bf8c5a1d0: authorization failed (http://localhost)

$ svn commit -m message
Authentication realm: <http://localhost:80> Ben's repositories
Password for 'sussman':

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 23 19:55:05 2003

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.