xendk / cim

Moved to Drupal.org
http://drupal.org/project/cim
2 stars 0 forks source link

Interface on master for receiving changeset from client. #8

Closed xendk closed 12 years ago

xendk commented 12 years ago

Checking if the changeset is valid (Changeset::appliesTo()), rejecting it if not, or applying it otherwise (creating a new snapshot in the process).

Thinking XMLRPC is the straitforward protocol to use (we don't want external dependencies).