[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn:ignore with recursive and non-recursive patterns

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 2 Dec 2010 16:06:42 +0200

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].
Received on 2010-12-02 15:08:50 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.