我安装了 Helios,它具有最新版本的 RSE 包,我可以很好地从远程服务器复制文件,但我似乎无法使用审查/同步"选项.我选择远程目录上的文件夹,指定本地目录的进入文件夹",点击完成,没有任何东西被同步.想法?
I installed Helios, which has the latest version of the RSE package, and I could copy files from the remote server just fine, but I don't seem to be able to use the "Review/Synchronize" option. I select the folder on the remote directory, specify the "Into folder" of the local directory, hit Finish, and nothing ever gets synced. Thoughts?
你在本教程中有一个解释:https://bugs.eclipse.org/bugs/attachment.cgi?id=110113
You have an explication in this tutorial : https://bugs.eclipse.org/bugs/attachment.cgi?id=110113
我复制粘贴内容:
如何安装:
帮助>软件更新点击Add Site按钮,弹出Add Site对话框.
在对话框中,在 Location 字段中输入 http://eclipse-incub.sourceforge.net/updates-soc/rse-sync/ 并按 确定.
In the dialog, input http://eclipse-incub.sourceforge.net/updates-soc/rse-sync/ into the Location field and press OK.
如何运行准备:
如果您还没有在 RSE 中建立 ssh 连接,则需要在 RSE 中创建与远程主机的连接.
It's necessary to create connection with remote host in RSE, if you have not had ssh connection in RSE yet.
窗口>开放视角 >远程系统资源管理器New Connection对话框.SSH Only 作为连接类型,然后单击下一步.完成.现在 ssh 连接已创建.Window > Open Perspective > Remote System ExplorerNew Connection dialog pops up.SSH Only as a connection type and click Next.Finish. Now ssh connection is created.初始同步:
对于初始同步,您可以从远程资源导入"到本地项目或从本地项目导出"到远程文件夹.
For initial synchronize, you can "import" from remote resource to local project or "export" from local project to remote folder.
<<导入:>>
<<Import:>>
Import To Project...(Sync).导入向导.远程文件夹已被选中,但您可以通过单击右上角的 Browse 按钮进行更改.Into folder 字段中输入目标项目名称或使用 Browse 按钮进行选择.目标项目必须存在于本地.检查操作.
Import To Project...(Sync) on the pop-up menu.Import Wizard pops up. The remote folder is already selected but you can change by clicking top-right Browse button.Into folder field or select with the Browse button.
The destination project must exist in local side.Check operations.
查看/同步:手动导入.您可以在 Team Synchronize Perspective 中自行导入所需的资源.
Review/Synchronize: Manual import. You can import resources you want by yourself in Team Synchronize Perspective.
覆盖现有资源而不发出警告:目前此选项被忽略.总是没有警告.
Overwrite existing resources without warning: Currently this option is ignored. Always no warning.
保存设置..:保存设置以便重新同步.如果选中此框,您需要决定设置文件在本地工作空间中的保存位置.
Save the settings..: Save the setting for re-synchronization. If check this box, you need to decide where setting file is saved in the local workspace.
如果没有此设置文件,重新同步将无法运行.设置文件的扩展名为rimpfd.
点击完成.
除非您选中Review/Synchronize复选框,否则导入操作会自动完成.
Unless you check the box of Review/Synchronize, the import operation done automatically.
否则,系统会要求您将视角切换到团队同步.
Otherwise, you are asked to switch perspective to Team Synchronize.
5-a.在 Team Synchronize 视图中,您可以看到您选择的标记资源.您可以获取"来导入资源.
5-a. In Team Synchronize view, you can see the marked resources you selected. You can "Get" to import resources.
<<导出:>>
<<Export:>>
Export From Project...(Sync).导出向导弹出.远程文件夹已被选中,但您可以通过单击 Browse 按钮进行更改.检查操作.
Export From Project...(Sync) on the pop-up menu.Export Wizard pops up. The remote folder is already selected but you can change by clicking Browse button.Check operations.
查看/同步:手动导出.您可以在 Team Synchronize Perspective 中自己导出所需的资源.
Review/Synchronize: Manual export. You can export resources you want by yourself in Team Synchronize Perspective.
覆盖现有资源而不发出警告:目前此选项被忽略.总是没有警告.
Overwrite existing resources without warning: Currently this option is ignored. Always no warning.
保存设置..:保存设置以便重新同步.如果选中此框,您需要决定设置文件在本地工作空间中的保存位置.
Save the settings..: Save the setting for re-synchronization. If check this box, you need to decide where setting file is saved in the local workspace.
没有这个设置文件就无法重新同步.设置文件的扩展名为rexpfd
点击完成.
除非您选中Review/Synchronize复选框,否则导出操作会自动完成.
Unless you check the box of Review/Synchronize, the export operation done automatically.
否则,系统会要求您将视角切换到团队同步.
Otherwise, you are asked to switch perspective to Team Synchronize.
5-a.在 Team Synchronize 视图中,您可以看到您选择的标记资源.您可以Put"导出资源.
5-a. In Team Synchronize view, you can see the marked resources you selected. You can "Put" to export resources.
重新同步:
在Package Explorer中右键单击扩展名为rimpfd或rexpfd的设置文件.
1-a:如果选择rimpfd,点击Import from Remote File System (Sync)
1-a: If you select rimpfd, click the Import from Remote File System (Sync)
1-b:如果选择rexpfd,点击Export to Remote File System (Sync)
1-b: If you select rexpfd, click the Export to Remote File System (Sync)
这篇关于如何通过 FTP 与 Eclipse RSE 同步文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
MyBatis,如何获取插入的自动生成密钥?[MySql]MyBatis, how to get the auto generated key of an insert? [MySql](MyBatis,如何获取插入的自动生成密钥?[MySql])
Java:如何将 CLOB 插入 oracle 数据库Java: How to insert CLOB into oracle database(Java:如何将 CLOB 插入 oracle 数据库)
使用线程逐块处理文件Use threading to process file chunk by chunk(使用线程逐块处理文件)
Java 中的 URL 连接 (FTP) - 简单问题URL Connection (FTP) in Java - Simple Question(Java 中的 URL 连接 (FTP) - 简单问题)
FTPClient 的 setFileTransferMode 不生效FTPClient#39;s setFileTransferMode Not Taking Effect(FTPClient 的 setFileTransferMode 不生效)
将文件 FTP 到服务器,但结果以零字节大小到达FTP a file to server, but it the result arrives with zero byte size(将文件 FTP 到服务器,但结果以零字节大小到达)