win32 exception on svn lock with https
From: Richard Cockerill <richard_cockerill_at_hotmail.com>
Date: 2006-12-20 05:55:08 CET
I am running svn 1.4.2 (Collabnet build) on Windows XP Professional
Any assistance would be greatly appreciated.
regards
Richard Cockerill
Please note:
The problem does NOT occur with subversion 1.4.2 client on OS X
The problem does NOT occur in subversion 1.3 (Collanet build).
The problem does occur in subversion 1.4.0, 1.4.1, and
The problem does occur in TortoiseSVN 1.4.1, Build 7992 - 32 Bit
The recipe to create the problem is as follows (Note that
svnadmin create C:\SubversionTestRepositories\LockTest
svn --version
Copyright (C) 2000-2006 CollabNet.
The Apache config is (an excerpt from httpd.conf):
<Location /svn/>
# Enable compression for both directions
# Allow access to any repository in this directory.
# Allow repositories to be listed on the base url.
AuthType SSPI
# Turn on sspi to integrate with the windows domain.
# Make this the only authentication protocol allowed.
# The domain name to use for authentication.
# Allow basic authentication for browsers that don't understand NTLM
# Force usernames to lowercase before comparison.
# Insist on an authenticated user.
# Control access with the following access file
Listen 443
SSLMutex default
# Turn on ssl on the default port
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.