Closed stephanedaviet closed 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.
importArchive
updateFile
See https://github.com/codenvy/eclipse-plugin/issues/89
When pushing multiple files, it would be better to use one call to
importArchive
with a zipped stream containing those files than multiple calls toupdateFile
.