Commit privileges and branching
Warner Losh
imp at bsdimp.com
Tue Mar 27 20:45:14 UTC 2018
On Tue, Mar 27, 2018 at 9:42 AM, Lakhan Shiva <lakhanshiva at gmail.com> wrote:
> Hi,
>
> I would like to start working on converting PCI drivers that already have a
> table but font have a MODULE_PNP_INFO. I would like to know more about the
> branching strategy and the process to check in first piece of code. I am
> uising FreeBSD VM current image. I will be using SVN for checking out and
> checking in code from the VM.
>
There's two paths forward for you.
If you are selected for GSoC, you'll have our gsoc svn repo available.
The other option is to fork from http://www.github.org/freebsd/freebsd
using git.
The way that commits normally land in the FreeBSD is that some committer
will push them in with a tag saying that you'd submitted it and when
there's enough you'd get a commit bit of all has gone well.
If you're doing GSoC, then you and your mentor would work this out.
Warner
More information about the freebsd-hackers
mailing list