Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Project or repository ?(Git options )
Project or repository ? [message #1859801] Tue, 27 June 2023 15:31 Go to next message
Anne Ranch is currently offline Anne RanchFriend
Messages: 84
Registered: October 2020
Member

BUMP
Could somebody kindly explain to me the differences in selecting the "git" options ?




index.php/fa/43293/0/This may sound like I am splitting hair , but
Python code has NO project , only main executable.
I am currently experimenting with File -> Import -> Git
and all of the options are referring to "project" - either directly or indirectly, but still
calling for "project".
I am taking / optioning "Repositories from github " option.
Any comments ?

[Updated on: Wed, 28 June 2023 05:08]

Report message to a moderator

Re: Project or repository ? [message #1859802 is a reply to message #1859801] Tue, 27 June 2023 15:51 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4368
Registered: July 2009
Senior Member

The Eclipse IDE manages your resources using a workspace and projects, so you must always have a project to do
anything more complicated than editing a text file as a text file. That is where it keeps track of what Java libraries
to compile against to build a Java application, or which version of the Python syntax applies to the files you're
editing. PyDev has a wizard explicitly for creating projects, so I'm confused why you're even looking at the Git
group of Import wizards.

https://help.eclipse.org/latest/topic/org.eclipse.platform.doc.user/concepts/concepts-12.htm
https://www.pydev.org/manual_101_project_conf.html


Nitin Dahyabhai
Eclipse Web Tools Platform
Re: Project or repository ? [message #1859807 is a reply to message #1859802] Wed, 28 June 2023 09:45 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 32866
Registered: July 2009
Senior Member
You are editing your post to "bump" it, but this seems to overlook that Nitin tried to answer you already. At some point you will have to import projects from your cloned Git repository because, a sNitin suggests, a workspace will be empty unless it contains one or more projects.

Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Project or repository ? [message #1859814 is a reply to message #1859807] Wed, 28 June 2023 15:50 Go to previous messageGo to next message
Nitin Dahyabhai is currently offline Nitin DahyabhaiFriend
Messages: 4368
Registered: July 2009
Senior Member

If the changing banner text isn't descriptive enough, no harm should be done until you hit the Finish button in a wizard. The eGit User Guide doesn't mention the "Repositories from GitHub" wizard, but it probably combines cloning a repo from there with the smart import wizard.

Nitin Dahyabhai
Eclipse Web Tools Platform

[Updated on: Wed, 28 June 2023 15:51]

Report message to a moderator

Re: Project or repository ? [message #1859824 is a reply to message #1859814] Wed, 28 June 2023 19:44 Go to previous message
Anne Ranch is currently offline Anne RanchFriend
Messages: 84
Registered: October 2020
Member
As much as I am ignorant about coding and cloning in Python, cloning the GitHub repository using three different options has been a disaster.
It is not my style to blindly follow the limited documents and only to reach dead end .
I cannot believe Eclipse is supporting a simple clone and some other automated process without providing progress messages.
As I said before - Eclipse is not a good IDE for cloning Python code. But the code was written using Qt and I won't even try to clone it to Qt.
But I have reached, painfully, a good point to start modifying the code - using Eclipse.
Cheers.

Previous Topic:Debugging cloned Python code - part 2
Next Topic:Python code hierarchy tool?
Goto Forum:
  


Current Time: Thu Jul 13 03:42:01 GMT 2023

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

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

Back to the top