tags:

views:

98

answers:

1

Hello,

Usually I'm creating project work space on my localhost (win). As soon as my code is tested I'm committing it into repository.

But some days ago I've faced a little difficulty. My customer want me to write code right on his server because he have some handmade binaries working only on his machine (solaris). I really don't know what to do. I've tried Eclipse plugin for connecting to remote servers, but I'm still unable to create remote project.

Any ideas?

PS: Sorry for my English :)

Thank you.

A: 

You don't really need a plugin to accomplish your goal. The following tutorial is aimed at Zend Studio, but I believe the information is generic enough that you can use it with just Eclipse: http://kb.zend.com/index.php?View=entry&EntryID=414

Rafael
Excellent! Thank you very much!
Kirzilla