You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Matheus Leite <ma...@gmail.com> on 2004/12/01 02:18:32 UTC

Possible bug with authentication?

Hi, I've discovered this bug almost by accident, and I am able to
reproduce it every time. I am sorry in case this is a known issue.

Configuration: SVN 1.1.1 repository with Apache 2.0.52/mod_ssl running
on Windows XP SP2.
Scenario: First I try to commit as 'guest', who has only read access.
The command line then prompts me for a new user and this time I
provide username 'boss', who is a real commiter. I then get a '501
Method Not Implemented' error.

svn commit -m "" --username guest
Authentication realm: <https://some_host:443> Subversion Repository
Password for 'guest': *****
Sending        build.properties
Authentication realm: <https://some_host:443> Subversion Repository
Password for 'guest': *****
Authentication realm: <https://some_host:443> Subversion Repository
Username: boss
Password for 'boss': **************
Transmitting file data .svn: Commit failed (details follow):
svn: PUT of '/svn/projects/!svn/wrk/f99c0dbe-0bd0-c645-8ed1-42bbf8a6db0c/mindsat
work-eval/trunk/build.properties': 501 Method Not Implemented
(https://some_host)

However, when trying to commit as 'boss' for the first time:

svn commit -m "" --username boss
Authentication realm: <https://some_host:443> Subversion Repository
Password for 'boss': ********
Sending        build.properties
Transmitting file data .
Committed revision 57.

It commits without problems. Does anyone know about this?

Cheers

Matheus

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org