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 \"Revie
Just for the record.
It is no longer necessary to install any additional plugins (the linked rse-sync) since this functionality has been long implemented into the core of RSE.
The instructions posted are still valid, only the Menu entries have been renamed from Import from Remote File System (Sync) and Export to Remote File System (Sync) to Export to Project... and Import from Project...
Cheers
You have an explication in this tutorial : https://bugs.eclipse.org/bugs/attachment.cgi?id=110113
I copy-paste the content:
How to install:
Help > Software Updates
Click Add Site
button, then Add Site
dialog pops up.
In the dialog, input http://eclipse-incub.sourceforge.net/updates-soc/rse-sync/
into the Location
field and press OK
.
Install
button.How to run Preparation:
It's necessary to create connection with remote host in RSE, if you have not had ssh connection in RSE yet.
Window > Open Perspective > Remote System Explorer
New Connection
dialog pops up.SSH Only
as a connection type and click Next
.Finish
. Now ssh connection is created.Initial synchronize:
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)
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.
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.
Re-synchronization cannot run without this setting file. The extension of the setting file is rimpfd
.
Click Finish.
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. In Team Synchronize view, you can see the marked resources you selected. You can "Get" to import resources.
<<Export:>>
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.
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.
Re-synchronization cannot run without this setting file.The extension of the setting file is rexpfd
Click Finish.
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. In Team Synchronize view, you can see the marked resources you selected. You can "Put" to export resources.
Re-Synchronize:
Right-click the setting file which has extension of rimpfd
or rexpfd
in Package Explorer.
1-a: If you select rimpfd
, click the Import from Remote File System (Sync)
1-b: If you select rexpfd
, click the Export to Remote File System (Sync)
At Re-Synchronization phase I didnt get the 2nd, and 3rd step. So I dont know where can I see this GET, and PUT method, but only doing the 1st step I could update to remote. I could see FTP commands in console durring sync. By the way I used this site to get the update site for RSE:
http://download.eclipse.org/tm/downloads/index.php
Then 2 packages needs to be downloaded: RSE End-User Runtime, and RSE FTP service
in indigo it fails if using jre7 you need jre6.
I found best way was to modify eclispe.ini
just add
-vm C:\Program Files\Java\jdk1.6.0_23\bin\javaw.exe
or where ever the jre6 is !