search for: sd_add

Displaying 1 result from an estimated 1 matches for "sd_add".

2012 Apr 13
2
reposurgeon and svn:ignore on a newly added directory
...9;trunk/scripts/Makefile.am'> reposurgeon: r3109: 3 actions reposurgeon: r3109 gets mark :11867 ... The .gitignore creation only seems to happen on line 2226 of reposurgeon (as of a2ae20b - master on 2012-04-02), where it checks for a node.action of SD_CHANGE. There's some logic in the SD_ADD case that I don't completely grok at this late hour, so I haven't attempted a patch yet. If you would like me to take a stab at it, let me know how what would be least intrusive. I'm thinking that the property stuff moves up to where SD_ADD is, in a check for SD_ADD || SD_CHANGE, then m...