On Sunday 02 August 2009, Kern Sibbald said something like: > A developer's git repository has been created on github, and this is > where, in the beginning, developers will make their commits. It > exists, but we still need to document its usage, so it will be > sometime next week when we can hook developers upto a git repository > for making commits (actually pushes). If you are a developer and > want to commit, please let me know.
Just a clarifying question/suggestion. The usual work flow on github seems to be that of a developer creating their own fork on github, and then requesting that the parent project pull from their fork. Buildbot, for example, does this. This may work better than giving several people direct commit access to the main bacula git repo. Senior developers, obviously, would have direct commit access, but random/occasional contributors would create their own fork, etc. Just a suggestion. > where xxx is the directory you want to be created. Once it is done, > you will find that directory contains four subdirectories: > .git > bacula > regress > gui The main code and regression tests make sense to keep together. Might it be better to break the gui out into its own repo? The "git way" (for whatever value of "git way" you might find) seems to be breaking things down as small as possible. One reason for that being git doesn't allow you to clone just parts of a project. It's all or nothing. So, if I wanted to just hack on the gui, I'd have to pull down all the bacula director/sd/client and regress code. j -- Joshua Kugler Part-Time System Admin/Programmer http://www.eeinternet.com PGP Key: http://pgp.mit.edu/ ID 0xDB26D7CE ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Bacula-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/bacula-devel
