Re: Query on linking Apache Mailing list with GitHUub Commits

2016-11-15 Thread William A Rowe Jr
More importantly, the commit message for those lines modified should credit
the original submitter(s)... Who may or may not even be committers to this
project.

On Nov 15, 2016 17:21, "Eric Covener"  wrote:

> On Tue, Nov 15, 2016 at 11:18 AM, Mehvish.Rashid 
> wrote:
> > Am assuming that commit on the file means only that person has worked on
> the
> > code. Is it possible that more than one person is working on the code
> before
> > one single commit? How can I know how many people worked on a code file
> > before the commit?
>
> "svn blame" on a file will tell you who has touched each line.  svn
> log will tell you similar.  An archive of c...@httpd.apache.org would
> tell you the same in more free-form way.
>


Re: Query on linking Apache Mailing list with GitHUub Commits

2016-11-15 Thread Eric Covener
On Tue, Nov 15, 2016 at 11:18 AM, Mehvish.Rashid  wrote:
> Am assuming that commit on the file means only that person has worked on the
> code. Is it possible that more than one person is working on the code before
> one single commit? How can I know how many people worked on a code file
> before the commit?

"svn blame" on a file will tell you who has touched each line.  svn
log will tell you similar.  An archive of c...@httpd.apache.org would
tell you the same in more free-form way.


RE: Query on linking Apache Mailing list with GitHUub Commits

2016-11-15 Thread Mehvish . Rashid
Am assuming that commit on the file means only that person has worked on the 
code. Is it possible that more than one person is working on the code before 
one single commit? How can I know how many people worked on a code file before 
the commit?



From: Yehuda Katz [mailto:yeh...@ymkatz.net]
Sent: 15 November 2016 03:18
To: dev@httpd.apache.org
Subject: Re: Query on linking Apache Mailing list with GitHUub Commits

HTTPD uses SVN, Github is just a nice mirror.

Each git commit should have a line that starts "git-svn-id". The SVN commit 
number and canonical link is there.

- Y

On Mon, Nov 14, 2016 at 8:45 PM, Mehvish.Rashid 
<mehvish.ras...@ul.ie<mailto:mehvish.ras...@ul.ie>> wrote:
I see code commits on this link: https://github.com/apache/httpd/commits
But when I search for a svn commit, for example, "Re: svn commit: r1768245 - " 
from mailing list: 
https://lists.apache.org/list.html?dev@httpd.apache.org:2016-11 on the above 
link I cannot find it. Am looking for a way to link the committers in svn and 
mails sent by them on the above mailing list.

-Original Message-
From: Eric Covener [mailto:cove...@gmail.com<mailto:cove...@gmail.com>]
Sent: 15 November 2016 01:06
To: Apache HTTP Server Development List
Subject: Re: Query on linking Apache Mailing list with GitHUub Commits

On Mon, Nov 14, 2016 at 7:58 PM, Mehvish.Rashid 
<mehvish.ras...@ul.ie<mailto:mehvish.ras...@ul.ie>> wrote:
> 1) I would like to know where do developers on Apache HTTP Server ask 
> questions relating to code in inactive file.
> Inactive file is a file on which there are no commit for some duration. When 
> some developer starts to work on the code of such file where do they ask 
> questions.
> I see some communication on this link:
> https://lists.apache.org/list.html?dev@httpd.apache.org
> Are there any other places to find answers relevant to code.

That's the right list, there are no other options.  modules-dev@ is for module 
development questions about modules that aren't a part of httpd.

> 2) Can questions on mailing list in the above link be linked to
> commits on: https://github.com/apache/httpd

Anyone is free to send an email with a link to a github link, but they are more 
likely to address something in terms of its SVN revision or respond to the 
email generated during the commit.  For httpd, github is just a read/only 
mirror.

--
Eric Covener
cove...@gmail.com<mailto:cove...@gmail.com>



Re: Query on linking Apache Mailing list with GitHUub Commits

2016-11-14 Thread Yehuda Katz
HTTPD uses SVN, Github is just a nice mirror.

Each git commit should have a line that starts "git-svn-id". The SVN commit
number and canonical link is there.

- Y

On Mon, Nov 14, 2016 at 8:45 PM, Mehvish.Rashid <mehvish.ras...@ul.ie>
wrote:

> I see code commits on this link: https://github.com/apache/httpd/commits
> But when I search for a svn commit, for example, "Re: svn commit: r1768245
> - " from mailing list: https://lists.apache.org/list.
> html?dev@httpd.apache.org:2016-11 on the above link I cannot find it. Am
> looking for a way to link the committers in svn and mails sent by them on
> the above mailing list.
>
> -Original Message-
> From: Eric Covener [mailto:cove...@gmail.com]
> Sent: 15 November 2016 01:06
> To: Apache HTTP Server Development List
> Subject: Re: Query on linking Apache Mailing list with GitHUub Commits
>
> On Mon, Nov 14, 2016 at 7:58 PM, Mehvish.Rashid <mehvish.ras...@ul.ie>
> wrote:
> > 1) I would like to know where do developers on Apache HTTP Server ask
> questions relating to code in inactive file.
> > Inactive file is a file on which there are no commit for some duration.
> When some developer starts to work on the code of such file where do they
> ask questions.
> > I see some communication on this link:
> > https://lists.apache.org/list.html?dev@httpd.apache.org
> > Are there any other places to find answers relevant to code.
>
> That's the right list, there are no other options.  modules-dev@ is for
> module development questions about modules that aren't a part of httpd.
>
> > 2) Can questions on mailing list in the above link be linked to
> > commits on: https://github.com/apache/httpd
>
> Anyone is free to send an email with a link to a github link, but they are
> more likely to address something in terms of its SVN revision or respond to
> the email generated during the commit.  For httpd, github is just a
> read/only mirror.
>
> --
> Eric Covener
> cove...@gmail.com
>


RE: Query on linking Apache Mailing list with GitHUub Commits

2016-11-14 Thread Mehvish . Rashid
I see code commits on this link: https://github.com/apache/httpd/commits
But when I search for a svn commit, for example, "Re: svn commit: r1768245 - " 
from mailing list: 
https://lists.apache.org/list.html?dev@httpd.apache.org:2016-11 on the above 
link I cannot find it. Am looking for a way to link the committers in svn and 
mails sent by them on the above mailing list.

-Original Message-
From: Eric Covener [mailto:cove...@gmail.com] 
Sent: 15 November 2016 01:06
To: Apache HTTP Server Development List
Subject: Re: Query on linking Apache Mailing list with GitHUub Commits

On Mon, Nov 14, 2016 at 7:58 PM, Mehvish.Rashid <mehvish.ras...@ul.ie> wrote:
> 1) I would like to know where do developers on Apache HTTP Server ask 
> questions relating to code in inactive file.
> Inactive file is a file on which there are no commit for some duration. When 
> some developer starts to work on the code of such file where do they ask 
> questions.
> I see some communication on this link: 
> https://lists.apache.org/list.html?dev@httpd.apache.org
> Are there any other places to find answers relevant to code.

That's the right list, there are no other options.  modules-dev@ is for module 
development questions about modules that aren't a part of httpd.

> 2) Can questions on mailing list in the above link be linked to 
> commits on: https://github.com/apache/httpd

Anyone is free to send an email with a link to a github link, but they are more 
likely to address something in terms of its SVN revision or respond to the 
email generated during the commit.  For httpd, github is just a read/only 
mirror.

--
Eric Covener
cove...@gmail.com


Re: Query on linking Apache Mailing list with GitHUub Commits

2016-11-14 Thread Eric Covener
On Mon, Nov 14, 2016 at 7:58 PM, Mehvish.Rashid  wrote:
> 1) I would like to know where do developers on Apache HTTP Server ask 
> questions relating to code in inactive file.
> Inactive file is a file on which there are no commit for some duration. When 
> some developer starts to work on the code of such file where do they ask 
> questions.
> I see some communication on this link: 
> https://lists.apache.org/list.html?dev@httpd.apache.org
> Are there any other places to find answers relevant to code.

That's the right list, there are no other options.  modules-dev@ is
for module development questions about modules that aren't a part of
httpd.

> 2) Can questions on mailing list in the above link be linked to commits on: 
> https://github.com/apache/httpd

Anyone is free to send an email with a link to a github link, but they
are more likely to address something in terms of its SVN revision or
respond to the email generated during the commit.  For httpd, github
is just a read/only mirror.

-- 
Eric Covener
cove...@gmail.com