Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » How install EGIT plugin offline?
How install EGIT plugin offline? [message #630503] Sun, 03 October 2010 13:08 Go to next message
zondervan  is currently offline zondervan Friend
Messages: 1
Registered: October 2010
Junior Member
Hi,

Firstly, sorry for my english, i'm french....


I wish install egit but my computer was'nt linked to internet (for the security! I work in a big company).

At present, the only way i found is to download the plugin from http://download.eclipse.org/egit/site.zip.

I transfer this zip in my computer and do installation without linking to internet.

However, it was the nightly-build version, I would prefer the official 0.9.3 version....

Is there an another way to install this plugin without internet?

thanks
Re: How install EGIT plugin offline? [message #635690 is a reply to message #630503] Wed, 27 October 2010 17:46 Go to previous message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

You can mirror the 0.9 repo and zip that up. It can be used to install
off-line;

ex:
eclipse/eclipse -application \
org.eclipse.equinox.p2.metadata.repository.mirrorApplication \
-noSplash -source http://download.eclipse.org/egit/updates-0.9 \
-destination file:$(pwd)

eclipse/eclipse -application \
org.eclipse.equinox.p2.artifact.repository.mirrorApplication \
-noSplash -source http://download.eclipse.org/egit/updates-0.9 \
-destination file:$(pwd)

zip -r ../updates-0.9.zip *



PW



--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Platform_Expression_Framework
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm


Previous Topic:Egit very slow at dealing big projects
Next Topic:Cannot download jgit from maven
Goto Forum:
  


Current Time: Fri Apr 26 16:16:33 GMT 2024

Powered by FUDForum. Page generated in 0.02471 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top