Re: irc meeting for kdelibs git workflow

2011-02-01 Thread John Layt
On Tuesday 01 February 2011 21:37:26 Aaron J. Seigo wrote: > so i'd like to suggest that we gather on irc in the near future and hammer > this stuff out. weekends tend to be better for many it seems, so i've put > up a doodle here: Fantastic :-) Just to point out that FOSDEM is this weekend, so m

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread Oswald Buddenhagen
On Tue, Feb 01, 2011 at 01:37:26PM -0800, Aaron J. Seigo wrote: > * adapting http://techbase.kde.org/Policies/SVN_Commit_Policy > i'd suggest a look at http://qt.gitorious.org/qt/pages/CommitPolicy, in particular point 8 of the rules. the point it makes is independent from using git (in fact, we ha

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread John Layt
On Wednesday 02 February 2011 09:19:29 Oswald Buddenhagen wrote: > On Tue, Feb 01, 2011 at 01:37:26PM -0800, Aaron J. Seigo wrote: > > * adapting http://techbase.kde.org/Policies/SVN_Commit_Policy > > i'd suggest a look at http://qt.gitorious.org/qt/pages/CommitPolicy, in > particular point 8 of t

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread Parker Coates
On Wed, Feb 2, 2011 at 08:45, John Layt wrote: > On Wednesday 02 February 2011 09:19:29 Oswald Buddenhagen wrote: >> i'd suggest a look at http://qt.gitorious.org/qt/pages/CommitPolicy, in >> particular point 8 of the rules. the point it makes is independent from >> using git (in fact, we have a si

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread info
Zitat von John Layt : On Wednesday 02 February 2011 09:19:29 Oswald Buddenhagen wrote: On Tue, Feb 01, 2011 at 01:37:26PM -0800, Aaron J. Seigo wrote: > * adapting http://techbase.kde.org/Policies/SVN_Commit_Policy i'd suggest a look at http://qt.gitorious.org/qt/pages/CommitPolicy, in particu

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread Alexander Neundorf
On Wednesday 02 February 2011, Oswald Buddenhagen wrote: > On Tue, Feb 01, 2011 at 01:37:26PM -0800, Aaron J. Seigo wrote: > > * adapting http://techbase.kde.org/Policies/SVN_Commit_Policy > > i'd suggest a look at http://qt.gitorious.org/qt/pages/CommitPolicy, in > particular point 8 of the rules.

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread Alexander Neundorf
On Tuesday 01 February 2011, Aaron J. Seigo wrote: > hi everyone ... > > with git having finally arrived more-or-less, we find ourselves without a > well defined work flow for kdelibs (and by extension other KDE > repositories) > > i don't think we can or should hope and pray that our sysadmins wil

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread Aaron J. Seigo
On Wednesday, February 2, 2011, Alexander Neundorf wrote: > * for any change, create a topic branch from master > * work in the branch... in cmake development, how do developers find each other's branches to check on works-in-progress, collaborate, etc? are they pushed to a shared repository som

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread Boudewijn Rempt
On Wednesday 02 February 2011, i...@michael-jansen.biz wrote: > Zitat von John Layt : > > > On Wednesday 02 February 2011 09:19:29 Oswald Buddenhagen wrote: > >> On Tue, Feb 01, 2011 at 01:37:26PM -0800, Aaron J. Seigo wrote: > >> > * adapting http://techbase.kde.org/Policies/SVN_Commit_Policy > >

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread Boudewijn Rempt
On Wednesday 02 February 2011, Aaron J. Seigo wrote: > On Wednesday, February 2, 2011, Alexander Neundorf wrote: > > * for any change, create a topic branch from master > > * work in the branch... > > in cmake development, how do developers find each other's branches to check > on > works-in-pro

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread Artur de Souza
Quoting Boudewijn Rempt : I like it as well. How can I make sure calligra hackers get to see this when they try to commit? Just create a text file named ".commit-template" in your repo's root folder with the template :) Cheers, Artur ---

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread Artur de Souza
Quoting Boudewijn Rempt : I like it as well. How can I make sure calligra hackers get to see this when they try to commit? Ah and add: [commit] template = .commit-template to your git config file (I forgot this in the other mail :) Cheers, Artur PS: thanks Alexis :P

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread Boudewijn Rempt
On Wednesday 02 February 2011, Artur de Souza wrote: > Quoting Boudewijn Rempt : > > I like it as well. How can I make sure calligra hackers get to see > > this when they > > try to commit? > > Ah and add: > > [commit] > template = .commit-template > > to your git config file > > (I

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread Aaron J. Seigo
On Wednesday, February 2, 2011, Boudewijn Rempt wrote: > In calligra, i was surprised to see people taking to branching like pigs to > muck or fish to water. yeah, they are awesome :) > We now have 37 feature branches, of which several > have merged to master after review already. There's a simpl

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread Boudewijn Rempt
On Wednesday 02 February 2011, Aaron J. Seigo wrote: > > -- and it all works out very well. Master is > > is everyone pushing their branches to the main repository, or keeping them in > separate cloned repositories? Yes, to the main repository. No public clones. We might have to rething that w

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread Aaron J. Seigo
On Wednesday, February 2, 2011, Boudewijn Rempt wrote: > On Wednesday 02 February 2011, Aaron J. Seigo wrote: > > > -- and it all works out very well. Master is > > > > is everyone pushing their branches to the main repository, or keeping > > them in separate cloned repositories? > > Yes, to the

Re: irc meeting for kdelibs git workflow

2011-02-02 Thread Alexander Neundorf
On Wednesday 02 February 2011, Aaron J. Seigo wrote: > On Wednesday, February 2, 2011, Alexander Neundorf wrote: > > * for any change, create a topic branch from master > > * work in the branch... > > in cmake development, how do developers find each other's branches to check > on works-in-progress

Re: irc meeting for kdelibs git workflow

2011-02-03 Thread Aaron J. Seigo
On Tuesday, February 1, 2011, Aaron J. Seigo wrote: > hi everyone ... > > with git having finally arrived more-or-less, we find ourselves without a > well defined work flow for kdelibs (and by extension other KDE > repositories) > > i don't think we can or should hope and pray that our sysadmins

Re: irc meeting for kdelibs git workflow

2011-02-04 Thread David Faure
On Tuesday 01 February 2011, Aaron J. Seigo wrote: > * 3rd party examples we can learn from: > http://public.kitware.com/Wiki/Git/Workflow/Topic > Qt? http://wiki.videolan.org/Git -- David Faure, fa...@kde.org, http://www.davidfaure.fr Sponsored by Nokia to work on KDE, incl. Ko

Re: irc meeting for kdelibs git workflow

2011-02-04 Thread Aaron J. Seigo
On Friday, February 4, 2011, you wrote: > On Tuesday 01 February 2011, Aaron J. Seigo wrote: > > * 3rd party examples we can learn from: > > http://public.kitware.com/Wiki/Git/Workflow/Topic > > Qt? > > http://wiki.videolan.org/Git thanks; added to http://community.kde.or