Creates the base directory if it does not exists.
Creates the base directory if it does not exists.
Returns true iff the base directory was actually created, false otherwise.
If a file with the given path exists, or it is impossible to create the base directory,
an exception is thrown
Returns the list of design documents that currently exists in the database
Returns the list of design documents that currently exists in the database
Download the design documents from the database into the base directory.
Download the design documents from the database into the base directory. If a conflict occurs between local and remote version, the remote version takes precedence and replaces the local version. If this manager is configured to track revisions, the revision file is created or updated to the current revision. Otherwise, it is removed if it exists.
Returns the list of design document names that are currently knwown and managed.
Returns the list of design document names that are currently knwown and managed. Every managed design document has its counterpart in the base directory. All directory directly located under the base directory are considered to be managed designs.
Synchronize managed design documents with the database.
Synchronize managed design documents with the database. This performs a bi-directional synchronization and creates or updates design documents as needed. This can only work when revision tracking is enabled. In case of conflict, a structural merge is performed, with the local version winning concurrent modifications.
Upload the design documents to the database from the base directory.
Upload the design documents to the database from the base
directory.
If a conflict occurs between local and remote version, the local
version takes precedence and replaces the remote version.
If this manager is configured to track revisions, the revision file is
created or updated to the current revision. Otherwise, it is removed if
it exists.
If the force parameter is set to true, upload is performed even if
the designs didn't change since last synchronization.