hey Peppe,

the official repo is now
 https://github.com/openjump-gis/openjump

make sure you got 'Eclipse EGit' installed. then you just need to clone the 
above url. enable the branches you are interested in, at least *main* and it 
should work. does for me.

also All,

git workflow's main difference from SVN is mainly he fact that teams/developers 
don't actually work _directly_ on the one branch 'main'. actually they clone 
devel branches for the fix/feature, polish that, squash it and offer it as a 
Pull to the project for review. if all is well that branch's changeset is then 
merged and shows up as single revision in the 'main' branch. a quick web-search 
found this https://opensource.com/article/20/7/git-best-practices where it is 
described quite good. there are probably better howto's out there, but for a 
quic overview it suffices.

to prevent s.o. pushing directly to (actually overwriting) *main* i added some 
protection via 'Branch Protection Rules' 
https://github.com/openjump-gis/openjump/settings/branches . not sure that's 
enough, will have to test it. so please, do not push anything to *main* for the 
time being. let's use Mike's layerable overhaul as a Pull-trial and see how it 
goes :))

..ede

ps. Peppe, something went wrong with your url. check the error. it looks 
concatenated for some reason.

On 14.03.2021 08:14, Giuseppe Aruta wrote:
> Hi all,
> I am trying to connect my eclipse to openjump github repository with no 
> success.
> I tried different "manuals" on web and, for sure, I am newbie for this type 
> of collective programming:  I did something wrong.
> a) following this page
> https://mcuoneclipse.com/2020/10/04/import-projects-from-git-into-eclipse/ 
> <https://mcuoneclipse.com/2020/10/04/import-projects-from-git-into-eclipse/>
> I ended to this message:
> immagine.png
>
> b) I see there are two git project 
> https://github.com/openjump-gis/openjump-migration/(Erik) 
> <https://github.com/openjump-gis/openjump-migration/(Erik)> and 
> https://github.com/openjump-gis/openjump(Michael) 
> <https://github.com/openjump-gis/openjump(Michael)>, which should I use? Or 
> should I clone the first? Or else?
>
> I will be very grateful for a help
>
> Peppe
>
>
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>



_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to