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

Authorization problems (possibly related to Vista?)

From: <kgallow1_at_umd.edu>
Date: Wed, 25 Jun 2008 17:18:21 -0400 (EDT)

I'm running Subversion 1.4.6 and using Apache 2.0 as the server. I've set up my repository and configured Apache for authentication and authorization with the following lines in my httpd.conf file:

 AuthzSVNAccessFile c:/etc/svn-acl

  Require valid-user
  
  AuthType Basic
  AuthName "Imported CVS repository"
  AuthUserFile c:/etc/svn-auth-file

 I've also configured Apache to allow access from the appropriate i.p. addresses.

Everything works fine except when I use my laptop (running Windows Vista Home Premium 6.0). With this laptop, I'm able to check out a working copy from the repository, but when I try to commit any changes, I get the following error:

Error Commit failed (details follow)
Error OPTIONS request failed on 'repos/trunk/GallowayResearch/Cyclic%20Pursuit/Cyclic%20Pursuit%20Latex'
Error OPTIONS of 'repos/trunk/GallowayResearch/Cyclic%20Pursuit/Cyclic%20Pursuit%20Latex': 200 OK (http://myserver)

I get this error whether I use the command line or Tortoise.

In my Apache "access" log, I get the following line:
129.2.xxx.xxx - - [25/Jun/2008:16:39:59 -0400] "OPTIONS /repos/trunk/GallowayResearch/Cyclic%20Pursuit/Cyclic%20Pursuit%20Latex HTTP/1.1" 401 500

It seems like some sort of authorization problem, but I can't quite figure it out. I have another laptop (running XP) with an ip address that is very similar, and I have no problems checking out or committing with that laptop (using the same wireless connection).

Thanks in advance for any help.

Kevin Galloway

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-06-25 23:43:45 CEST

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.