I have found that it is much easier to access source for hacking new experimental stuff if it has a git-hub master..
For example I can now cacess the java source for the javaplugin to base my Android Java plugin on..:) BTW, perfect roadmap to how to to do a Gradle plugin..answered al my questions that I had over the weekend.. Okay two more refactorings left and than I should be pushing out a Android Application dev plugin for Gradle soon.. Fred Grott http://mobilebytes.wordpress.com On Tue, Sep 8, 2009 at 5:51 AM, Russel Winder <[email protected]>wrote: > On Tue, 2009-09-08 at 12:22 +0200, Hans Dockter wrote: > > > as Russel would put it, Gradle has finally given in to the Git Borg > > and is now being assimilated. > > Resistance is futile -- except for Bazaar addicts who are immune ;-) > > > We have agreed on the dev list quite a while ago to migrate to Git. > > The reason why we haven't done it yet is that we wanted to have some > > sync between a Git master and a Svn slave. I'm not sure how important > > that sync is. With GitHub you can download source tar balls. So for > > people not using Git there is always a way to build from the latest > > sources. > > > > Most Gradle developers already use Git. So it is time to use the full > > potential of this approach and have a Git master at GitHub. > > Please no. Gradle is a Codehaus project, please put the master > repository at Codehaus -- Codehaus now fully support Git repositories. > > > There is now a gradle github user with a gradle repository which > > serves as the master. The gradle/gradle repository has a number of > > collaborators, which are the committers and can push to the gradle/ > > gradle repository with their public keys. > > > The svn import is running at the moment. So please don't commit > > anything to svn any longer. I will send a follow up when the import is > > done and the gradle/gradle repo can be used. > > Good job you said, or I might have committed from Bazaar which has no > problem treating Subversion as a peer, unlike Git :-) > > Interestingly there is a bzr-git especially for having Bazaar branches > from a Git repository. I still don't have to use Git :-)) > > -- > Russel. > > ============================================================================= > Dr Russel Winder Partner > xmpp: [email protected] > Concertant LLP t: +44 20 7585 2200, +44 20 7193 9203 > 41 Buckmaster Road, f: +44 8700 516 084 voip: > sip:[email protected] <sip%[email protected]> > London SW11 1EN, UK m: +44 7770 465 077 skype: russel_winder >
