dev-guide:developer-guide
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
dev-guide:developer-guide [2024/06/25 10:49] – [Develop GroIMP in Eclipse] gaetan | dev-guide:developer-guide [2024/06/25 11:19] (current) – [Cloning the repository] gaetan | ||
---|---|---|---|
Line 66: | Line 66: | ||
</ | </ | ||
- | |||
- | ==== (Optional) Forking the repository ==== | ||
- | |||
- | Go to [[https:// | ||
- | |||
- | Click on the //Fork// button of the repository. | ||
- | |||
- | Select your own gitlab namespace and optionally an other project name (not recommended). | ||
- | |||
- | Change or reuse the project slug and description. | ||
- | |||
- | Click on //Fork project//. | ||
- | |||
- | ==== (Optional) Mirroring the repository ==== | ||
- | |||
- | In an internet browser, go to your own repository that forks the official one. | ||
- | |||
- | On the side bar, click on // | ||
- | |||
- | Expand the category `Mirroring repositories`. | ||
- | |||
- | Insert the URL of the official repository: [[https:// | ||
- | |||
- | Click on //Mirror repository// | ||
- | |||
- | **Note: the two previous steps are optionals for users, but highly recommended if you plan on contributing to the code.** | ||
==== Cloning the repository ==== | ==== Cloning the repository ==== | ||
+ | It is possible (and recommended) to clone the git repository without Eclipse. More information [[: | ||
- | === From GitLab | + | === From Eclipse egit === |
- | This method | + | **Warning: |
- | It is possible to simply download | + | The git repository can be imported in Eclipse using the eclipse plugin eGit, which is embedded by default in all Eclipse installations. |
- | You can then download the whole repository as any archive format you like. | + | Click on File > Import… |
- | Once it is downloaded, extract | + | Open the category `Git` |
- | You still need to import the repository in Eclipse. See two section bellow. | + | Select Projects from Git |
- | === From a bash command === | + | Select `Clone URI` |
- | You can clone a repository from GitLab with the command line: | + | Insert `git@gitlab.com: |
- | + | ||
- | < | + | |
- | git clone https://gitlab.com/grogra/groimp.git | + | |
- | </ | + | |
- | + | ||
- | This will create a directory named groimp | + | |
- | You still need to import the repository in Eclipse. See the section bellow. | ||
- | === Import the repository in Eclipse === | + | ==== Import the repository in Eclipse |
You have the repository with GroIMP source code on your local device. | You have the repository with GroIMP source code on your local device. | ||
Line 135: | Line 103: | ||
Click on `Finish`. | Click on `Finish`. | ||
- | |||
- | === From Eclipse egit === | ||
- | |||
- | **Warning: This method sometime lead to error in the code compilation. It is not recommended to use it.** | ||
- | |||
- | The git repository can be imported in Eclipse using the eclipse plugin eGit, which is embedded by default in all Eclipse installations. | ||
- | |||
- | Click on File > Import… | ||
- | |||
- | Open the category `Git` | ||
- | |||
- | Select Projects from Git | ||
- | |||
- | Select `Clone URI` | ||
- | |||
- | Insert `git@gitlab.com: | ||
- | |||
==== Setting up Java Runtime Environment ==== | ==== Setting up Java Runtime Environment ==== |
dev-guide/developer-guide.1719305397.txt.gz · Last modified: 2024/06/25 10:49 by gaetan