You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Daniel Ruggeri <DR...@primary.net> on 2011/07/27 09:36:58 UTC

Re: Question and request for comments on patch (now failure to commit)

On 7/26/2011 9:05 PM, Eric Covener wrote:
> you have to check out as, or switch to, https to commit.
>
> I believe "svn switch --relocate http://... https://..." is close.
That seems to have changed the error message, but no luck actually
making things stick. I also tried removing the local source tree,
pulling from https, applying the patch and trying again without luck.
Not sure if there are remote logs I'd be allow to view, but I imagine I
could self-diagnose if I had something more to go on.

# svn checkout https://svn.apache.org/repos/asf/httpd/httpd/trunk
httpd-trunk
...
# cd httpd-trunk
# patch -p1 < ../httpd-trunk.AllowOverrideList.patch
...
# svn changelist httpd-trunk.AllowOverrideList
docs/manual/developer/new_api_2_4.xml docs/manual/mod/core.xml
server/config.c server/core.c server/request.c include/http_config.h
include/ap_mmn.h include/httpd.h include/http_core.h
...
# svn commit --username druggeri --password REDACTED --message "Add
AllowOverrideList directive and documentation" --changelist
httpd-trunk.AllowOverrideList
Sending        docs/manual/developer/new_api_2_4.xml
svn: Commit failed (details follow):
svn: Server sent unexpected return value (403 Forbidden) in response to
CHECKOUT request for
'/repos/asf/!svn/ver/1137340/httpd/httpd/trunk/docs/manual/developer/new_api_2_4.xml'
#

-- 
--
Daniel Ruggeri

Re: Question and request for comments on patch (now failure to commit)

Posted by "William A. Rowe Jr." <wr...@rowe-clan.net>.
On 7/27/2011 1:11 AM, Stefan Fritsch wrote:
> On Wednesday 27 July 2011, Daniel Ruggeri wrote:
>> That seems to have changed the error message, but no luck actually
>> making things stick. I also tried removing the local source tree,
>> pulling from https, applying the patch and trying again without
>> luck. Not sure if there are remote logs I'd be allow to view, but
>> I imagine I could self-diagnose if I had something more to go on.
> 
> 
>> Sending        docs/manual/developer/new_api_2_4.xml
>> svn: Commit failed (details follow):
>> svn: Server sent unexpected return value (403 Forbidden) in
>> response to CHECKOUT request for
>> '/repos/asf/!svn/ver/1137340/httpd/httpd/trunk/docs/manual/develope
>> r/new_api_2_4.xml' #
> 
> Maybe you are still missing some svn permissions (those are needed in 
> addition to the actual account). Wrowe, can you have a look, please?


Not sure why he wasn't there... fixed now.  Give it another try.

Re: Question and request for comments on patch (now failure to commit)

Posted by Stefan Fritsch <sf...@sfritsch.de>.
On Wednesday 27 July 2011, Daniel Ruggeri wrote:
> That seems to have changed the error message, but no luck actually
> making things stick. I also tried removing the local source tree,
> pulling from https, applying the patch and trying again without
> luck. Not sure if there are remote logs I'd be allow to view, but
> I imagine I could self-diagnose if I had something more to go on.


> Sending        docs/manual/developer/new_api_2_4.xml
> svn: Commit failed (details follow):
> svn: Server sent unexpected return value (403 Forbidden) in
> response to CHECKOUT request for
> '/repos/asf/!svn/ver/1137340/httpd/httpd/trunk/docs/manual/develope
> r/new_api_2_4.xml' #

Maybe you are still missing some svn permissions (those are needed in 
addition to the actual account). Wrowe, can you have a look, please?