Re: Git at sf.net

2009-03-01 Thread Igor Vaynberg
there is still no solid windows implemenation, at least all clients i tried a few months ago sucked. -igor On Sun, Mar 1, 2009 at 2:12 PM, Martijn Dashorst wrote: > All, > > sf.net supports git as a SCM. I've used git on some small projects > locally, and I like it: local commits are really nice

Re: Git at sf.net

2009-03-01 Thread Mark Derricutt
Git is supported nicely with maven now [1] and theres also a teamcity plugin on github [2]. JetBrains have also indicated that TeamCity 4.1 might support git out of the box (given that IDEA now ships with Git support this isn't surprising). I've not tried that teamcity plugin myself so can't comm

Re: Git at sf.net

2009-03-01 Thread Martin Funk
Hi Martijn, interesting toppic. I'm not quite on the edge of the subject of distributed scm's, but the concept is interesting. Just reading about the commit rate of Linus, would be a reason to look a little deeper into that. Though personally I so fare only made experiments with mercurial.

Re: Git at sf.net

2009-03-01 Thread Martijn Dashorst
I don't think I voiced an opinion in that message. :) For Apache Wicket, using git as the main repository is not yet acceptable. I don't know about tool support for Eclipse and windows, I don't use windows, and commandline scm is something I really don't mind. I don't miss having to install a plug

Re: Git at sf.net

2009-03-01 Thread Jeremy Thomerson
So, you have reversed your opinion of git? [1] Should a vote be done first? Seemed like several (including yourself) didn't like the idea of switching to git at that time. [1] - http://www.nabble.com/Finishing-Portal-2.0-development-tt19909563.html#a19921559 -- Jeremy Thomerson http://www.wic

Re: Git at sf.net

2009-03-01 Thread Martijn Dashorst
Forgot to post the link to the git docs at sf.net: http://apps.sourceforge.net/trac/sitedocs/wiki/Git Martijn On Sun, Mar 1, 2009 at 11:12 PM, Martijn Dashorst wrote: > All, > > sf.net supports git as a SCM. I've used git on some small projects > locally, and I like it: local commits are really

Git at sf.net

2009-03-01 Thread Martijn Dashorst
All, sf.net supports git as a SCM. I've used git on some small projects locally, and I like it: local commits are really nice, (proper) merge tracking shortens branch management, it is really fast and finally committing small parts from your local copy is much simpler than with svn (cherry pick th