* Georg-Johann Lay wrote on Fri, Apr 08, 2011 at 11:30:29AM CEST: > Gerald Pfeifer schrieb: > > Nope. All you need is a maintainer (Eric, Denis and Anatoly all > > qualifying) to sponsor your request. Obviously that mostly makes > > sense if you expect to contribute more than a handfull of patches > > over the course of the next year, which we do hope will be the > > case. :-)
> Thanks for that hint. Is that the "Write after Approval" section in > MAINTAINERS? Yes. > However, I have bunch of questions for that I don't find answers in > the wiki. As it is very easy *not* to find something in the gcc wiki, > I probably just missed it... > > 1) What is the exact procedure for this? Will it be like fsf copyright > assignment and take more than a year (at least in my case) to pass? Somebody says "you can mention me as sponsor", you put him or her in the approval in the form you fill out after reading http://gcc.gnu.org/svnwrite.html and wait for the login to be approved. In my case, it took 3 hours, but I wouldn't worry if it took a weekend plus a couple of workdays until one of the sourceware people has time. > 2) Changelogs and svn logs are always in sync. Is there some setup > in the svn server to do this magic? Are there custom scripts for > this or is it all hand-made? FWIW, some people use a script named mklog[1], a while ago I wrote vc-chlog[2] for generating stub ChangeLog entries. I generate the svn log entries from the ChangeLog entries with a couple of editor macros, dunno if there's public scripting for that. > 3) Ditto for PRs that get a notification as soon as a patch goes > upstream. The mechanism is triggered by the PR category/12345 entries in the log. The category is the 'Component' field in bugzilla. > 4) Will there be someone like a mentor who I could ask such > questions or get useful hints? I'm not aware of a special mentor program for new contributors, but people here assume that beginners make beginner errors, read and search mailing lists and/or the wiki and web pages, and learn. I wouldn't worry too much, you'll be corrected. ;-) Cheers, Ralf [1] http://sourceware.org/gdb/wiki/DeveloperTips [2] http://www.gnu.org/software/vc-dwim/