Re: [Prevayler-coders] Codehaus prevayler CVS needs conversion to SVN
Brought to you by:
jsampson,
klauswuestefeld
From: Justin T. S. <ju...@kr...> - 2008-03-25 15:06:23
|
Yeah, definitely, which is part of the reason I wanted to make sure we have a good revision history of the old repository, so we can pick it up again from there. But I also did some stuff in the Java 5 experimental branch that might be worth merging in (other things people have asked for). Git is supposed to make branches really easy, so I'm thinking I'd pull those experimental changes into a "java5-experiment" branch in order to make it easier to merge individual changes into the master branch. Maybe. Cheers, Justin On Mon, Mar 24, 2008 at 1:06 PM, Klaus Wuestefeld <kla...@gm...> wrote: > Git sounds nice. > > Isnt it better we move back from the API with generics, though? > > See you, Klaus. > > > > > On Sun, Mar 23, 2008 at 3:21 AM, Justin T. Sampson <ju...@kr...> wrote: > > Sorry. :) Git is yet another source control tool. Linus Torvalds wrote > > it two years ago for Linux kernel development, when they had to move > > away from the tool they'd been using (BitKeeper) for licensing > > reasons. He hates CVS, and since Subversion aims to be "CVS done > > right" he hates Subversion even more. Git's primary benefit is being > > "distributed", meaning it doesn't require a central repository: Every > > developer gets their own local writable copy of the entire repository, > > with history, and Git handles merging changes better, reportedly, than > > any other system. It seems to be gaining steam, and it definitely > > feels very nice. I've just started playing with it for very small > > things. > > > > http://git.or.cz/ > > > > Cheers, > > Justin |