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

发布于 2024-09-06 09:08:26 字数 314 浏览 5 评论 0原文

我正在尝试弄清楚如何使用 Eclipse 来做到这一点。我们目前运行 SVN,一切都运行良好,但我真的很想将 SSH 请求减少一半,并使用 Eclipse 直接在服务器上修改一些文件。我正在使用下面的 Eclipse 版本...我该怎么做?

Eclipse for PHP Developers

Build id: 20100218-1602

更新

我无意从等式中消除 SVN,但是当我们需要进行修补程序或一次性运行特定报告或函数时,我宁愿使用 Eclipse 而不是用于修改此类内容的终端。

I'm trying to figure out how to do this with Eclipse. We currently run SVN and everything works great, but I'd really like to cut my SSH requests in half and use Eclipse to modify some files directly on the server. I'm using the below build of eclipse... how can I do this?

Eclipse for PHP Developers

Build id: 20100218-1602

Update

I have no intention of eliminating SVN from the equation, but when we need to make a hotfix, or run a specific report or function as a one-time thing, I'd much rather use Eclipse than terminal for modifying that kind of thing.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

鹤仙姿 2024-09-13 09:08:27

查看 Eclipse wiki 上的 如何通过 SSH 使用远程工作区? 。我只是引用下面的摘要(阅读整个部分):

总结,我推荐
以下(按优先顺序排列):

  1. VNC 或 NX(当远程可用时)可以远程启动 Eclipse
    网络足够快(试试
    出去)。
  2. 如果可能,安装文件系统(Samba 或 SSHFS),网络速度很快
    足够了,工作空间也不太大
    巨大的。
  3. rsync 当需要离线编辑时,需要足够的工具
    本地可用,并且没有合并问题
    预期(单用户场景)。
  4. RSE 在非常慢的连接或数据量极少的巨大工作空间上
    需要转移。
  5. EFS 快速启动当所有工具都支持时的连接以及选项
    像 VNC 或挂载的文件系统或
    rsync 不可用。

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

Have a look at How can I use a remote workspace over SSH? on the Eclipse wiki. I'm just quoting the summary below (read the whole section):

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.

But whatever you'll experiment, don't bypassing the version control system.

大姐,你呐 2024-09-13 09:08:27

您可以使用类似 SSHFS 的东西,但实际上,使用某种源是更好的主意控制系统而不是直接在服务器上编辑文件。如果 Subversion 还不够,也许您可​​以尝试使用 Git 或 Mercurial 之类的 DVCS。

You could use something like SSHFS, but really, it's a better idea to use some kind of source control system instead of editing files directly on the server. If Subversion isn't sufficient, perhaps you might try a DVCS like Git or Mercurial.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文