Skip to content
nicolas-raoul edited this page Oct 12, 2012 · 22 revisions

Users don't need this information, it is here as a reference for developers.

config.xml

For each CMIS folder:

  • name: a name for this checkout. CmisSync tries to find a good name, but anything is fine except slashes
  • url: CMIS URL
  • repository: id of the CMIS repository to use (there can be several repositories at the same URL)
  • remoteFolder: folder on the repository. With prefix slash but no trailing slash.
  • user
  • password

Full example:

<?xml version="1.0" encoding="UTF-8"?>
<sparkleshare>
  <user>
    <name>Dummy</name>
    <email>[email protected]</email>
  </user>
  <notifications>True</notifications>
  <folder>
    <name>cmisatom (3)</name>
    <identifier>208b2e3763a0ab08261776e019933fe21e75e1aa</identifier>
    <url>http://avenue.aegif.jp/alfresco/cmisatom</url>
    <backend>Cmis</backend>
    <repository>676bbe8a-b507-419e-99c7-8612a9fead59</repository>
    <remoteFolder>/Sites/mysite/myfolder</remoteFolder>
    <user>nicolas.raoul</user>
    <password>mypassword</password>
  </folder>
</sparkleshare>

Load tests

Here are a few tests that someone should perform to ensure CmisSync can be used in all circumstances. Feel free to add more test ideas! Thanks in advance to anyone who performs these tests, please let us know about whether it works on the forum/Twitter/email.

  • Very large file
  • Intermittent network connection
  • Very slow network connection
  • Many files in a single folder