Re: jgit as a jira plugin

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"J. Longman" <longman@xxxxxxxxxxx> wrote:
> I've integrated jgit into a plugin for the Jira Issue tracking system.  
> There is more information here: 
> http://confluence.atlassian.com/display/JIRAEXT/Jira+Git+Plugin

Cool!

> 1) I noticed that there is a maven pom file.  Are you present in a maven 
> repository?  Also any problem with embedding a working snapshot in my 
> plugin?

No, we aren't hosted in any repository yet.  The pom file exists to
make it easier for people who prefer maven to build, but its not the
primary build system for jgit.

> 2) I'd like to find out the jgit way to achieve the equivalent of 'svn  
> update'.  I understand that fetch can do this but being new to git, I  
> don't really understand quite what I need yet.  The goal is to have git 
> the latest commits from the origin before indexing.

Use a Transport instance to execute a default fetch (no args) on say
the "remote" origin.  That will download the objects to the local
database, but it won't update a working directory.  But I'm not sure
you would care about the working directory in the backend of Jira.

> Thanks for jgit - it took me a day or two to wrap my head around getting 
> the list of files changed in a commit but otherwise its great to have 
> something that can be integrated into jira.

Yea, about that, we wanted to write more tutorials on the API...  ;-)

-- 
Shawn.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]

  Powered by Linux