It isn't just that, it is the fact that I can do commits locally. Just to give you an idea, the local work I did for the lazy props feature has taken about ~17 commits when done on git. Each of those was a specific change, with a comment and easy to review. With SVN, I had to do 1 commit, which is much harder to handle.
On Sat, Jan 23, 2010 at 5:26 PM, Richard Brown (gmail) < [email protected]> wrote: > I haven't used Git (other than to pull the FluentNHibernate sources to my > machine) ... but the ability to get a history of a file when disconnected > (on the train) sounds useful to me, so I'm game for learning it if we move. > > > *From:* Fabio Maulo <[email protected]> > *Sent:* Saturday, January 23, 2010 1:15 PM > *To:* [email protected] > *Subject:* Re: [nhibernate-development] Subversion is killing me > > btw Oren, If I'm recalling right there are some NH-forks in Git-Hub, > perhaps you can use some of those forks and when the work is done you can > commit the done-work in the SVN. > > 2010/1/23 Fabio Maulo <[email protected]> > >> You can't do it in the trunk ? >> >> >> 2010/1/23 Ayende Rahien <[email protected]> >> >>> It is slow. >>> Case in point, I wanted to do the lazy prop branch, commit and switch to >>> the new branch. >>> I an't do that, it keeps failing. >>> >>> >>> On Sat, Jan 23, 2010 at 2:31 PM, Fabio Maulo <[email protected]>wrote: >>> >>>> I don't have problems with SF SVN. >>>> I have had some problems in the past but related with some SF >>>> reorganization, now everything work fine. >>>> >>>> Which problems are you experimenting ? >>>> >>>> 2010/1/23 Ayende Rahien <[email protected]> >>>> >>>> I just spent hours trying to get things working right with SF SVN. >>>>> It is slow, it fails a lot and when it does, it completely breaks my >>>>> ability to work. >>>>> >>>>> I don't think that it had been discussed, but I want to bring it up, >>>>> can we switch to Git for the project? >>>>> >>>> >>>> >>>> >>>> -- >>>> Fabio Maulo >>>> >>>> >>> >> >> >> -- >> Fabio Maulo >> >> > > > -- > Fabio Maulo > >
