codenvy-legacy / eclipse-plugin

Codenvy plugin for Eclipse
Eclipse Public License 1.0
5 stars 6 forks source link

Look to use importArchive for multiple files upload #85

Closed stephanedaviet closed 10 years ago

stephanedaviet commented 10 years ago

When pushing multiple files, it would be better to use one call to importArchive with a zipped stream containing those files than multiple calls to updateFile.

kevinpollet commented 10 years ago

See https://github.com/codenvy/eclipse-plugin/issues/89