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

RE: Dreamweaver and SVN 1.2 Locking

From: Jonathan Chum <jchum_at_aismedia.com>
Date: 2005-05-11 17:15:56 CEST

Hi Mark,

I tried it out RC3 this morning and I'm getting an error upon trying to push
a "new" file into the repository over WebDav.

The error DMX generates is "The desired action could not be completed
because the resource is locked (HTTP Error 423)"

In the Apache error_log file, the lines generated as follow:

[Wed May 11 11:04:17 2005] [error] [client 192.168.0.236] Could not fetch
resource information. [403, #0]
[Wed May 11 11:04:17 2005] [error] [client 192.168.0.236] (2)No such file or
directory: The URI does not contain the name of a repository. [403,
#190001]
[Wed May 11 11:04:56 2005] [error] [client 192.168.0.236] (2)No such file or
directory: This resource is locked and an "If:" header was not supplied to
allow access to the resource. [423, #0]

In the Apache access_log file, the lines generated as follow:

192.168.0.236 - - [11/May/2005:11:04:56 -0400] "PROPFIND
/svn/AIS_Projects/SV/templates/issue-trac.htm HTTP/1.1" 404 361
192.168.0.236 - - [11/May/2005:11:04:56 -0400] "PROPFIND
/svn/AIS_Projects/SV/templates/issue-trac.htm HTTP/1.1" 404 361
192.168.0.236 - - [11/May/2005:11:04:56 -0400] "LOCK
/svn/AIS_Projects/SV/templates/issue-trac.htm HTTP/1.1" 401 520
192.168.0.236 - jchum [11/May/2005:11:04:56 -0400] "LOCK
/svn/AIS_Projects/SV/templates/issue-trac.htm HTTP/1.1" 200 450
192.168.0.236 - - [11/May/2005:11:04:56 -0400] "PROPFIND
/svn/AIS_Projects/SV/templates/issue-trac.htm HTTP/1.1" 207 721
192.168.0.236 - jchum [11/May/2005:11:04:56 -0400] "PUT
/svn/AIS_Projects/SV/templates/issue-trac.htm HTTP/1.1" 423 396

Keep in mind that issue-trac.htm does not exist in the repository, but the
directory does.

When I list the repository, the file is created, but with 0 bytes. My Apache
conf looks like this:

## SVN WebDAV Repository Setup
<Location /svn>
     DAV svn
     SVNParentPath /usr/home/svn/repos
    
     SVNAutoversioning on
    
     # authenticating them valid ones
     AuthType Basic
     AuthName "Subversion Repositories"
     AuthUserFile /usr/home/svn/access/users

     <LimitExcept GET PROPFIND OPTIONS REPORT>
           Require valid-user
     </LimitExcept>
</Location>

Jonathan Chum
Systems Developer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
AIS Media, Inc. - "We Build eBusinesses"
7000 Central Parkway, Suite #1700
Atlanta, GA 30328
Tel: 770.350.7998 ext. 505 / Fax: 770.350.9409
http://www.aismedia.com / jchum_at_aismedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

-----Original Message-----
From: Mark Phippard [mailto:MarkP@softlanding.com]
Sent: Wednesday, May 11, 2005 9:53 AM
To: Ben Collins-Sussman
Cc: users@subversion.tigris.org
Subject: Re: Dreamweaver and SVN 1.2 Locking

OK, I have built 1.2 RC3 + this fix and tested it with Dreamweaver MX.
Everything works perfectly now!!!

Thanks

Mark

____________________________________________________________________________
_
Scanned for SoftLanding Systems, Inc. by IBM Email Security Management
Services powered by MessageLabs.
____________________________________________________________________________
_

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

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed May 11 19:04:44 2005

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.