Skip to main content



      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 17:31 Go to next message
Eclipse UserFriend
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 02:45 Go to previous messageGo to next message
Eclipse UserFriend
Open context menu of your project and select Team->Share project
The rest should be obvious.
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 15:57 Go to previous messageGo to next message
Eclipse UserFriend
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 18:01 Go to previous messageGo to next message
Eclipse UserFriend
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 08:06 Go to previous messageGo to next message
Eclipse UserFriend
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/
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 09:50 Go to previous message
Eclipse UserFriend
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: Fri Jul 18 21:57:36 EDT 2025

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

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

Back to the top