Re: Migrate to git?

2019-10-14 Thread Greg Stein
On Tue, Oct 15, 2019 at 1:42 AM Ruediger Pluem wrote: >... > Would we lose this possibility [of editing log messages] with git? > Yes. The log message is part of the commit hash. You can effectively delete the "tip" commit of a line-of-development, and replace it with a new commit (ie. same cod

Re: Migrate to git?

2019-10-14 Thread Ruediger Pluem
On 10/06/2019 05:06 AM, Daniel Gruno wrote: > There is also, as you mention, the risk of force-pushing to rewrite history, > but as I understand it, we can disable this > by requiring PRs for each change to the canonical branch(es). Maybe a git dummy question, but how do you adjust log messag

Re: svn commit: r1868456 - /httpd/httpd/branches/2.4.x/STATUS

2019-10-14 Thread Jim Jagielski
> On Oct 14, 2019, at 3:14 PM, jaillet...@apache.org wrote: > > Author: jailletc36 > Date: Mon Oct 14 19:14:04 2019 > New Revision: 1868456 > > URL: http://svn.apache.org/viewvc?rev=1868456&view=rev > Log: > Add a note > > Modified: >httpd/httpd/branches/2.4.x/STATUS > > Modified: httpd/

Re: httpd 2.4 and maintainer-mode

2019-10-14 Thread Jim Jagielski
Yeah, this seems clang specific... > On Oct 14, 2019, at 2:48 PM, Marion & Christophe JAILLET > wrote: > > > Le 14/10/2019 à 17:15, Jim Jagielski a écrit : >> >>> On Oct 10, 2019, at 2:49 PM, Marion & Christophe JAILLET >>> wrote: >>> >>> I guess that my version of GCC (i.e. 8.3.0) tolerat

Re: httpd 2.4 and maintainer-mode

2019-10-14 Thread Marion & Christophe JAILLET
Le 14/10/2019 à 17:15, Jim Jagielski a écrit : On Oct 10, 2019, at 2:49 PM, Marion & Christophe JAILLET wrote: I guess that my version of GCC (i.e. 8.3.0) tolerates some c89 deviation in .h files included from "outside". So you aren't using Xcode and clang? No, just some comand line t

Re: Migrate to git?

2019-10-14 Thread Joe Orton
On Mon, Oct 14, 2019 at 04:51:56PM +0200, Stefan Sperling wrote: > On Mon, Oct 14, 2019 at 03:27:31PM +0100, Joe Orton wrote: > > At the moment I think we have a quality control problem for 2.4.x, yet I > > find it hard to justify spending much time on writing test cases because > > that stuff is

Re: httpd 2.4 and maintainer-mode

2019-10-14 Thread Jim Jagielski
> On Oct 10, 2019, at 2:49 PM, Marion & Christophe JAILLET > wrote: > > I guess that my version of GCC (i.e. 8.3.0) tolerates some c89 deviation in > .h files included from "outside". > So you aren't using Xcode and clang?

Re: Migrate to git?

2019-10-14 Thread Daniel Gruno
On 14/10/2019 09.51, Stefan Sperling wrote: On Mon, Oct 14, 2019 at 03:27:31PM +0100, Joe Orton wrote: At the moment I think we have a quality control problem for 2.4.x, yet I find it hard to justify spending much time on writing test cases because that stuff is run so rarely. How many tests pr

Re: Migrate to git?

2019-10-14 Thread Luca Toscano
Hi Joe, Il giorno lun 14 ott 2019 alle ore 16:27 Joe Orton ha scritto: > > On Tue, Oct 08, 2019 at 02:17:12PM +0200, Luca Toscano wrote: > > Il giorno mar 8 ott 2019 alle ore 11:04 Greg Stein > > ha scritto: > > > > > > Travis CI is possible *today* ... since the svn commits are > > > replicated

Re: Migrate to git?

2019-10-14 Thread Stefan Sperling
On Mon, Oct 14, 2019 at 03:27:31PM +0100, Joe Orton wrote: > At the moment I think we have a quality control problem for 2.4.x, yet I > find it hard to justify spending much time on writing test cases because > that stuff is run so rarely. How many tests proposed in 2.4.x STATUS > have had a fu

Re: Migrate to git?

2019-10-14 Thread Joe Orton
On Tue, Oct 08, 2019 at 02:17:12PM +0200, Luca Toscano wrote: > Il giorno mar 8 ott 2019 alle ore 11:04 Greg Stein > ha scritto: > > > > Travis CI is possible *today* ... since the svn commits are > > replicated over to github, Travis can pick them up and run tests. > > Just file an INFRA ticket

Re: Migrate to git?

2019-10-14 Thread Yann Ylavic
On Sat, Oct 5, 2019 at 10:09 PM Jim Jagielski wrote: > > Various PMCs have made their default/de-facto SCM git and have seen an > increase in contributions and contributors... > > Is this something the httpd project should consider? Especially w/ the > foundation officially supporting Github, it

Re: Migrate to git?

2019-10-14 Thread Rich Bowen
Fwiw, Apache Allura has this workflow for svn. And a bunch of other tooling for github-like functionality around svn. On Wed, Oct 9, 2019, 08:59 Michal Karm wrote: > On 10/08/2019 10:44 AM, Greg Stein wrote: > > On Tue, Oct 8, 2019 at 3:13 AM Joe Orton > > wrote: > >