Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » Synchronize Bitbucket with Eclipse
Synchronize Bitbucket with Eclipse [message #1455906] Wed, 29 October 2014 22:04 Go to next message
Haekkadi Haekkadi is currently offline Haekkadi HaekkadiFriend
Messages: 2
Registered: October 2014
Junior Member
Hello.

I'm quite new with using git with eclipse and I'm quite desperate already.

What I want to do: I have an existing bitbucket-repo and want to make it availabe in my eclipse. I succeed in making it viewable in my git view, but can't make the repos viewable in the package explorer. I also can't really find a good tutorial.

Can someone help me out and point me to a good tutorial? In the git-view I can't add classes and I really don't understand what I'm doing wrong there.... Sad

Thanks for help!
Re: Synchronize Bitbucket with Eclipse [message #1456570 is a reply to message #1455906] Thu, 30 October 2014 13:49 Go to previous messageGo to next message
Matthias Sohn is currently offline Matthias SohnFriend
Messages: 1268
Registered: July 2009
Senior Member
You are missing an Eclipse project file you need to import. Most Eclipse views only show files contained in a project definition.
If you don't have an Eclipse project yet you should create one :
- click "Import projects" on the repository node in the EGit repositories view
- choose "Import using the New Project Wizard"
If you are using Maven to build your project you can ask Maven to generate an Eclipse project:
- run mvn eclipse:eclipse from a shell
Re: Synchronize Bitbucket with Eclipse [message #1456574 is a reply to message #1456570] Thu, 30 October 2014 13:52 Go to previous message
Haekkadi Haekkadi is currently offline Haekkadi HaekkadiFriend
Messages: 2
Registered: October 2014
Junior Member
I did use the wizard. Then, all the projects where shown as packets in the Packet Explorer, BUT:

-all the packets where white
-no data (classes, binaries etc.) where shown when I tried to expand them

I have no clue abot Maven, what is that?
Previous Topic:BundleWriter.include - Invalid ref name: HEAD
Next Topic:Renaming Eclipse project didn't rename folder in local git repo
Goto Forum:
  


Current Time: Thu Apr 18 18:49:38 GMT 2024

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

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

Back to the top