Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Platform/Team Synchronization on top of RSE"

(New page: == Abstract == The goal of this project is implementation of synchronization function on top of Remote System Explorer (RSE) using Eclipse Platform/Team Synchronization API. RSE provides t...)
 
Line 14: Line 14:
 
=== Features ===
 
=== Features ===
 
* Provide a Synchornization on RSE.
 
* Provide a Synchornization on RSE.
* Provide a posibility to re-run Synchronization which was run in the past.
+
* Provide a possibility to re-run Synchronization which was run in the past.
 
* Improve transfer performance.
 
* Improve transfer performance.
 
* Improve comparison method.
 
* Improve comparison method.

Revision as of 22:19, 12 June 2008

Abstract

The goal of this project is implementation of synchronization function on top of Remote System Explorer (RSE) using Eclipse Platform/Team Synchronization API. RSE provides transparent access to remote resources, including upload and download of files. Compare/merge of entire directory trees as well as minimal upload of trees thanks to Synchronization is currently a missing and often-asked-for feature. Initial Synchronization is already implemented by import/export so incremental synchronization is needed. The goals would be integrating Platform/Team synchronization APIs on top of RSE file providers first, and then improving the algorithms for performing remote comparisons with minimal data transfer (by using timestamps, file sizes and MD5 hashes eventually).

Development

Developers

  • Martin Oberhuber(Mentor)
  • Takuya Miyamoto

Plug-ins

  • org.eclipse.rse.*
  • org.eclipse.team.*

Features

  • Provide a Synchornization on RSE.
  • Provide a possibility to re-run Synchronization which was run in the past.
  • Improve transfer performance.
  • Improve comparison method.

Resources

RSE Project page

TM Tutorial Eclipse Con 2008 document(ppt)

Synchronize API Introduction document(ppt)

Synchronize API Eclipse Help

RSE Architecture Eclipse Help


Community Proposals

Feel free to add your comments and ideas.

Back to the top