Wayne Theisinger
Wayne Theisinger
I'm going to start work on coding this and will and will do a pull request when I'm finished
erm... --force always seems to be true for a checkout as its being set on line 870
Right use my own --autoforce option 
Logic Structure as comments prior to coding it ``` # returns 0 on success 1 on error # given path by option? # no #where are we? #project root #error...
On line 349 in function `apply_modman_file` ``` # Assume target == real if only one path is given if [ -z "$real" ]; then real="$target" fi ``` This seems to...
Think I'll create both sides anyway as I think this is what most people will expect to see
I'm changing the [Y][n] default to [N][y] - I've found that when traversing down a tree, say: `app/code/community/module` You say n three times before you say Y on the last...
testing if the pathname exists in another modman file doesn't test if a parent directory exists in another modman - I'll think about that over the weekend
I've worked it out - automodman now tests if parent exists and tells you ``` A path was found that exists in below modman description file /var/www/magento/.modman/sweetooth/modman:app/code/community/TBT app/code/community/TBT It is...
As you can see above anyone wanting to try out this code its now on pull request #69