Re: [Community] try to add an community growth graph to the website

2021-05-19 Thread Wo Soyoung
Hi Mark, I try to get contributors from svn side with `svn log --quiet -v http://svn.apache.org/repos/asf/tomcat | grep "^r"` and get 100 contributors in total. After removing duplicates with git, right now we have 95 contributors till 2012 and ~150 till now (compared to 20/90 and 10/60 before). (

Re: [Community] try to add an community growth graph to the website

2021-05-11 Thread Wo Soyoung
Hi Mark, For the svn->git conversion problem, a good method I found is that use Github API to filter out the "anonymous contributors" who are commit authors but the commit email is not bound to a certain GitHub account. Do you mind to tell if these data are helpful to the problem, then I could add