Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-user] Eclipse question

Have you considered using Eclipse GIT as team feature?

 

I use PTP/CDT for the remote sync and build and eclipse GIT for versioning source code. That way you can simply define commit/push/pull workflow that nice integrates with eclipse and all source changes are properly tracked.

 

Quick how-to:

- First create a simple project

- then Team/Share the project using GIT

- then add the PTP/CDT natures and configuration.

 

good luck

Henrik


From: ptp-user-bounces@xxxxxxxxxxx [ptp-user-bounces@xxxxxxxxxxx] on behalf of Wyatt Spear [wspear@xxxxxxxxxxxxxx]
Sent: Wednesday, February 17, 2016 11:15 AM
To: Markus Geimer
Cc: PTP User list
Subject: Re: [ptp-user] Eclipse question

Greetings Markus,
I believe there is support for synchronizing a project between multiple workspaces, but I haven't done it myself. If memory serves me right you can specify the same location of the remote source directory in each workspace, then make sure you've saved/closed one workspace before opening the other. I believe there is a context menu option for synchronized projects that will allow you to force synchronization. There may be a cleaner/more automatic way to handle this though. I'm going to forward this question to the PTP mailing list and see if anyone has any experience with this use case.

Regards,
Wyatt

On Wed, Feb 17, 2016 at 10:52 AM, Markus Geimer <m.geimer@xxxxxxxxxxxxx> wrote:
Hey Wyatt,

You're an Eclipse expert, right? ;-)  Then I have a (simple) question
for you...

After a couple of years, I'm re-evaluating Eclipse again for software
development.  The last time it wasn't convincing enough to make me stop
using vim+shell...  I've already managed to set up Scalasca as a PTP
synchronized C/C++ Makefile project and can build it locally and on
a remote system.  That's a good starting point.  Now, if I understood
it correctly, I could also synchronize with multiple remote systems.
But I was wondering whether the synchronization also works the other
way around.  The problem is that I'm developing from multiple systems,
in particular my laptop as well as a desktop in my office.  Does this
work, too?

If yes, here is the master question: How do I keep the two Eclipse
setups in sync?  What I've found on StackOverflow didn't sound very
promising.  Do you know a solution?

Thanks,
Markus

--
Dr. Markus Geimer
Juelich Supercomputing Centre
Institute for Advanced Simulation
Forschungszentrum Juelich GmbH
52425 Juelich, Germany

Phone:  +49-2461-61-1773
Fax:    +49-2461-61-6656
E-Mail: m.geimer@xxxxxxxxxxxxx
Web:    http://www.fz-juelich.de/jsc


------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------
Forschungszentrum Juelich GmbH
52425 Juelich
Sitz der Gesellschaft: Juelich
Eingetragen im Handelsregister des Amtsgerichts Dueren Nr. HR B 3498
Vorsitzender des Aufsichtsrats: MinDir Dr. Karl Eugen Huthmacher
Geschaeftsfuehrung: Prof. Dr.-Ing. Wolfgang Marquardt (Vorsitzender),
Karsten Beneke (stellv. Vorsitzender), Prof. Dr.-Ing. Harald Bolt,
Prof. Dr. Sebastian M. Schmidt
------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------



______________________________________________________________________
Disclaimer: This email and any attachments are sent in strictest confidence
for the sole use of the addressee and may contain legally privileged,
confidential, and proprietary data. If you are not the intended recipient,
please advise the sender by replying promptly to this email and then delete
and destroy this email and any attachments without any further use, copying
or forwarding.

Back to the top