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

Possible bug with authentication?

From: Matheus Leite <matheusleite_at_gmail.com>
Date: 2004-12-01 03:18:32 CET

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
Received on Wed Dec 1 16:29:10 2004

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.