Re: Question about status of maven-scm-provider-jgit

2011-01-10 Thread Mark Struberg
Hi!

You most probably also will need to tinker on jgit-simple [1]. It got hosted on 
github because it contains sources which are partly copy&pasted over from 
Shawns eclipse integration. So this was just not possible to ALv2... But 
actually the most important parts sit there. The scm-provider itself is obvious.

Another thing: you cannot easily split it out of maven-scm-providers-git, 
because it shares a lot code and test data, etc. To be more exact: you can but 
it doesn't make that much sense ;)

LieGrue,
strub



[1] https://github.com/sonatype/jgit-simple

--- On Mon, 1/10/11, Evgeny Mandrikov  wrote:

From: Evgeny Mandrikov 
Subject: Re: Question about status of maven-scm-provider-jgit
To: [email protected]
Date: Monday, January 10, 2011, 11:25 PM

Thank you!

On Tue, Jan 11, 2011 at 02:21, Olivier Lamy  wrote:


so you have now karma on both (svnjava and jgit)

Let me know others who need this too.



We will see later more details (groupId/artifactId etc ).







2011/1/11 Evgeny Mandrikov :

> My google id : Mandrikov

>

> On Tue, Jan 11, 2011 at 02:11, Olivier Lamy  wrote:

>>

>> So I have reserved the name here :

>> http://code.google.com/a/apache-extras.org/p/maven-scm-provider-jgit/

>> And import current stuff from [1]

>> And move svnjava to

>> http://code.google.com/a/apache-extras.org/p/maven-scm-provider-svnjava/

>>

>> Evgeny what is your google id ?

>>

>> --

>> Olivier

>> [1]

>> http://svn.apache.org/repos/asf/maven/sandbox/trunk/scm/maven-scm-provider-jgit/

>>

>>

>> 2011/1/10 Evgeny Mandrikov :

>> > Hi Marc,

>> > So it means that actual sources here - [1]. Right?

>> > Yes - I think it's time to come back to this implementation, since jgit

>> > evolves. If you don't have time to do so - I can be a volunteer for

>> > this.

>> > [1]

>> >

>> > http://svn.apache.org/repos/asf/maven/sandbox/trunk/scm/maven-scm-provider-jgit/

>> >

>> > On Mon, Jan 10, 2011 at 17:55, Mark Struberg  wrote:

>> >>

>> >> Hi Evgeny!

>> >>

>> >> I've imported my sources to the maven-scm repo but we had to move it to

>> >> the sandbox because jgit/egit wasn't stable at the time. This was

>> >> written

>> >> just before egit moved to eclipse.org and underwent significant

>> >> changes. So

>> >> I fear the code will currently not compile against the latest version.

>> >>

>> >> Also I was forced to introduce a middle layer because of license

>> >> constraints (egit was LGPL at the time). I'm not sure if jgit-simple

>> >> got

>> >> maintained itmt. I didn't have found time to work on jgit again but

>> >> I've

>> >> improved the handling of the much more stable git-exe provider.

>> >>

>> >> Since egit/jgit now got an official release, it might be time to peek

>> >> at

>> >> it again.

>> >>

>> >> LieGrue,

>> >> strub

>> >>

>> >>

>> >> --- On Mon, 1/10/11, Evgeny Mandrikov  wrote:

>> >>

>> >> From: Evgeny Mandrikov 

>> >> Subject: Re: Question about status of maven-scm-provider-jgit

>> >> To: [email protected]

>> >> Date: Monday, January 10, 2011, 2:40 PM

>> >>

>> >> Mainly my question wasn't not about why this is not in ASF Maven SCM

>> >> repository and not released, but about stability of this project and

>> >> where

>> >> is an official source code ? I think I can made private release for me

>> >> and

>> >> use it.

>> >>

>> >>

>> >>

>> >> On Mon, Jan 10, 2011 at 17:38, Evgeny Mandrikov 

>> >> wrote:

>> >>

>> >>

>> >> But I believe that this problem can be resolved ? ;)

>> >>

>> >> On Mon, Jan 10, 2011 at 17:00, Olivier Lamy  wrote:

>> >>

>> >>

>> >>

>> >> Hello,

>> >>

>> >> The problem : jgit is not available in central ( see

>> >>

>> >> http://www.eclipse.org/jgit/download/ ).

>> >>

>> >> As I remember we only allow dependencies which are in central.

>> >>

>> >>

>> >>

>> >>

>> >>

>> >>

>> >>

>> >> 2011/1/10 Evgeny Mandrikov :

>> >>

>> >>

Re: Question about status of maven-scm-provider-jgit

2011-01-10 Thread Evgeny Mandrikov
Thank you!

On Tue, Jan 11, 2011 at 02:21, Olivier Lamy  wrote:

> so you have now karma on both (svnjava and jgit)
> Let me know others who need this too.
>
> We will see later more details (groupId/artifactId etc ).
>
>
>
> 2011/1/11 Evgeny Mandrikov :
> > My google id : Mandrikov
> >
> > On Tue, Jan 11, 2011 at 02:11, Olivier Lamy  wrote:
> >>
> >> So I have reserved the name here :
> >> http://code.google.com/a/apache-extras.org/p/maven-scm-provider-jgit/
> >> And import current stuff from [1]
> >> And move svnjava to
> >>
> http://code.google.com/a/apache-extras.org/p/maven-scm-provider-svnjava/
> >>
> >> Evgeny what is your google id ?
> >>
> >> --
> >> Olivier
> >> [1]
> >>
> http://svn.apache.org/repos/asf/maven/sandbox/trunk/scm/maven-scm-provider-jgit/
> >>
> >>
> >> 2011/1/10 Evgeny Mandrikov :
> >> > Hi Marc,
> >> > So it means that actual sources here - [1]. Right?
> >> > Yes - I think it's time to come back to this implementation, since
> jgit
> >> > evolves. If you don't have time to do so - I can be a volunteer for
> >> > this.
> >> > [1]
> >> >
> >> >
> http://svn.apache.org/repos/asf/maven/sandbox/trunk/scm/maven-scm-provider-jgit/
> >> >
> >> > On Mon, Jan 10, 2011 at 17:55, Mark Struberg 
> wrote:
> >> >>
> >> >> Hi Evgeny!
> >> >>
> >> >> I've imported my sources to the maven-scm repo but we had to move it
> to
> >> >> the sandbox because jgit/egit wasn't stable at the time. This was
> >> >> written
> >> >> just before egit moved to eclipse.org and underwent significant
> >> >> changes. So
> >> >> I fear the code will currently not compile against the latest
> version.
> >> >>
> >> >> Also I was forced to introduce a middle layer because of license
> >> >> constraints (egit was LGPL at the time). I'm not sure if jgit-simple
> >> >> got
> >> >> maintained itmt. I didn't have found time to work on jgit again but
> >> >> I've
> >> >> improved the handling of the much more stable git-exe provider.
> >> >>
> >> >> Since egit/jgit now got an official release, it might be time to peek
> >> >> at
> >> >> it again.
> >> >>
> >> >> LieGrue,
> >> >> strub
> >> >>
> >> >>
> >> >> --- On Mon, 1/10/11, Evgeny Mandrikov  wrote:
> >> >>
> >> >> From: Evgeny Mandrikov 
> >> >> Subject: Re: Question about status of maven-scm-provider-jgit
> >> >> To: [email protected]
> >> >> Date: Monday, January 10, 2011, 2:40 PM
> >> >>
> >> >> Mainly my question wasn't not about why this is not in ASF Maven SCM
> >> >> repository and not released, but about stability of this project and
> >> >> where
> >> >> is an official source code ? I think I can made private release for
> me
> >> >> and
> >> >> use it.
> >> >>
> >> >>
> >> >>
> >> >> On Mon, Jan 10, 2011 at 17:38, Evgeny Mandrikov  >
> >> >> wrote:
> >> >>
> >> >>
> >> >> But I believe that this problem can be resolved ? ;)
> >> >>
> >> >> On Mon, Jan 10, 2011 at 17:00, Olivier Lamy 
> wrote:
> >> >>
> >> >>
> >> >>
> >> >> Hello,
> >> >>
> >> >> The problem : jgit is not available in central ( see
> >> >>
> >> >> http://www.eclipse.org/jgit/download/ ).
> >> >>
> >> >> As I remember we only allow dependencies which are in central.
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >>
> >> >> 2011/1/10 Evgeny Mandrikov :
> >> >>
> >> >> > Hi,
> >> >>
> >> >> > Which status of implementation of Git SCM provider based on JGit
> >> >> > ? Any
> >> >>
> >> >> > progress?
> >> >>
> >> >> > I found several sources. For example implementation in GitHub
> >

Re: Question about status of maven-scm-provider-jgit

2011-01-10 Thread Evgeny Mandrikov
My google id : Mandrikov

On Tue, Jan 11, 2011 at 02:11, Olivier Lamy  wrote:

> So I have reserved the name here :
> http://code.google.com/a/apache-extras.org/p/maven-scm-provider-jgit/
> And import current stuff from [1]
> And move svnjava to
> http://code.google.com/a/apache-extras.org/p/maven-scm-provider-svnjava/
>
> Evgeny what is your google id ?
>
> --
> Olivier
> [1]
> http://svn.apache.org/repos/asf/maven/sandbox/trunk/scm/maven-scm-provider-jgit/
>
>
> 2011/1/10 Evgeny Mandrikov :
> > Hi Marc,
> > So it means that actual sources here - [1]. Right?
> > Yes - I think it's time to come back to this implementation, since jgit
> > evolves. If you don't have time to do so - I can be a volunteer for this.
> > [1]
> >
> http://svn.apache.org/repos/asf/maven/sandbox/trunk/scm/maven-scm-provider-jgit/
> >
> > On Mon, Jan 10, 2011 at 17:55, Mark Struberg  wrote:
> >>
> >> Hi Evgeny!
> >>
> >> I've imported my sources to the maven-scm repo but we had to move it to
> >> the sandbox because jgit/egit wasn't stable at the time. This was
> written
> >> just before egit moved to eclipse.org and underwent significant
> changes. So
> >> I fear the code will currently not compile against the latest version.
> >>
> >> Also I was forced to introduce a middle layer because of license
> >> constraints (egit was LGPL at the time). I'm not sure if jgit-simple got
> >> maintained itmt. I didn't have found time to work on jgit again but I've
> >> improved the handling of the much more stable git-exe provider.
> >>
> >> Since egit/jgit now got an official release, it might be time to peek at
> >> it again.
> >>
> >> LieGrue,
> >> strub
> >>
> >>
> >> --- On Mon, 1/10/11, Evgeny Mandrikov  wrote:
> >>
> >> From: Evgeny Mandrikov 
> >> Subject: Re: Question about status of maven-scm-provider-jgit
> >> To: [email protected]
> >> Date: Monday, January 10, 2011, 2:40 PM
> >>
> >> Mainly my question wasn't not about why this is not in ASF Maven SCM
> >> repository and not released, but about stability of this project and
> where
> >> is an official source code ? I think I can made private release for me
> and
> >> use it.
> >>
> >>
> >>
> >> On Mon, Jan 10, 2011 at 17:38, Evgeny Mandrikov 
> >> wrote:
> >>
> >>
> >> But I believe that this problem can be resolved ? ;)
> >>
> >> On Mon, Jan 10, 2011 at 17:00, Olivier Lamy  wrote:
> >>
> >>
> >>
> >> Hello,
> >>
> >> The problem : jgit is not available in central ( see
> >>
> >> http://www.eclipse.org/jgit/download/ ).
> >>
> >> As I remember we only allow dependencies which are in central.
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> 2011/1/10 Evgeny Mandrikov :
> >>
> >> > Hi,
> >>
> >> > Which status of implementation of Git SCM provider based on JGit ? Any
> >>
> >> > progress?
> >>
> >> > I found several sources. For example implementation in GitHub
> >>
> >> >
> >> > (
> https://github.com/struberg/maven-scm-providers-git/tree/master/maven-scm-provider-jgit
>  ),
> >>
> >> > but it seems a bit outdated.
> >>
> >> >
> >>
> >> > --
> >>
> >> > Best regards,
> >>
> >> > Evgeny Mandrikov aka Godin <http://godin.net.ru>
> >>
> >> > http://twitter.com/_godin_
> >>
> >> >
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> --
> >>
> >> Olivier Lamy
> >>
> >> http://twitter.com/olamy
> >>
> >> http://www.linkedin.com/in/olamy
> >>
> >>
> >>
> >>
> >> --
> >> Best regards,
> >> Evgeny Mandrikov aka Godin <http://godin.net.ru>
> >>
> >>
> >> http://twitter.com/_godin_
> >>
> >>
> >>
> >>
> >>
> >> --
> >> Best regards,
> >> Evgeny Mandrikov aka Godin <http://godin.net.ru>
> >> http://twitter.com/_godin_
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >
> >
> >
> > --
> > Best regards,
> > Evgeny Mandrikov aka Godin <http://godin.net.ru>
> > http://twitter.com/_godin_
> >
>
>
>
> --
> Olivier Lamy
> http://twitter.com/olamy
> http://www.linkedin.com/in/olamy
>



-- 
Best regards,
Evgeny Mandrikov aka Godin <http://godin.net.ru>
http://twitter.com/_godin_


Re: Question about status of maven-scm-provider-jgit

2011-01-10 Thread Olivier Lamy
So I have reserved the name here :
http://code.google.com/a/apache-extras.org/p/maven-scm-provider-jgit/
And import current stuff from [1]
And move svnjava to
http://code.google.com/a/apache-extras.org/p/maven-scm-provider-svnjava/

Evgeny what is your google id ?

--
Olivier
[1] 
http://svn.apache.org/repos/asf/maven/sandbox/trunk/scm/maven-scm-provider-jgit/


2011/1/10 Evgeny Mandrikov :
> Hi Marc,
> So it means that actual sources here - [1]. Right?
> Yes - I think it's time to come back to this implementation, since jgit
> evolves. If you don't have time to do so - I can be a volunteer for this.
> [1]
> http://svn.apache.org/repos/asf/maven/sandbox/trunk/scm/maven-scm-provider-jgit/
>
> On Mon, Jan 10, 2011 at 17:55, Mark Struberg  wrote:
>>
>> Hi Evgeny!
>>
>> I've imported my sources to the maven-scm repo but we had to move it to
>> the sandbox because jgit/egit wasn't stable at the time. This was written
>> just before egit moved to eclipse.org and underwent significant changes. So
>> I fear the code will currently not compile against the latest version.
>>
>> Also I was forced to introduce a middle layer because of license
>> constraints (egit was LGPL at the time). I'm not sure if jgit-simple got
>> maintained itmt. I didn't have found time to work on jgit again but I've
>> improved the handling of the much more stable git-exe provider.
>>
>> Since egit/jgit now got an official release, it might be time to peek at
>> it again.
>>
>> LieGrue,
>> strub
>>
>>
>> --- On Mon, 1/10/11, Evgeny Mandrikov  wrote:
>>
>> From: Evgeny Mandrikov 
>> Subject: Re: Question about status of maven-scm-provider-jgit
>> To: [email protected]
>> Date: Monday, January 10, 2011, 2:40 PM
>>
>> Mainly my question wasn't not about why this is not in ASF Maven SCM
>> repository and not released, but about stability of this project and where
>> is an official source code ? I think I can made private release for me and
>> use it.
>>
>>
>>
>> On Mon, Jan 10, 2011 at 17:38, Evgeny Mandrikov 
>> wrote:
>>
>>
>> But I believe that this problem can be resolved ? ;)
>>
>> On Mon, Jan 10, 2011 at 17:00, Olivier Lamy  wrote:
>>
>>
>>
>> Hello,
>>
>> The problem : jgit is not available in central ( see
>>
>> http://www.eclipse.org/jgit/download/ ).
>>
>> As I remember we only allow dependencies which are in central.
>>
>>
>>
>>
>>
>>
>>
>> 2011/1/10 Evgeny Mandrikov :
>>
>> > Hi,
>>
>> > Which status of implementation of Git SCM provider based on JGit ? Any
>>
>> > progress?
>>
>> > I found several sources. For example implementation in GitHub
>>
>> >
>> > ( https://github.com/struberg/maven-scm-providers-git/tree/master/maven-scm-provider-jgit ),
>>
>> > but it seems a bit outdated.
>>
>> >
>>
>> > --
>>
>> > Best regards,
>>
>> > Evgeny Mandrikov aka Godin <http://godin.net.ru>
>>
>> > http://twitter.com/_godin_
>>
>> >
>>
>>
>>
>>
>>
>>
>>
>> --
>>
>> Olivier Lamy
>>
>> http://twitter.com/olamy
>>
>> http://www.linkedin.com/in/olamy
>>
>>
>>
>>
>> --
>> Best regards,
>> Evgeny Mandrikov aka Godin <http://godin.net.ru>
>>
>>
>> http://twitter.com/_godin_
>>
>>
>>
>>
>>
>> --
>> Best regards,
>> Evgeny Mandrikov aka Godin <http://godin.net.ru>
>> http://twitter.com/_godin_
>>
>>
>>
>>
>>
>>
>>
>
>
>
> --
> Best regards,
> Evgeny Mandrikov aka Godin <http://godin.net.ru>
> http://twitter.com/_godin_
>



-- 
Olivier Lamy
http://twitter.com/olamy
http://www.linkedin.com/in/olamy


Re: Question about status of maven-scm-provider-jgit

2011-01-10 Thread Evgeny Mandrikov
Hi Marc,

So it means that actual sources here - [1]. Right?

Yes - I think it's time to come back to this implementation, since jgit
evolves. If you don't have time to do so - I can be a volunteer for this.

[1]
http://svn.apache.org/repos/asf/maven/sandbox/trunk/scm/maven-scm-provider-jgit/

On Mon, Jan 10, 2011 at 17:55, Mark Struberg  wrote:

> Hi Evgeny!
>
> I've imported my sources to the maven-scm repo but we had to move it to the
> sandbox because jgit/egit wasn't stable at the time. This was written just
> before egit moved to eclipse.org and underwent significant changes. So I
> fear the code will currently not compile against the latest version.
>
> Also I was forced to introduce a middle layer because of license
> constraints (egit was LGPL at the time). I'm not sure if jgit-simple got
> maintained itmt. I didn't have found time to work on jgit again but I've
> improved the handling of the much more stable git-exe provider.
>
> Since egit/jgit now got an official release, it might be time to peek at it
> again.
>
> LieGrue,
> strub
>
>
> --- On Mon, 1/10/11, Evgeny Mandrikov  wrote:
>
> From: Evgeny Mandrikov 
> Subject: Re: Question about status of maven-scm-provider-jgit
> To: [email protected]
> Date: Monday, January 10, 2011, 2:40 PM
>
> Mainly my question wasn't not about why this is not in ASF Maven SCM
> repository and not released, but about stability of this project and where
> is an official source code ? I think I can made private release for me and
> use it.
>
>
>
> On Mon, Jan 10, 2011 at 17:38, Evgeny Mandrikov 
> wrote:
>
>
> But I believe that this problem can be resolved ? ;)
>
> On Mon, Jan 10, 2011 at 17:00, Olivier Lamy  wrote:
>
>
>
> Hello,
>
> The problem : jgit is not available in central ( see
>
> http://www.eclipse.org/jgit/download/ ).
>
> As I remember we only allow dependencies which are in central.
>
>
>
>
>
>
>
> 2011/1/10 Evgeny Mandrikov :
>
> > Hi,
>
> > Which status of implementation of Git SCM provider based on JGit ? Any
>
> > progress?
>
> > I found several sources. For example implementation in GitHub
>
> > (
> https://github.com/struberg/maven-scm-providers-git/tree/master/maven-scm-provider-jgit
>  ),
>
> > but it seems a bit outdated.
>
> >
>
> > --
>
> > Best regards,
>
> > Evgeny Mandrikov aka Godin <http://godin.net.ru>
>
> > http://twitter.com/_godin_
>
> >
>
>
>
>
>
>
>
> --
>
> Olivier Lamy
>
> http://twitter.com/olamy
>
> http://www.linkedin.com/in/olamy
>
>
>
>
> --
> Best regards,
> Evgeny Mandrikov aka Godin <http://godin.net.ru>
>
>
> http://twitter.com/_godin_
>
>
>
>
>
> --
> Best regards,
> Evgeny Mandrikov aka Godin <http://godin.net.ru>
> http://twitter.com/_godin_
>
>
>
>
>
>
>
>


-- 
Best regards,
Evgeny Mandrikov aka Godin <http://godin.net.ru>
http://twitter.com/_godin_


Re: Question about status of maven-scm-provider-jgit

2011-01-10 Thread Dennis Lundberg
On 2011-01-10 21:34, Olivier Lamy wrote:
> Due to this reasons, we can maybe think about moving [1] to apache-extras.org 
> ?
> WDYT ?
> 
> I have planned to move svnjava [2] to this place too.

+1

I was thinking the same thing. Let's put all license-encumbered SCM
implementations at apache-extras.

> 
> Thanks,
> --
> Olivier
> 
> [1] 
> http://svn.apache.org/repos/asf/maven/sandbox/trunk/scm/maven-scm-provider-jgit/
> [2] http://code.google.com/p/maven-scm-provider-svnjava/
> 
> 2011/1/10 Mark Struberg :
>> Hi Evgeny!
>>
>> I've imported my sources to the maven-scm repo but we had to move it to the 
>> sandbox because jgit/egit wasn't stable at the time. This was written just 
>> before egit moved to eclipse.org and underwent significant changes. So I 
>> fear the code will currently not compile against the latest version.
>>
>> Also I was forced to introduce a middle layer because of license constraints 
>> (egit was LGPL at the time). I'm not sure if jgit-simple got maintained 
>> itmt. I didn't have found time to work on jgit again but I've improved the 
>> handling of the much more stable git-exe provider.
>>
>> Since egit/jgit now got an official release, it might be time to peek at it 
>> again.
>>
>> LieGrue,
>> strub
>>
>>
>> --- On Mon, 1/10/11, Evgeny Mandrikov  wrote:
>>
>> From: Evgeny Mandrikov 
>> Subject: Re: Question about status of maven-scm-provider-jgit
>> To: [email protected]
>> Date: Monday, January 10, 2011, 2:40 PM
>>
>> Mainly my question wasn't not about why this is not in ASF Maven SCM 
>> repository and not released, but about stability of this project and where 
>> is an official source code ? I think I can made private release for me and 
>> use it.
>>
>>
>>
>> On Mon, Jan 10, 2011 at 17:38, Evgeny Mandrikov  wrote:
>>
>>
>> But I believe that this problem can be resolved ? ;)
>>
>> On Mon, Jan 10, 2011 at 17:00, Olivier Lamy  wrote:
>>
>>
>>
>> Hello,
>>
>> The problem : jgit is not available in central ( see
>>
>> http://www.eclipse.org/jgit/download/ ).
>>
>> As I remember we only allow dependencies which are in central.
>>
>>
>>
>>
>>
>>
>>
>> 2011/1/10 Evgeny Mandrikov :
>>
>>> Hi,
>>
>>> Which status of implementation of Git SCM provider based on JGit ? Any
>>
>>> progress?
>>
>>> I found several sources. For example implementation in GitHub
>>
>>> ( 
>>> https://github.com/struberg/maven-scm-providers-git/tree/master/maven-scm-provider-jgit
>>>  ),
>>
>>> but it seems a bit outdated.
>>
>>>
>>
>>> --
>>
>>> Best regards,
>>
>>> Evgeny Mandrikov aka Godin <http://godin.net.ru>
>>
>>> http://twitter.com/_godin_
>>
>>>
>>
>>
>>
>>
>>
>>
>>
>> --
>>
>> Olivier Lamy
>>
>> http://twitter.com/olamy
>>
>> http://www.linkedin.com/in/olamy
>>
>>
>>
>>
>> --
>> Best regards,
>> Evgeny Mandrikov aka Godin <http://godin.net.ru>
>>
>>
>> http://twitter.com/_godin_
>>
>>
>>
>>
>>
>> --
>> Best regards,
>> Evgeny Mandrikov aka Godin <http://godin.net.ru>
>> http://twitter.com/_godin_
>>
>>
>>
>>
>>
>>
>>
>>
> 
> 
> 


-- 
Dennis Lundberg


Re: Question about status of maven-scm-provider-jgit

2011-01-10 Thread Olivier Lamy
Due to this reasons, we can maybe think about moving [1] to apache-extras.org ?
WDYT ?

I have planned to move svnjava [2] to this place too.

Thanks,
--
Olivier

[1] 
http://svn.apache.org/repos/asf/maven/sandbox/trunk/scm/maven-scm-provider-jgit/
[2] http://code.google.com/p/maven-scm-provider-svnjava/

2011/1/10 Mark Struberg :
> Hi Evgeny!
>
> I've imported my sources to the maven-scm repo but we had to move it to the 
> sandbox because jgit/egit wasn't stable at the time. This was written just 
> before egit moved to eclipse.org and underwent significant changes. So I fear 
> the code will currently not compile against the latest version.
>
> Also I was forced to introduce a middle layer because of license constraints 
> (egit was LGPL at the time). I'm not sure if jgit-simple got maintained itmt. 
> I didn't have found time to work on jgit again but I've improved the handling 
> of the much more stable git-exe provider.
>
> Since egit/jgit now got an official release, it might be time to peek at it 
> again.
>
> LieGrue,
> strub
>
>
> --- On Mon, 1/10/11, Evgeny Mandrikov  wrote:
>
> From: Evgeny Mandrikov 
> Subject: Re: Question about status of maven-scm-provider-jgit
> To: [email protected]
> Date: Monday, January 10, 2011, 2:40 PM
>
> Mainly my question wasn't not about why this is not in ASF Maven SCM 
> repository and not released, but about stability of this project and where is 
> an official source code ? I think I can made private release for me and use 
> it.
>
>
>
> On Mon, Jan 10, 2011 at 17:38, Evgeny Mandrikov  wrote:
>
>
> But I believe that this problem can be resolved ? ;)
>
> On Mon, Jan 10, 2011 at 17:00, Olivier Lamy  wrote:
>
>
>
> Hello,
>
> The problem : jgit is not available in central ( see
>
> http://www.eclipse.org/jgit/download/ ).
>
> As I remember we only allow dependencies which are in central.
>
>
>
>
>
>
>
> 2011/1/10 Evgeny Mandrikov :
>
>> Hi,
>
>> Which status of implementation of Git SCM provider based on JGit ? Any
>
>> progress?
>
>> I found several sources. For example implementation in GitHub
>
>> ( https://github.com/struberg/maven-scm-providers-git/tree/master/maven-scm-provider-jgit ),
>
>> but it seems a bit outdated.
>
>>
>
>> --
>
>> Best regards,
>
>> Evgeny Mandrikov aka Godin <http://godin.net.ru>
>
>> http://twitter.com/_godin_
>
>>
>
>
>
>
>
>
>
> --
>
> Olivier Lamy
>
> http://twitter.com/olamy
>
> http://www.linkedin.com/in/olamy
>
>
>
>
> --
> Best regards,
> Evgeny Mandrikov aka Godin <http://godin.net.ru>
>
>
> http://twitter.com/_godin_
>
>
>
>
>
> --
> Best regards,
> Evgeny Mandrikov aka Godin <http://godin.net.ru>
> http://twitter.com/_godin_
>
>
>
>
>
>
>
>



-- 
Olivier Lamy
http://twitter.com/olamy
http://www.linkedin.com/in/olamy


Re: Question about status of maven-scm-provider-jgit

2011-01-10 Thread Mark Struberg
Hi Evgeny!

I've imported my sources to the maven-scm repo but we had to move it to the 
sandbox because jgit/egit wasn't stable at the time. This was written just 
before egit moved to eclipse.org and underwent significant changes. So I fear 
the code will currently not compile against the latest version.

Also I was forced to introduce a middle layer because of license constraints 
(egit was LGPL at the time). I'm not sure if jgit-simple got maintained itmt. I 
didn't have found time to work on jgit again but I've improved the handling of 
the much more stable git-exe provider. 

Since egit/jgit now got an official release, it might be time to peek at it 
again.

LieGrue,
strub


--- On Mon, 1/10/11, Evgeny Mandrikov  wrote:

From: Evgeny Mandrikov 
Subject: Re: Question about status of maven-scm-provider-jgit
To: [email protected]
Date: Monday, January 10, 2011, 2:40 PM

Mainly my question wasn't not about why this is not in ASF Maven SCM repository 
and not released, but about stability of this project and where is an official 
source code ? I think I can made private release for me and use it.



On Mon, Jan 10, 2011 at 17:38, Evgeny Mandrikov  wrote:


But I believe that this problem can be resolved ? ;)

On Mon, Jan 10, 2011 at 17:00, Olivier Lamy  wrote:



Hello,

The problem : jgit is not available in central ( see

http://www.eclipse.org/jgit/download/ ).

As I remember we only allow dependencies which are in central.







2011/1/10 Evgeny Mandrikov :

> Hi,

> Which status of implementation of Git SCM provider based on JGit ? Any

> progress?

> I found several sources. For example implementation in GitHub

> ( https://github.com/struberg/maven-scm-providers-git/tree/master/maven-scm-provider-jgit ),

> but it seems a bit outdated.

>

> --

> Best regards,

> Evgeny Mandrikov aka Godin <http://godin.net.ru>

> http://twitter.com/_godin_

>







--

Olivier Lamy

http://twitter.com/olamy

http://www.linkedin.com/in/olamy




-- 
Best regards,
Evgeny Mandrikov aka Godin <http://godin.net.ru>


http://twitter.com/_godin_





-- 
Best regards,
Evgeny Mandrikov aka Godin <http://godin.net.ru>
http://twitter.com/_godin_









Re: Question about status of maven-scm-provider-jgit

2011-01-10 Thread Evgeny Mandrikov
Mainly my question wasn't not about why this is not in ASF Maven SCM
repository and not released, but about stability of this project and where
is an official source code ? I think I can made private release for me and
use it.

On Mon, Jan 10, 2011 at 17:38, Evgeny Mandrikov  wrote:

> But I believe that this problem can be resolved ? ;)
>
>
> On Mon, Jan 10, 2011 at 17:00, Olivier Lamy  wrote:
>
>> Hello,
>> The problem : jgit is not available in central ( see
>> http://www.eclipse.org/jgit/download/ ).
>> As I remember we only allow dependencies which are in central.
>>
>>
>>
>> 2011/1/10 Evgeny Mandrikov :
>> > Hi,
>> > Which status of implementation of Git SCM provider based on JGit ? Any
>> > progress?
>> > I found several sources. For example implementation in GitHub
>> > (
>> https://github.com/struberg/maven-scm-providers-git/tree/master/maven-scm-provider-jgit
>>  ),
>> > but it seems a bit outdated.
>> >
>> > --
>> > Best regards,
>> > Evgeny Mandrikov aka Godin 
>> > http://twitter.com/_godin_
>> >
>>
>>
>>
>> --
>> Olivier Lamy
>> http://twitter.com/olamy
>> http://www.linkedin.com/in/olamy
>>
>
>
>
> --
> Best regards,
> Evgeny Mandrikov aka Godin 
> http://twitter.com/_godin_
>



-- 
Best regards,
Evgeny Mandrikov aka Godin 
http://twitter.com/_godin_


Re: Question about status of maven-scm-provider-jgit

2011-01-10 Thread Evgeny Mandrikov
But I believe that this problem can be resolved ? ;)

On Mon, Jan 10, 2011 at 17:00, Olivier Lamy  wrote:

> Hello,
> The problem : jgit is not available in central ( see
> http://www.eclipse.org/jgit/download/ ).
> As I remember we only allow dependencies which are in central.
>
>
>
> 2011/1/10 Evgeny Mandrikov :
> > Hi,
> > Which status of implementation of Git SCM provider based on JGit ? Any
> > progress?
> > I found several sources. For example implementation in GitHub
> > (
> https://github.com/struberg/maven-scm-providers-git/tree/master/maven-scm-provider-jgit
>  ),
> > but it seems a bit outdated.
> >
> > --
> > Best regards,
> > Evgeny Mandrikov aka Godin 
> > http://twitter.com/_godin_
> >
>
>
>
> --
> Olivier Lamy
> http://twitter.com/olamy
> http://www.linkedin.com/in/olamy
>



-- 
Best regards,
Evgeny Mandrikov aka Godin 
http://twitter.com/_godin_