From: Wink Saville <wink@saville•com>
To: git@vger•kernel.org
Subject: Re: [egit] How-to use egit
Date: Thu, 13 Dec 2007 14:35:30 -0800 [thread overview]
Message-ID: <4761B3B2.4040807@saville.com> (raw)
In-Reply-To: <20071213024735.GB7492@fawkes>
Jing Xue wrote:
> On Wed, Dec 12, 2007 at 11:12:34AM -0800, Wink Saville wrote:
>
>> 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
>>
>
> I have five jars:
>
> /opt/eclipse/plugins$ ll org.spearce*
> -rw-r----- 1 jingxue jingxue 2.5K 2007-12-01 20:45 org.spearce.egit_0.3.0.200712020145.jar
> -rw-r----- 1 jingxue jingxue 70K 2007-12-01 20:45 org.spearce.egit.core_0.3.0.200712020145.jar
> -rw-r----- 1 jingxue jingxue 14K 2007-12-01 20:45 org.spearce.egit.core.test_0.3.0.200712020145.jar
> -rw-r----- 1 jingxue jingxue 107K 2007-12-01 20:45 org.spearce.egit.ui_0.3.0.200712020145.jar
> -rw-r----- 1 jingxue jingxue 223K 2007-12-01 20:45 org.spearce.jgit_0.3.0.200712020145.jar
>
> Did you select all the org.spearce projects before exporting?
>
>
Yes, I selected them all and a single jar was created which
I put in /usr/eclipse/plughins, which apparently was a mistake.
I've now unzipped the jar and placed the 5 jars in the plugin directory:
wink@ic2d1:$ pwd
/usr/eclipse/plugins
wink@ic2d1:$ ls -l *spearce*
-rw-r--r-- 1 root root 2506 2007-12-13 13:54
org.spearce.egit_0.3.0.200712121008.jar
-rw-r--r-- 1 root root 71396 2007-12-13 13:54
org.spearce.egit.core_0.3.0.200712121008.jar
-rw-r--r-- 1 root root 13899 2007-12-13 13:54
org.spearce.egit.core.test_0.3.0.200712121008.jar
-rw-r--r-- 1 root root 108661 2007-12-13 13:54
org.spearce.egit.ui_0.3.0.200712121008.jar
-rw-r--r-- 1 root root 227877 2007-12-13 13:54
org.spearce.jgit_0.3.0.200712121008.jar
I then started eclipse and now I see: Window/Preferences/Team/Git
When I select "Git" in the above, I see "Hi, I'm an empty preference page."
Now what; currently I have my entire workspace in git:
wink@ic2d1:$ ls -al
total 36
drwxr-xr-x 9 wink wink 4096 2007-12-12 14:54 .
drwxr-xr-x 69 wink wink 4096 2007-12-13 14:22 ..
drwxr-xr-x 9 wink wink 4096 2007-12-12 15:09 android
drwxr-xr-x 3 wink wink 4096 2007-12-10 21:58 com
drwxr-xr-x 8 wink wink 4096 2007-12-13 14:21 .git
drwxr-xr-x 3 wink wink 4096 2007-12-12 10:45 .metadata
drwxr-xr-x 4 wink wink 4096 2007-12-10 21:58 test0
drwxr-xr-x 2 wink wink 4096 2007-12-10 21:58 test1
drwxr-xr-x 5 wink wink 4096 2007-12-13 14:22 testStdJavaDebug
But how do I tell the plugin where my repo is?
I also tried making a git repo in testStdJavaDebug:
wink@ic2d1:$ ls -al
total 28
drwxr-xr-x 5 wink wink 4096 2007-12-13 14:22 .
drwxr-xr-x 9 wink wink 4096 2007-12-12 14:54 ..
drwxr-xr-x 3 wink wink 4096 2007-12-10 22:03 bin
-rw-r--r-- 1 wink wink 226 2007-12-10 21:58 .classpath
drwxr-xr-x 8 wink wink 4096 2007-12-13 14:22 .git
-rw-r--r-- 1 wink wink 375 2007-12-10 21:58 .project
drwxr-xr-x 3 wink wink 4096 2007-12-10 21:58 src
But again, I don't see any new menu items that
would allow me to look at history or make commits.
Is there more I need to to install the plugin, or
maybe I just need a little guidance on how to use it.
Thanks,
Wink
next prev parent reply other threads:[~2007-12-13 22:36 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
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 [this message]
2007-12-13 23:24 ` Robin Rosenberg
2007-12-14 0:11 ` Wink Saville
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=4761B3B2.4040807@saville.com \
--to=wink@saville$(echo .)com \
--cc=git@vger$(echo .)kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox