User: jpetso Branch: HEAD Date: Tue, 12 Feb 2008 21:06:05 +0000 Modified files: /modules/versioncontrol hook_versioncontrol.php versioncontrol-backend.inc versioncontrol.module /modules/versioncontrol/versioncontrol_fakevcs versioncontrol_fakevcs.module Log message: Subversion pushes our assumptions about how commit actions can look like to the next level. Among those assumptions is that modified files don't change their path and branch: wrong in Subversion, because moving a parent directory will leave items inside that directory completely untouched. Only when it's modified afterwards, a commit action happens for this item, and then it suddenly has a new path. Branches also don't need to stay the same, as a simple move between Subversion directories can yield different branches for source and target item. This commit removes these assumptions from the API documentation. Links: http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/hoo... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver... http://cvs.drupal.org/diff.php?path=contributions/modules/versioncontrol/ver...