All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jon Seymour <jon.seymour@gmail.com>
To: Noel Grandin <noel@peralex.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: Core and Not-So Core
Date: Thu, 12 May 2005 00:40:59 +1000	[thread overview]
Message-ID: <2cfc4032050511074038d66089@mail.gmail.com> (raw)
In-Reply-To: <4281EAB5.3020006@peralex.com>

On 5/11/05, Noel Grandin <noel@peralex.com> wrote:
> Hi
> 
> Note that eclipse in particular has a fairly complicated repository
> provider interface.
> The subversion plugin developers (the subclipse project) took quite a
> while to implement their stuff.
> Basing your stuff off of their code would be a good idea.
> 

Noel,

Thanks for the info. I'll certainly have a look at what the subclipse
folks did as I am sure it will be helpful to understand the strategy. 
I do think we are in a slightly different situation here as we don't
quite have a stable library interface to git yet - Brad Roberts work
notwithstanding.

The repository API in pure Java is almost a no-brainer since Linus has
done such a good job in keeping the repository specification simple
and unambiguous.

A Java workspace API can take advantage of the abstraction and GUI
facilities that Java and Eclipse afford so will naturally be different
in form to the existing command line tools for manipulating the git
index. Certainly, there will be similarities - aspects of the 3-way
merge, for example, but there will be differences too - workspace
change detection will be somewhat assisted by the change notification
framework in Eclipse and won't require as much manual intervention.

> Also, they worked in 2 stages - in the first stage, they created
> something called the JavaHL interface, behind which they talked to the
> subversion C libraries using JNI.
> Then they created a pure-java implemenation of the subversion C
> libraries which also implemented the JavaHL interface, allowing them to
> compare and contrast the behaviour.
> 

At this stage, my thoughts are to implement a listener pattern to keep
the git index up to date, and I may well implement that by calling out
the the C git-update-cache executable. This can run in a background
thread so it needn't be a huge drag on interactive user performance.

Anyway, thanks for your input.

jon.

  reply	other threads:[~2005-05-11 14:36 UTC|newest]

Thread overview: 41+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-10 15:00 Core and Not-So Core Jon Seymour
2005-05-10 15:38 ` David Woodhouse
2005-05-10 15:50   ` Eduardo Teixeira Dias
2005-05-10 16:00     ` David Woodhouse
2005-05-10 16:19       ` Eduardo Teixeira Dias
2005-05-10 21:45         ` Diego Calleja
2005-05-10 22:33           ` Eduardo Teixeira Dias
2005-05-10 23:03             ` Diego Calleja
2005-05-10 23:11               ` Horst von Brand
2005-05-10 22:33           ` Eduardo Teixeira Dias
2005-05-10 22:34           ` Eduardo Teixeira Dias
2005-05-10 22:44           ` Petr Baudis
2005-05-10 22:54             ` Andreas Gal
2005-05-10 23:04             ` James Purser
2005-05-11  7:17           ` Christoph Hellwig
2005-05-11  7:42             ` Jon Seymour
2005-05-10 16:22   ` Jon Seymour
2005-05-10 17:03     ` David Woodhouse
     [not found]       ` <2cfc403205051010151304d88a@mail.gmail.com>
2005-05-10 17:15         ` Jon Seymour
2005-05-10 17:25           ` David Woodhouse
2005-05-10 17:36             ` Jon Seymour
2005-05-10 17:41               ` Christoph Hellwig
     [not found]                 ` <2cfc40320505101051207c9ce4@mail.gmail.com>
2005-05-10 17:51                   ` Jon Seymour
2005-05-10 18:01                     ` Davide Libenzi
2005-05-11  1:59           ` Rik van Riel
2005-05-11  2:09             ` Jon Seymour
2005-05-11  2:14               ` Petr Baudis
2005-05-10 22:18 ` Daniel Barkalow
     [not found]   ` <2cfc40320505101605721420@mail.gmail.com>
2005-05-10 23:05     ` Jon Seymour
2005-05-10 23:08       ` Petr Baudis
2005-05-10 23:20         ` Jon Seymour
2005-05-11 16:45           ` Daniel Barkalow
     [not found]             ` <2cfc403205051114087d283279@mail.gmail.com>
2005-05-11 21:09               ` Jon Seymour
2005-05-10 22:52 ` Petr Baudis
2005-05-11  0:50   ` Jon Seymour
2005-05-11  1:17     ` Peter Williams
2005-05-11  2:30     ` Nicolas Pitre
2005-05-11  3:02       ` Jon Seymour
2005-05-11 11:21 ` Noel Grandin
2005-05-11 14:40   ` Jon Seymour [this message]
2005-05-18 18:35 ` Juliusz Chroboczek

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2cfc4032050511074038d66089@mail.gmail.com \
    --to=jon.seymour@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=jon@blackcubes.dyndns.org \
    --cc=noel@peralex.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.