On 05.05.2011 22:11, Peter Kümmel wrote:
On 05.05.2011 14:14, Abdelrazak Younes wrote:
On 04/05/2011 01:00, Vincent van Ravesteijn wrote:
Hi all,
I think that there is a large enough support for the new development
model and/or introduction of git to think about how to make things
more concrete.
I'm aware there might be some learning curve for developers who are
not used to git yet, so I'll not rush things.
My plans are to first find out:
- a suitable development model,
- the place to store the git repo,
- how Trac can be used with the git repo,
I've just had a look at github instead of gitorious. The advantage is
that github has an issue tracker that can be converted from Trac tickets.
https://github.com/adamcik/github-trac-ticket-import#readme
https://github.com/davglass/trac2issues#readme
Otherwise there is the git track plugin that works by offereing linear
numbering instead of git revision:
http://trac-hacks.org/wiki/GitPlugin
GitHub also has a nice web-interface for the code, for instance you
could discuss each line of a patch separately, or each patch as whole.
And a simple typo could be fixed with the browser. Github generates a git
commit with your entered commit message.
Peter