Mailing List Archive

stable branch
Hello

I see in httpd/branches/2.4.x/STATUS that my DAVlockDiscovery
contribution now has three +1 including mine. May I commit
the change to the branch?

*) mod_dav: DAVlockDiscovery option to disable WebDAV lock discovery
This is a game changer for performances if client use PROPFIND a lot,
trunk patch: http://svn.apache.org/r1904638
http://svn.apache.org/r1904662
http://svn.apache.org/r1905170
http://svn.apache.org/r1905206
http://svn.apache.org/r1905230
2.4.x patch: svn merge -c 1904638,1904662,1905170,1905206,1905230 ^/httpd/h
ttpd/trunk .
+1: manu, covener, gbechis
covener: xml needs doc tweak after backport




--
Emmanuel Dreyfus
manu@netbsd.org
Re: stable branch [ In reply to ]
On Mon, Jan 9, 2023 at 3:48 AM Emmanuel Dreyfus <manu@netbsd.org> wrote:
>
> Hello
>
> I see in httpd/branches/2.4.x/STATUS that my DAVlockDiscovery
> contribution now has three +1 including mine. May I commit
> the change to the branch?
>
> *) mod_dav: DAVlockDiscovery option to disable WebDAV lock discovery
> This is a game changer for performances if client use PROPFIND a lot,
> trunk patch: http://svn.apache.org/r1904638
> http://svn.apache.org/r1904662
> http://svn.apache.org/r1905170
> http://svn.apache.org/r1905206
> http://svn.apache.org/r1905230
> 2.4.x patch: svn merge -c 1904638,1904662,1905170,1905206,1905230 ^/httpd/h
> ttpd/trunk .
> +1: manu, covener, gbechis
> covener: xml needs doc tweak after backport

Yes. Most times, the person who proposed it does the final backport.
Sometimes, the last person to vote or someone preparing a release will
apply it.
Re: stable branch [ In reply to ]
On Mon, Jan 09, 2023 at 08:05:30AM -0500, Eric Covener wrote:
> Yes. Most times, the person who proposed it does the final backport.
> Sometimes, the last person to vote or someone preparing a release will
> apply it.

Um, sorry for the noob questions, but I ma stick with
svn: E195023: Commit failed (details follow):
svn: E195023: Changing directory '/scratch/httpd-trunk/httpd/branches/2.4.x' is forbidden by the server
svn: E175013: Access to '/repos/asf/!svn/me' forbidden

I do svn commit --username manu --password ***
What am I doing wrong?

--
Emmanuel Dreyfus
manu@netbsd.org
Re: stable branch [ In reply to ]
On Mon, Jan 9, 2023 at 9:23 AM Emmanuel Dreyfus <manu@netbsd.org> wrote:
>
> On Mon, Jan 09, 2023 at 08:05:30AM -0500, Eric Covener wrote:
> > Yes. Most times, the person who proposed it does the final backport.
> > Sometimes, the last person to vote or someone preparing a release will
> > apply it.
>
> Um, sorry for the noob questions, but I ma stick with
> svn: E195023: Commit failed (details follow):
> svn: E195023: Changing directory '/scratch/httpd-trunk/httpd/branches/2.4.x' is forbidden by the server
> svn: E175013: Access to '/repos/asf/!svn/me' forbidden
>
> I do svn commit --username manu --password ***
> What am I doing wrong?
>

I think this is the "You need to switch your SVN checkout URL to https
to commit" symptom.

I think this does it:

svn relocate http://svn.apache.org https://svn.apache.org
Re: stable branch [ In reply to ]
On Mon, Jan 09, 2023 at 09:37:37AM -0500, Eric Covener wrote:
> svn relocate http://svn.apache.org https://svn.apache.org

That did it! I made the commit, but someone knowledgable should
probably check I did not break something

--
Emmanuel Dreyfus
manu@netbsd.org
Re: stable branch [ In reply to ]
On 1/9/23 3:54 PM, Emmanuel Dreyfus wrote:
> On Mon, Jan 09, 2023 at 09:37:37AM -0500, Eric Covener wrote:
>> svn relocate http://svn.apache.org https://svn.apache.org
>
> That did it! I made the commit, but someone knowledgable should
> probably check I did not break something

Looks good. Typically commit messages for backports start with:

Merge rXXX, rYYY from trunk:

See e.g.

http://svn.apache.org/viewvc?rev=1906489&view=rev

Regards

RĂ¼diger
Re: stable branch [ In reply to ]
On Mon, Jan 9, 2023 at 10:35 AM Ruediger Pluem <rpluem@apache.org> wrote:
>
>
>
> On 1/9/23 3:54 PM, Emmanuel Dreyfus wrote:
> > On Mon, Jan 09, 2023 at 09:37:37AM -0500, Eric Covener wrote:
> >> svn relocate http://svn.apache.org https://svn.apache.org
> >
> > That did it! I made the commit, but someone knowledgable should
> > probably check I did not break something
>
> Looks good. Typically commit messages for backports start with:
>
> Merge rXXX, rYYY from trunk:
>
> See e.g.
>
> http://svn.apache.org/viewvc?rev=1906489&view=rev

I use http://people.apache.org/~jorton/svn.merge which sets this up in
the "clog" output.
I edit "clog" to put some info from STATUS in before committing.



--
Eric Covener
covener@gmail.com