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
