Hello

The module does not seem to work with symbolic links under linux.

my directory schema is as follows:

drupal core - /home/apps/deployed/drupal/drupal.install/drupal6
drupal contrib modules - /home/apps/deployed/drupal/drupal.modules/modules.6.current

inside drupal core directory, theres /sites/all directories as usual.
inside those, there is a symlink (modules) to drupal contrib modules.

then a domain dir,
which could be www.example.com, is as follows - /home/sites/www.example.com/

inside domain dir, there's symlinks to all drupal core files & dirs, except for /sites/www.example.com, which has the domain files and configuration.

this setup works perfectly fine and although complex, it's flexible and works perfectly fine with all applications i tried... until now, with this module.

mapping:

* domain dir/sites/all/modules links to drupal core/sites/all/modules

...../home/sites/www.example.com/sites/all/modules ---> /home/apps/deployed/drupal/drupal.install/drupal6/sites/all/modules

* drupal core/sites/all/modules links to drupal contrib modules

...../home/apps/deployed/drupal/drupal.install/drupal6/sites/all/modules ---> /home/apps/deployed/drupal/drupal.modules/modules.6.current

solution:

lack of patch binary command maybe?
the problem might be in symlinks support all together or in recursive symlinks.

Drupal 6.19
Patchdoq 1.0-alpha3