Wayne Theisinger

Results 37 comments of 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 ![modmanactivityasoption](https://cloud.githubusercontent.com/assets/8143799/3691342/7a59957e-1351-11e4-946e-fac5aa2bd741.png)

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