Skip to main content
October 4, 2011
Question

Making RDS Files into Projects

  • October 4, 2011
  • 2 replies
  • 1090 views

Hey all,

There is no local environements where I'm working, we all work off of the same dev server.  I have the server RDS'ed into my builder 2 with the fileview, etc.

What I want to do is turn the folders that I deal with most often (the apps) into projects.  So far I can't figure out how to do that.

Any help would be great.

Thanks,

Caden.

This topic has been closed for replies.

2 replies

12Robots
Participating Frequently
October 5, 2011

You would have to map the folders in a network drive so that your computer sees them as available on the local file system and then set up a project that points to them there.

It would work, but it might not be very performant.

Of course you know I am obligated to bring up that multiple developers working on the same shared sever is a terrible idea and is prone to errors, right?

Jason

October 5, 2011

Right, the performance dies which is why we're using RDS instead of just getting to it thorugh a mapped drive.

Indeed it is.  Some things never change though.

12Robots
Participating Frequently
October 5, 2011

Then I am afraid you are out of luck. Eclipse is designed to work with local projects.

I suspect that you're only hope would be to set up local projects that automatically synchronize with the shared server so that, essentially, when you save something to your local machine it automatically copies it to your server. Perhaps somethignlike rsync or DeltaCopy.

Still a bad model.

Jason

October 5, 2011

Any guesses?