Re: [webkit-dev] Version control survey results

2013-02-18 Thread Adam Roben
 (For current svn users I assume using svn would become effectively 
 impossible; the only tool I could find to do this is server-side and 
 essentially maintains git and svn repositories in parallel.)

FYI, any Git repository on GitHub also functions as a Subversion repository:

$ svn checkout https://github.com/WebKit/webkit/trunk WebKit
AWebKit/.dir-locals.el
AWebKit/.gitattributes
AWebKit/.gitignore
AWebKit/.qmake.conf
AWebKit/CMakeLists.txt
AWebKit/ChangeLog
AWebKit/ChangeLog-2012-05-22
AWebKit/Examples
AWebKit/Examples/ChangeLog
AWebKit/Examples/NetscapeCocoaPlugin
AWebKit/Examples/NetscapeCocoaPlugin/English.lproj
AWebKit/Examples/NetscapeCocoaPlugin/English.lproj/InfoPlist.strings
AWebKit/Examples/NetscapeCocoaPlugin/Info.plist
AWebKit/Examples/NetscapeCocoaPlugin/MenuHandler.h
AWebKit/Examples/NetscapeCocoaPlugin/MenuHandler.m
…

You can even use Subversion branches to create pull requests on GitHub
(though I don't know what the performance would be like for a
repository as large as WebKit):
https://github.com/blog/1178-collaborating-on-github-with-subversion.
GitHub doesn't currently make the Subversion-Git bridge available
for non-GitHub repositories.

I don't say this to try to convince anyone to switch to Git or GitHub;
I just thought it seemed relevant.

-Adam
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Version control survey results

2013-02-17 Thread Eric Seidel
I wonder if the git-taking-over-the-project trend has continued a year later.

I'm also glad to see efforts like
https://bugs.webkit.org/show_bug.cgi?id=110073 towards standardizing
on a simpler git workflow. :)

Thanks again for running the survey.

On Sat, Apr 7, 2012 at 4:58 PM, Maciej Stachowiak m...@apple.com wrote:

 On Mar 22, 2012, at 9:16 PM, Adam Barth wrote:

 On Sat, Mar 10, 2012 at 12:49 PM, Maciej Stachowiak m...@apple.com wrote:
 I made a bad choice of survey site. They want to charge me to see more than
 100 responses or to export the data, but they won't take my money. Sadness.
 Please try this survey instead, it will run through the 17th.

 The survey seems to be over.  Any word on the results?

 Here's the results:

 == All persons responding ==

 Total responses: 167
 Use SVN only: 24 (14%)
 Use SVN+ Git: 26 (16%)
 Use Git Only: 115 (69%)
 Other: 2 (1%)

 == Only committers + reviewers ==

 Total responses: 105
 Use SVN only: 18 (17%)
 Use SVN+ Git: 21 (20%)
 Use Git Only: 65 (62%)
 Other: 1 (1%)

 == Only reviewers ==

 Total responses: 48
 Use SVN only: 12 (25%)
 Use SVN+ Git: 13 (27%)
 Use Git Only: 22 (45%)
 Other: 1 (2%)

 == Values of other responses ==

 1 git-svn
 1 Commit queue + trac

 == Conclusions (assuming the sample is representative) ==

 - More of the WebKit community uses Git than SVN to access the WebKit 
 repository
 - Quite a few people use both
 - A significant proportion of the community uses SVN, and a significant 
 fraction of those use it exclusively
 - Reviewers (presumably longer-time, more experienced contributors) are more 
 likely to use SVN than newer contributors
 - Newer participants are particularly likely to use Git


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Version control survey results

2013-02-17 Thread Maciej Stachowiak

There's probably proportionately more people using Git. Making these web 
surveys is a pain, so I'd rather not do it again if we don't need to.

What would be the pros and cons of the master repository being git instead of 
svn, for git users? 

(For current svn users I assume using svn would become effectively impossible; 
the only tool I could find to do this is server-side and essentially maintains 
git and svn repositories in parallel.)

 - Maciej

On Feb 17, 2013, at 9:00 PM, Eric Seidel e...@webkit.org wrote:

 I wonder if the git-taking-over-the-project trend has continued a year later.
 
 I'm also glad to see efforts like
 https://bugs.webkit.org/show_bug.cgi?id=110073 towards standardizing
 on a simpler git workflow. :)
 
 Thanks again for running the survey.
 
 On Sat, Apr 7, 2012 at 4:58 PM, Maciej Stachowiak m...@apple.com wrote:
 
 On Mar 22, 2012, at 9:16 PM, Adam Barth wrote:
 
 On Sat, Mar 10, 2012 at 12:49 PM, Maciej Stachowiak m...@apple.com wrote:
 I made a bad choice of survey site. They want to charge me to see more than
 100 responses or to export the data, but they won't take my money. Sadness.
 Please try this survey instead, it will run through the 17th.
 
 The survey seems to be over.  Any word on the results?
 
 Here's the results:
 
 == All persons responding ==
 
 Total responses: 167
 Use SVN only: 24 (14%)
 Use SVN+ Git: 26 (16%)
 Use Git Only: 115 (69%)
 Other: 2 (1%)
 
 == Only committers + reviewers ==
 
 Total responses: 105
 Use SVN only: 18 (17%)
 Use SVN+ Git: 21 (20%)
 Use Git Only: 65 (62%)
 Other: 1 (1%)
 
 == Only reviewers ==
 
 Total responses: 48
 Use SVN only: 12 (25%)
 Use SVN+ Git: 13 (27%)
 Use Git Only: 22 (45%)
 Other: 1 (2%)
 
 == Values of other responses ==
 
 1 git-svn
 1 Commit queue + trac
 
 == Conclusions (assuming the sample is representative) ==
 
 - More of the WebKit community uses Git than SVN to access the WebKit 
 repository
 - Quite a few people use both
 - A significant proportion of the community uses SVN, and a significant 
 fraction of those use it exclusively
 - Reviewers (presumably longer-time, more experienced contributors) are more 
 likely to use SVN than newer contributors
 - Newer participants are particularly likely to use Git
 
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Version control survey results

2013-02-17 Thread Eric Seidel
On Sun, Feb 17, 2013 at 9:54 PM, Maciej Stachowiak m...@apple.com wrote:

 There's probably proportionately more people using Git. Making these web 
 surveys is a pain, so I'd rather not do it again if we don't need to.

 What would be the pros and cons of the master repository being git instead of 
 svn, for git users?

The conversion is clearly not loss-less. :)  So it's like asking what
would be the pros of backing an SVN checkout with an SVN repository
instead of a Git one (or a CVS one for that matter).

I'm sure someone who cares more deeply about version control than I do
could give you a list. :)

But that's not really an argument I'm interested in pushing.  I
believe eventually the remaining SVN users will switch to distributed
version control of their own will, and we'll eventually decide to stop
supporting SVN because not enough of the project is using it to
justify causing the majority of users to use a translated solution.

But we have larger problems to solve in WebKit besides what version
control system we're using. :)

I'm sorry for re-starting this thread and distracting from more
important discussions.  It just crossed my mind for whatever reason
again this evening.

 (For current svn users I assume using svn would become effectively 
 impossible; the only tool I could find to do this is server-side and 
 essentially maintains git and svn repositories in parallel.)

  - Maciej

 On Feb 17, 2013, at 9:00 PM, Eric Seidel e...@webkit.org wrote:

 I wonder if the git-taking-over-the-project trend has continued a year later.

 I'm also glad to see efforts like
 https://bugs.webkit.org/show_bug.cgi?id=110073 towards standardizing
 on a simpler git workflow. :)

 Thanks again for running the survey.

 On Sat, Apr 7, 2012 at 4:58 PM, Maciej Stachowiak m...@apple.com wrote:

 On Mar 22, 2012, at 9:16 PM, Adam Barth wrote:

 On Sat, Mar 10, 2012 at 12:49 PM, Maciej Stachowiak m...@apple.com wrote:
 I made a bad choice of survey site. They want to charge me to see more 
 than
 100 responses or to export the data, but they won't take my money. 
 Sadness.
 Please try this survey instead, it will run through the 17th.

 The survey seems to be over.  Any word on the results?

 Here's the results:

 == All persons responding ==

 Total responses: 167
 Use SVN only: 24 (14%)
 Use SVN+ Git: 26 (16%)
 Use Git Only: 115 (69%)
 Other: 2 (1%)

 == Only committers + reviewers ==

 Total responses: 105
 Use SVN only: 18 (17%)
 Use SVN+ Git: 21 (20%)
 Use Git Only: 65 (62%)
 Other: 1 (1%)

 == Only reviewers ==

 Total responses: 48
 Use SVN only: 12 (25%)
 Use SVN+ Git: 13 (27%)
 Use Git Only: 22 (45%)
 Other: 1 (2%)

 == Values of other responses ==

 1 git-svn
 1 Commit queue + trac

 == Conclusions (assuming the sample is representative) ==

 - More of the WebKit community uses Git than SVN to access the WebKit 
 repository
 - Quite a few people use both
 - A significant proportion of the community uses SVN, and a significant 
 fraction of those use it exclusively
 - Reviewers (presumably longer-time, more experienced contributors) are 
 more likely to use SVN than newer contributors
 - Newer participants are particularly likely to use Git


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Version control survey results

2013-02-17 Thread Eric Seidel
On Sun, Feb 17, 2013 at 10:07 PM, Eric Seidel e...@webkit.org wrote:
 On Sun, Feb 17, 2013 at 9:54 PM, Maciej Stachowiak m...@apple.com wrote:

 There's probably proportionately more people using Git. Making these web 
 surveys is a pain, so I'd rather not do it again if we don't need to.

 What would be the pros and cons of the master repository being git instead 
 of svn, for git users?

 The conversion is clearly not loss-less. :)  So it's like asking what
 would be the pros of backing an SVN checkout with an SVN repository
 instead of a Git one (or a CVS one for that matter).

Of course I meant backing an SVN checkout with a Git repository
instead of an SVN one (or a CVS one for that matter).  If that makes
any more sense. :)

 I'm sure someone who cares more deeply about version control than I do
 could give you a list. :)

 But that's not really an argument I'm interested in pushing.  I
 believe eventually the remaining SVN users will switch to distributed
 version control of their own will, and we'll eventually decide to stop
 supporting SVN because not enough of the project is using it to
 justify causing the majority of users to use a translated solution.

 But we have larger problems to solve in WebKit besides what version
 control system we're using. :)

 I'm sorry for re-starting this thread and distracting from more
 important discussions.  It just crossed my mind for whatever reason
 again this evening.

 (For current svn users I assume using svn would become effectively 
 impossible; the only tool I could find to do this is server-side and 
 essentially maintains git and svn repositories in parallel.)

  - Maciej

 On Feb 17, 2013, at 9:00 PM, Eric Seidel e...@webkit.org wrote:

 I wonder if the git-taking-over-the-project trend has continued a year 
 later.

 I'm also glad to see efforts like
 https://bugs.webkit.org/show_bug.cgi?id=110073 towards standardizing
 on a simpler git workflow. :)

 Thanks again for running the survey.

 On Sat, Apr 7, 2012 at 4:58 PM, Maciej Stachowiak m...@apple.com wrote:

 On Mar 22, 2012, at 9:16 PM, Adam Barth wrote:

 On Sat, Mar 10, 2012 at 12:49 PM, Maciej Stachowiak m...@apple.com 
 wrote:
 I made a bad choice of survey site. They want to charge me to see more 
 than
 100 responses or to export the data, but they won't take my money. 
 Sadness.
 Please try this survey instead, it will run through the 17th.

 The survey seems to be over.  Any word on the results?

 Here's the results:

 == All persons responding ==

 Total responses: 167
 Use SVN only: 24 (14%)
 Use SVN+ Git: 26 (16%)
 Use Git Only: 115 (69%)
 Other: 2 (1%)

 == Only committers + reviewers ==

 Total responses: 105
 Use SVN only: 18 (17%)
 Use SVN+ Git: 21 (20%)
 Use Git Only: 65 (62%)
 Other: 1 (1%)

 == Only reviewers ==

 Total responses: 48
 Use SVN only: 12 (25%)
 Use SVN+ Git: 13 (27%)
 Use Git Only: 22 (45%)
 Other: 1 (2%)

 == Values of other responses ==

 1 git-svn
 1 Commit queue + trac

 == Conclusions (assuming the sample is representative) ==

 - More of the WebKit community uses Git than SVN to access the WebKit 
 repository
 - Quite a few people use both
 - A significant proportion of the community uses SVN, and a significant 
 fraction of those use it exclusively
 - Reviewers (presumably longer-time, more experienced contributors) are 
 more likely to use SVN than newer contributors
 - Newer participants are particularly likely to use Git


 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Version control survey results

2013-02-17 Thread Ryosuke Niwa
On Sun, Feb 17, 2013 at 10:07 PM, Eric Seidel e...@webkit.org wrote:

 On Sun, Feb 17, 2013 at 9:54 PM, Maciej Stachowiak m...@apple.com wrote:
 
  There's probably proportionately more people using Git. Making these web
 surveys is a pain, so I'd rather not do it again if we don't need to.
 
  What would be the pros and cons of the master repository being git
 instead of svn, for git users?


As far as I could recall the last discussion, there won't be much benefit
in switching the master over to git unless we adopt git workflow (e.g.
first new links on https://www.google.com/search?q=git+workflow). In
particular, change loges are the biggest obstacle.

We could try to mitigate this divergence by allowing webkit-patch to fill
in change logs automatically from git commit messages when landing patches.
(I'm not volunteering to do this).

This involves commands like webkit-patch upload automatically pre
populating git commit messages (without modifying change logs) as they do
change logs today, and then commands like webkit-patch land automatically
parsing those git commit messages to populate change logs and commit
--amend them. Commands like webkit patch apply-from-bug can then parse
change log changes and convert them to git commit messages in turn.

I'm not sure how change logs should be updated/constructed in branch-merge
workflow.

But that's not really an argument I'm interested in pushing.  I
 believe eventually the remaining SVN users will switch to distributed
 version control of their own will, and we'll eventually decide to stop
 supporting SVN because not enough of the project is using it to
 justify causing the majority of users to use a translated solution.


FWIW, I don't plan to use git or any other distributed VCS in contributing
to WebKit. I like svn's simplicity.

- R. Niwa
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Version control survey

2012-03-10 Thread Konrad Piascik
Where can we see the results to date?  Also there should be a closing date for 
the survey and it should also be announced to this DL. 


Konrad
Sent from my BlackBerry on the Rogers Wireless Network

- Original Message -
From: Maciej Stachowiak [mailto:m...@apple.com]
Sent: Saturday, March 10, 2012 02:38 AM
To: Adam Barth aba...@webkit.org
Cc: WebKit Development webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] Version control survey


I added a Both Git and Subversion option. Unfortunately, I can't change the 
question after the fact to allowing multiple options to be checked. Anyone else 
with an unusual answer should just fill in the Other (please specify) option.

Regards,
Maciej

On Mar 9, 2012, at 10:49 PM, Adam Barth wrote:

 Can you add an option for folks who use both git and SVN?  I use both
 frequently.
 
 Thanks,
 Adam
 
 
 On Fri, Mar 9, 2012 at 10:20 PM, Maciej Stachowiak m...@apple.com wrote:
 
 Since the answer to this factual question seems to be of interest to some 
 people, here's a survey about what version control tools people use to 
 access the WebKit repository, and approximate contribution level.
 
 http://www.surveymonkey.com/s/JQMW2QV
 
 (Note that it doesn't ask about preference for change, just what people use 
 currently.)
 
 Regards,
 Maciej
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

-
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Version control survey

2012-03-10 Thread Maciej Stachowiak

Unfortunately SurveyMonkey sucks and I can't give everyone access to live 
responses without paying them money. Current results:

- 97 people have answered
- About 67% use Git only (this has been consistent throughout the survey)
- Aabout 20% use Subversion only
- About 13% use Git and Subversion
- No one checked Other

As far as contribution levels of the responders:

- 37% are WebKit reviewers
- 25% are WebKit committers
- 25% are WebKit contributors (but presumably not committers or reviewers yet)
- 13% are not WebKit contributors


On Mar 10, 2012, at 7:47 AM, Konrad Piascik wrote:

 Where can we see the results to date?  Also there should be a closing date 
 for the survey and it should also be announced to this DL.
 
 
 Konrad
 Sent from my BlackBerry on the Rogers Wireless Network
 
 - Original Message -
 From: Maciej Stachowiak [mailto:m...@apple.com]
 Sent: Saturday, March 10, 2012 02:38 AM
 To: Adam Barth aba...@webkit.org
 Cc: WebKit Development webkit-dev@lists.webkit.org
 Subject: Re: [webkit-dev] Version control survey
 
 
 I added a Both Git and Subversion option. Unfortunately, I can't change the 
 question after the fact to allowing multiple options to be checked. Anyone 
 else with an unusual answer should just fill in the Other (please specify) 
 option.
 
 Regards,
 Maciej
 
 On Mar 9, 2012, at 10:49 PM, Adam Barth wrote:
 
 Can you add an option for folks who use both git and SVN?  I use both
 frequently.
 
 Thanks,
 Adam
 
 
 On Fri, Mar 9, 2012 at 10:20 PM, Maciej Stachowiak m...@apple.com wrote:
 
 Since the answer to this factual question seems to be of interest to some 
 people, here's a survey about what version control tools people use to 
 access the WebKit repository, and approximate contribution level.
 
 http://www.surveymonkey.com/s/JQMW2QV
 
 (Note that it doesn't ask about preference for change, just what people use 
 currently.)
 
 Regards,
 Maciej
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
 
 -
 This transmission (including any attachments) may contain confidential 
 information, privileged material (including material protected by the 
 solicitor-client or other applicable privileges), or constitute non-public 
 information. Any use of this information by anyone other than the intended 
 recipient is prohibited. If you have received this transmission in error, 
 please immediately reply to the sender and delete this information from your 
 system. Use, dissemination, distribution, or reproduction of this 
 transmission by unintended recipients is not authorized and may be unlawful.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Version control survey

2012-03-10 Thread Ryosuke Niwa
On Sat, Mar 10, 2012 at 10:05 AM, Maciej Stachowiak m...@apple.com wrote:


 Unfortunately SurveyMonkey sucks and I can't give everyone access to live
 responses without paying them money. Current results:

 - 97 people have answered
 - About 67% use Git only (this has been consistent throughout the survey)
 - Aabout 20% use Subversion only
 - About 13% use Git and Subversion
 - No one checked Other

 As far as contribution levels of the responders:

 - 37% are WebKit reviewers
 - 25% are WebKit committers
 - 25% are WebKit contributors (but presumably not committers or reviewers
 yet)
 - 13% are not WebKit contributors


Can we see the breakdown of git/svn users among reviewers  committers?

I'm not certain if it's really useful to consider votes casted by
non-contributors here since we're presumably not trying to decide which
version control system is more popular in general public.

- Ryosuke
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Version control survey

2012-03-10 Thread Maciej Stachowiak

On Mar 10, 2012, at 10:56 AM, Ryosuke Niwa wrote:

 On Sat, Mar 10, 2012 at 10:05 AM, Maciej Stachowiak m...@apple.com wrote:
 
 Unfortunately SurveyMonkey sucks and I can't give everyone access to live 
 responses without paying them money. Current results:
 
 - 97 people have answered
 - About 67% use Git only (this has been consistent throughout the survey)
 - Aabout 20% use Subversion only
 - About 13% use Git and Subversion
 - No one checked Other
 
 As far as contribution levels of the responders:
 
 - 37% are WebKit reviewers
 - 25% are WebKit committers
 - 25% are WebKit contributors (but presumably not committers or reviewers yet)
 - 13% are not WebKit contributors
 
 Can we see the breakdown of git/svn users among reviewers  committers?
 
 I'm not certain if it's really useful to consider votes casted by 
 non-contributors here since we're presumably not trying to decide which 
 version control system is more popular in general public.

I would indeed like to get the contributor-only (and reviewer/committer-only) 
statistics, but I'm having trouble upgrading to the pro account that would 
enable this. I'll post the data once I have it.

I do think it is somewhat interesting to find out what non-contributors who 
nontheless check out source are using to access the WebKit repository. The fact 
that so many people use Git says to me that our basic checkout instructions 
should include the relevant git instructions as an alternative. SVN 
instructions are on the main site at 
http://www.webkit.org/building/checkout.html but Git instructions are buried 
in the wiki.

Regards,
Maciej

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Version control survey

2012-03-10 Thread Konrad Piascik
I checked non-contributor thinking being a contributor meant being listed on 
this page http://trac.webkit.org/wiki/WebKit%20Team even though I've landed 10+ 
patches.

I don't want my vote to be discounted. I use git only.


Konrad
Sent from my BlackBerry on the Rogers Wireless Network

From: Maciej Stachowiak [mailto:m...@apple.com]
Sent: Saturday, March 10, 2012 02:52 PM
To: Ryosuke Niwa rn...@webkit.org
Cc: Konrad Piascik; webkit-dev@lists.webkit.org webkit-dev@lists.webkit.org
Subject: Re: [webkit-dev] Version control survey


On Mar 10, 2012, at 10:56 AM, Ryosuke Niwa wrote:

On Sat, Mar 10, 2012 at 10:05 AM, Maciej Stachowiak 
m...@apple.commailto:m...@apple.com wrote:

Unfortunately SurveyMonkey sucks and I can't give everyone access to live 
responses without paying them money. Current results:

- 97 people have answered
- About 67% use Git only (this has been consistent throughout the survey)
- Aabout 20% use Subversion only
- About 13% use Git and Subversion
- No one checked Other

As far as contribution levels of the responders:

- 37% are WebKit reviewers
- 25% are WebKit committers
- 25% are WebKit contributors (but presumably not committers or reviewers yet)
- 13% are not WebKit contributors

Can we see the breakdown of git/svn users among reviewers  committers?

I'm not certain if it's really useful to consider votes casted by 
non-contributors here since we're presumably not trying to decide which version 
control system is more popular in general public.

I would indeed like to get the contributor-only (and reviewer/committer-only) 
statistics, but I'm having trouble upgrading to the pro account that would 
enable this. I'll post the data once I have it.

I do think it is somewhat interesting to find out what non-contributors who 
nontheless check out source are using to access the WebKit repository. The fact 
that so many people use Git says to me that our basic checkout instructions 
should include the relevant git instructions as an alternative. SVN 
instructions are on the main site at 
http://www.webkit.org/building/checkout.html but Git instructions are buried 
in the wiki.

Regards,
Maciej


-
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Version control survey

2012-03-10 Thread Maciej Stachowiak

It's just supposed to mean anyone who has contributed, and any code 
contribution certainly counts. In the new survey, you can edit your answers 
after submitting them.

Regards,
Maciej

On Mar 10, 2012, at 12:59 PM, Konrad Piascik wrote:

 I checked non-contributor thinking being a contributor meant being listed on 
 this page http://trac.webkit.org/wiki/WebKit%20Team even though I've landed 
 10+ patches.
 
 I don't want my vote to be discounted. I use git only.
 
 
 Konrad 
 Sent from my BlackBerry on the Rogers Wireless Network
  
 From: Maciej Stachowiak [mailto:m...@apple.com] 
 Sent: Saturday, March 10, 2012 02:52 PM
 To: Ryosuke Niwa rn...@webkit.org 
 Cc: Konrad Piascik; webkit-dev@lists.webkit.org webkit-dev@lists.webkit.org 
 Subject: Re: [webkit-dev] Version control survey 
  
 
 On Mar 10, 2012, at 10:56 AM, Ryosuke Niwa wrote:
 
 On Sat, Mar 10, 2012 at 10:05 AM, Maciej Stachowiak m...@apple.com wrote:
 
 Unfortunately SurveyMonkey sucks and I can't give everyone access to live 
 responses without paying them money. Current results:
 
 - 97 people have answered
 - About 67% use Git only (this has been consistent throughout the survey)
 - Aabout 20% use Subversion only
 - About 13% use Git and Subversion
 - No one checked Other
 
 As far as contribution levels of the responders:
 
 - 37% are WebKit reviewers
 - 25% are WebKit committers
 - 25% are WebKit contributors (but presumably not committers or reviewers 
 yet)
 - 13% are not WebKit contributors
 
 Can we see the breakdown of git/svn users among reviewers  committers?
 
 I'm not certain if it's really useful to consider votes casted by 
 non-contributors here since we're presumably not trying to decide which 
 version control system is more popular in general public.
 
 I would indeed like to get the contributor-only (and reviewer/committer-only) 
 statistics, but I'm having trouble upgrading to the pro account that would 
 enable this. I'll post the data once I have it.
 
 I do think it is somewhat interesting to find out what non-contributors who 
 nontheless check out source are using to access the WebKit repository. The 
 fact that so many people use Git says to me that our basic checkout 
 instructions should include the relevant git instructions as an alternative. 
 SVN instructions are on the main site at 
 http://www.webkit.org/building/checkout.html but Git instructions are 
 buried in the wiki.
 
 Regards,
 Maciej
 
 - 
 This transmission (including any attachments) may contain confidential 
 information, privileged material (including material protected by the 
 solicitor-client or other applicable privileges), or constitute non-public 
 information. Any use of this information by anyone other than the intended 
 recipient is prohibited. If you have received this transmission in error, 
 please immediately reply to the sender and delete this information from your 
 system. Use, dissemination, distribution, or reproduction of this 
 transmission by unintended recipients is not authorized and may be unlawful.

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Version control survey

2012-03-09 Thread Adam Barth
Can you add an option for folks who use both git and SVN?  I use both
frequently.

Thanks,
Adam


On Fri, Mar 9, 2012 at 10:20 PM, Maciej Stachowiak m...@apple.com wrote:

 Since the answer to this factual question seems to be of interest to some 
 people, here's a survey about what version control tools people use to access 
 the WebKit repository, and approximate contribution level.

 http://www.surveymonkey.com/s/JQMW2QV

 (Note that it doesn't ask about preference for change, just what people use 
 currently.)

 Regards,
 Maciej

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Version control survey

2012-03-09 Thread Maciej Stachowiak

I added a Both Git and Subversion option. Unfortunately, I can't change the 
question after the fact to allowing multiple options to be checked. Anyone else 
with an unusual answer should just fill in the Other (please specify) option.

Regards,
Maciej

On Mar 9, 2012, at 10:49 PM, Adam Barth wrote:

 Can you add an option for folks who use both git and SVN?  I use both
 frequently.
 
 Thanks,
 Adam
 
 
 On Fri, Mar 9, 2012 at 10:20 PM, Maciej Stachowiak m...@apple.com wrote:
 
 Since the answer to this factual question seems to be of interest to some 
 people, here's a survey about what version control tools people use to 
 access the WebKit repository, and approximate contribution level.
 
 http://www.surveymonkey.com/s/JQMW2QV
 
 (Note that it doesn't ask about preference for change, just what people use 
 currently.)
 
 Regards,
 Maciej
 
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev