Skip to main content



      Home
Home » Newcomers » Newcomers » Project or repository ?(Git options )
Project or repository ? [message #1859801] Tue, 27 June 2023 11:31 Go to next message
Eclipse UserFriend

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 01:08] by Moderator

Re: Project or repository ? [message #1859802 is a reply to message #1859801] Tue, 27 June 2023 11:51 Go to previous messageGo to next message
Eclipse UserFriend
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
Re: Project or repository ? [message #1859807 is a reply to message #1859802] Wed, 28 June 2023 05:45 Go to previous messageGo to next message
Eclipse UserFriend
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.
Re: Project or repository ? [message #1859814 is a reply to message #1859807] Wed, 28 June 2023 11:50 Go to previous messageGo to next message
Eclipse UserFriend
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.

[Updated on: Wed, 28 June 2023 11:51] by Moderator

Re: Project or repository ? [message #1859824 is a reply to message #1859814] Wed, 28 June 2023 15:44 Go to previous message
Eclipse UserFriend
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:Jetty changed CloseReason code
Goto Forum:
  


Current Time: Sat Jul 12 01:58:35 EDT 2025

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

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

Back to the top