RE: maven-scm-providers-git initial version

2008-04-05 Thread Eugene Kuleshov
struberg wrote: For the really 'edgy' guys out there: I've fixed the maven-scm-provider-git to also work with git-1.5.4. $ git-clone http://ns1.backwork.net/git/maven-scm-providers-git.git as usual... Please provide feedback, so we can move this to codehaus if it's mature enough.

Re: maven-scm-providers-git initial version

2008-04-05 Thread Jason van Zyl
Everything seems to pass, and I'll huck the whole lot under hudson and commit the git provider. On 5-Apr-08, at 2:44 PM, Eugene Kuleshov wrote: struberg wrote: For the really 'edgy' guys out there: I've fixed the maven-scm-provider-git to also work with git-1.5.4. $ git-clone

RE: maven-scm-providers-git initial version

2008-02-06 Thread Mark Struberg
For the really 'edgy' guys out there: I've fixed the maven-scm-provider-git to also work with git-1.5.4. $ git-clone http://ns1.backwork.net/git/maven-scm-providers-git.git as usual... Please provide feedback, so we can move this to codehaus if it's mature enough. LieGrü, strub --- Mark

RE: maven-scm-providers-git initial version

2007-12-14 Thread Mark Struberg
Hi! Just want to give a short update: 1.) almost all TCK tests are now implemented and pass 2.) The maven-release-plugin works fine now. Full release cycles with both release:prepare and release:perform executed successfully. This is currently still all done under Linux only, but Siegi Goeschl

maven-scm-providers-git initial version

2007-11-28 Thread Mark Struberg
Hi! I used a few days in bed to write a scm provider for git. I basically looked at a few of the standard maven scm-providers (cvs, svn, vss) and decided to take the maven-scm-providers-svn to act as the basis of the git implementation. So there are most probably still a few svn-ish commands in