git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [egit] How-to use egit
@ 2007-12-12 19:12 Wink Saville
  2007-12-13  2:47 ` Jing Xue
  0 siblings, 1 reply; 5+ messages in thread
From: Wink Saville @ 2007-12-12 19:12 UTC (permalink / raw)
  To: git

Robin et. al,


I cloned egit from git://repo.or.cz/egit and imported it into my workspace
following the instructions in INSTALL I did successfully compile although
there were 1115 warnings but no compilation errors.

I then exported to a archive org.spearce.egit.jar and then copied this file
to /usr/eclipse/plugin/ I then restarted Eclipse. But I don't see any 
evidence
that I properly installed the plugin. BUT I've never compiled or installed
a plugin by hand before so I may have not done this correctly.

Anyway, I need a small nudge on what to do next or maybe redo what I've
done correctly. Note, currently my entire workspace is in a git repository
and it's config file is:

wink@ic2d1:$ cat .git/config
[core]
        repositoryformatversion = 0
        filemode = true
        bare = false
        logallrefupdates = true
[remote "origin"]
        url = git://192.168.0.8/eclipse-workspace.git
        fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
        remote = origin
        merge = refs/heads/master
[gui]
        geometry = 918x909+633+116 107 218

With the working copy named "workspace".

Cheers,

Wink Saville

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-12-14  0:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-12 19:12 [egit] How-to use egit Wink Saville
2007-12-13  2:47 ` Jing Xue
2007-12-13 22:35   ` Wink Saville
2007-12-13 23:24     ` Robin Rosenberg
2007-12-14  0:11       ` Wink Saville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).