Steve Cohen wrote on Thu, Dec 02, 2010 at 07:48:05 -0600: > On 12/02/2010 12:23 AM, Daniel Shahaf wrote: >> You can use 'propedit --editor-cmd=script.sh **/', where script.sh >> appends '*.o' to argv[1]. >> > Does svn propset svn:ignore accept the **/filename idiom as a legitimate > pattern indicating recursion or are you saying that the script would > need to manually execute the recursion indicated by the idiom?
Expanding **/ to filenames is done by the shell. I used zsh syntax; with other shells, you can use find(1). In any case, the script doesn't do any recursion, it just edits the file whose name is given by argv[1].