Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to turn existing local (Photran+MPI) project into a synchronized project ?
How to turn existing local (Photran+MPI) project into a synchronized project ? [message #718623] Wed, 24 August 2011 21:31 Go to next message
Christoph Pospiech is currently offline Christoph PospiechFriend
Messages: 11
Registered: January 2010
Junior Member
Hi,

I successfully set up a synchronized project following the description in help.eclipse.org. Next to this new project there is an existing local (Photran+MPI) project. How to turn this into a synchronized project ?

Christoph Pospiech
Re: How to turn existing local (Photran+MPI) project into a synchronized project ? [message #718714 is a reply to message #718623] Thu, 25 August 2011 06:45 Go to previous messageGo to next message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
Open context menu of your project and select Team->Share project
The rest should be obvious.


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Re: How to turn existing local (Photran+MPI) project into a synchronized project ? [message #719020 is a reply to message #718714] Thu, 25 August 2011 19:57 Go to previous messageGo to next message
Christoph Pospiech is currently offline Christoph PospiechFriend
Messages: 11
Registered: January 2010
Junior Member
Team->Share project seem to set up revision control via CVS or git. This is not the same as a synchronized project.
In fact, the local project I want to turn into a synchronized project is already revision controlled via git. Therefore, the team->share project is no longer available. Instead I see various git operations.
Re: How to turn existing local (Photran+MPI) project into a synchronized project ? [message #720104 is a reply to message #719020] Mon, 29 August 2011 22:01 Go to previous messageGo to next message
Christoph Pospiech is currently offline Christoph PospiechFriend
Messages: 11
Registered: January 2010
Junior Member
Is it safe to hack .project and .cproject by adding <nature>org.eclipse.ptp.rdt.sync.core.remoteSyncNature</nature> to .project and
<builder id="org.eclipse.ptp.rdt.sync.core.SyncBuilder" name="Sync Builder" superClass="org.eclipse.ptp.rdt.sync.core.SyncBuilder"/>
<builder buildPath="/home/cp/bench/rzg_2011/eclipse/MySyncProj" id="org.eclipse.ptp.rdt.sync.core.SyncBuilder.1412406252" keepEnvironmentInBuildfile="false" name="Sync Builder" superClass="org.eclipse.ptp.rdt.sync.core.SyncBuilder"/> to .cproject ?

Christoph Pospiech
Re: How to turn existing local (Photran+MPI) project into a synchronized project ? [message #720342 is a reply to message #720104] Tue, 30 August 2011 12:06 Go to previous messageGo to next message
Axel Mueller is currently offline Axel MuellerFriend
Messages: 1973
Registered: July 2009
Senior Member
From http://wiki.eclipse.org/PTP/sync-projects
Quote:
Known Issues
There are no wizards to convert existing projects to synchronized projects. A fix is planned for version 5.0.2.


But your hack to add the nature by editing the project files might work (no guarentee!!).
Perhaps you should place your question in the PTP mailing list http://dev.eclipse.org/mhonarc/lists/ptp-user/


Before you ask
- search this forum
- see the FAQ http://wiki.eclipse.org/CDT/User/FAQ
- google
Re: How to turn existing local (Photran+MPI) project into a synchronized project ? [message #756641 is a reply to message #720342] Mon, 14 November 2011 14:50 Go to previous message
Christoph Pospiech is currently offline Christoph PospiechFriend
Messages: 11
Registered: January 2010
Junior Member
Solved - the latest PTP verson has a wizard for converting local projects into synchronized projects. This wizard at least worked for me.

Christoph Pospiech
Previous Topic:finding installed packages
Next Topic:Project-less debugging: Program is not a recognized executable.
Goto Forum:
  


Current Time: Wed Apr 24 14:31:24 GMT 2024

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

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

Back to the top