开发者

Best method for using Subclipse with an SSH Remote Project in Eclipse

开发者 https://www.devze.com 2022-12-18 18:07 出处:网络
I have a Remote Project (via SSH) set up in Eclipse. The Subclipse plugin can\'t utilize the Remote Project\'s file system:

I have a Remote Project (via SSH) set up in Eclipse.

The Subclipse plugin can't utilize the Remote Project's file system:

Subclipse forum post

As a result, you can't use the Subclipse features in a Remote Project.

Are these my only options for synchronizing a remote SSH folder in Eclipse?:

  1. rsync / Unison to a local folder with S开发者_开发百科ubclipse.
  2. Distributed Revision Control System.

It appears that the support for DRCS's in Eclipse is still in it's early stages and a bit shaky.

Thanks for the help,

Derek


I ended up using a local development environment in conjunction with an integration environment. Synchronizing a local folder with a remote folder turned out to be too fragile and difficult.

The development environment and integration environment require a fair amount of setup and co-ordination. Ultimately though, it is worth the effort to have a proper development, integration and production environment work flow set up.

0

精彩评论

暂无评论...
验证码 换一张
取 消