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

RE: Locks return 'Bad Request'

From: Joel Low <joel_at_joelsplace.sg>
Date: Thu, 28 Feb 2008 06:04:32 +0800

I wrote one; sorry for not making clear. Attached patch from trunk.

Regards,
Joel

Index: lock.c
===================================================================
--- lock.c (revision 29593)
+++ lock.c (working copy)
@@ -390,6 +390,7 @@
                                 "Failed to generate a lock token.",
                                 resource->pool);
   dlock->locktoken = token;
+ dlock->next = NULL;
 
   /* allowing mod_dav to fill in dlock->timeout, owner, auth_user. */
   /* dlock->info and dlock->next are NULL by default. */

> -----Original Message-----
> From: Karl Fogel [mailto:kfogel_at_red-bean.com]
> Sent: Thursday, 28 February, 2008 5:54 AM
> To: Joel Low
> Cc: Subversion Users' List
> Subject: Re: Locks return 'Bad Request'
>
> "Joel Low" <joel_at_joelsplace.sg> writes:
> > I refer to my previous emails on the mod_dav_svn lock code. I'm not
> sure
> > what the status is, but over the course of the last few months (2 or
> 3)
> > people have been asking me for the patch. May I ask if anything is
> going to
> > be done about this?
>
> I couldn't tell from this if you have a patch, or if you're asking for
> one. Is it the former or the latter?
>
> Thanks,
> -Karl
>
> > -----Original Message-----
> > From: elsmik_at_web.de [mailto:elsmik_at_web.de]
> > Sent: Thursday, 28 February, 2008 12:17 AM
> > To: joel_at_joelsplace.sg
> > Subject: Subversion Apache locks
> >
> > Hallo Joel
> >
> > i have found your comments at
> > http://readlist.com/lists/subversion.tigris.org/users/3/19687.html
> >
> > and i have the same problem. I use apache 2.2.6 and tortoise svn
> 1.4.8 and
> > svn 1.4.6 and still the same error with webdav.
> >
> > Is your finding going in the line from svn or apche dav develepment ?
> >
> > Maybee you can provide your file to me.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-27 23:06:28 CET

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.