Skip to main content

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

Hi

At home, create a new synchronized project, specifying your existing project's server location as the remote
location on the last page of the new project wizard. Eclipse should then automatically download the remote
files for you. Be sure to sync the project whenever you switch between work and home. This will update your
local workspace with the latest files on the server and also avoid merge conflcts.

If the project is large, it may take awhile for Eclipse to download the files. Use the "Modify File Filtering..."
button on the last page of the wizard to avoid downloading large binaries and other files not needed for
development.


John

On Fri, May 11, 2012 at 10:24 AM, Oleksandr Huziy <guziy.sasha@xxxxxxxxx> wrote:
Hello,

I have a basic question about synchronized fortran project in eclipse.

I have created a synchronized project at work, so I edit the sources locally and then build it on the server. It works very well. I was wondering if it is possible to replicate the same project at my home computer, in a way that if I work from home the same project on the server is updated? I tried some stuff like creating a new project but it does not seem to work. Is it posssible to import the project from the server?

thank you

--
Oleksandr Huziy

_______________________________________________
ptp-user mailing list
ptp-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-user



Back to the top