Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » How to remove package from git and restore to package manager(git)
icon5.gif  How to remove package from git and restore to package manager [message #1014916] Tue, 26 February 2013 18:36
Robert Lockwood is currently offline Robert LockwoodFriend
Messages: 45
Registered: October 2010
Location: Riverside, CA, USA
Member
Juno & Ubuntu. About 5 months ago I attempted use git with one of the packages in my project. I had never used git and got quite frustrated when following a tutorial as, pretty quickly, my screen didn't match the screen shots and some things didn't work. I got sidetracked for some time with more important work and am now getting back to coding this project. I've figured out that git will not work for what I'm doing and want to remove my package from git 'control' but the package has been moved.

Here are some (shortened) paths:

Package Explorer - before git
 airborne.nodes
   ->/.../development/WorkspaceAirborne/airborne.nodes

Package Explorer - with git
 airborne.nodes [nodes master]
   ->/.../development/hpairborne/nodes/airborne.nodes

Git Repositories
 hpairborne [NO-HEAD]
   ->/.../development/hpairborne/.git
 nodes [master]
   ->/.../development/hpairborne/nodes/.git


How do I proceed to restore the package?

(EDIT)
No reply yet. If I highlight the git repository and right click among the options is "Delete". If I select that is the code in the repository deleted or does it just remove pointers to it?

[Updated on: Wed, 27 February 2013 16:29]

Report message to a moderator

Previous Topic:How to always include jars into all new projects in Eclipse
Next Topic:Listen for changes in signatures
Goto Forum:
  


Current Time: Thu Mar 28 17:23:02 GMT 2024

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

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

Back to the top