linux - 使用 Eclipse 编辑服务器上的文件

标签 linux remote-access

我正在尝试找出如何使用 Eclipse 执行此操作。我们目前运行 SVN 并且一切正常,但我真的很想将我的 SSH 请求减半并使用 Eclipse 直接在服务器上修改一些文件。我正在使用以下版本的 eclipse...我该怎么做?

Eclipse for PHP Developers

Build id: 20100218-1602

更新

我无意从等式中消除 SVN,但是当我们需要进行修补程序,或运行特定报告或一次性使用功能时,我宁愿使用 Eclipse 而不是终端来修改那种的事。

最佳答案

看看How can I use a remote workspace over SSH?在 Eclipse 维基上。我只是引用下面的摘要(阅读整个部分):

Summing up, I would recommend the following (in order of preference):

  1. VNC or NX when available remotely, Eclipse can be started remotely and the network is fast enough (try it out).
  2. Mounted filesystem (Samba or SSHFS) when possible, the network is fast enough and the workspace is not too huge.
  3. rsync when offline editing is desired, sufficient tooling is available locally, and no merge issues are expected (single user scenario).
  4. RSE on very slow connections or huge workspaces where minimal data transfer is desired.
  5. EFS on fast connections when all tooling supports it, and options like VNC or mounted filesystem or rsync are not available.

但是无论您要试验什么,都不要绕过版本控制系统。

关于linux - 使用 Eclipse 编辑服务器上的文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3072913/

相关文章:

linux - OSX 和 chroot 无法找到/bin/bash

linux - 我什么时候应该使用 ""在 shell 测试和 echo 中引用一个值?

linux - psql - Mac 尝试连​​接安装在远程服务器虚拟机中的 Ubuntu 系统中的 postgreSQL

mysql - 使Linux上的MYSQL可以被远程访问

linux - Jmeter远程运行和CSV文件

c++ - 努力使用 gdb 调试带有 Ada 库的 C++ 代码

linux - SSH多终端MAC

mysql - 在ubuntu平台上从rails应用程序连接远程mysql2

ruby-on-rails - 使用 每当 gem for Rails 在 cron 作业中重复进程