Some additional information...
<Location /repos/>
DAV svn
SVNParentPath /var/www/SVN/Repos
SVNListParentPath On
SVNAutoversioning On
SVNReposName "BT Hosting Subversion Repository"
AuthType Basic
AuthName "BT Hosting Subversion Repository"
AuthBasicProvider ldap
AuthzLDAPAuthoritative on
AuthLDAPBindDN "cn=proxyagent,ou=profile,dc=radianz,dc=com"
AuthLDAPBindPassword Meg7_road
AuthLDAPURL "ldap://192.168.0.14:389/dc=radianz,dc=com"
Require valid-user
AuthzSVNAccessFile /var/www/SVN/Admin/.svn-access-file
</Location>
Am I missing something? I can open the WebDAV location using "my network
places" but while a file is opened from the DAV location I get the error
messages. Seems to be from DAV locking.
On Tue, Jul 7, 2009 at 8:31 AM, Salvatore Miccicke <miccicke_at_gmail.com>wrote:
> I'm having a problem using Windows DAV client (web folders) when accessing
> repositories.When opening a file in web folders, if file is open for more
> than a few minutes it fails to save. If I then refresh the web folder it
> saves without issue.
>
> The only error in any log that seems to coincide with this issue is found
> in the ssl_error_log.
>
> [Mon Jul 06 22:36:31 2009] [error] [client 10.100.40.38] Could not LOCK
> file due to a failed precondition (e.g. other locks). [412, #0]
> [Mon Jul 06 22:36:31 2009] [error] [client 10.100.40.38] The
> precondition(s) specified by the "If:" header did not match this resource.
> At least one failure is
> because: a State-token was supplied, but it was not found in the locks on
> this resource. [412, #0]
>
> Anyone seen this issue? Any fix?
>
> Thanks.
> SAL
> miccicke_at_gmail.com
>
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2377485
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-07-31 18:34:46 CEST