On 20/03/2014 13:17, Alex Parvulescu wrote:
> ok found it, the check-release script removes the hidden files from the
> *root* only
>
>> rm -f "$SVNDIR"/.??* # Remove hidden files not included in release
> I'm guessing this should be tweaked to include sub-folders too.
>
Something like

find "$SVNDIR" -iname ".??*" -type f -delete

should do the trick. (didn't test).

Do you want to try it straight away or me submitting a .patch somewhere?

Cheers
Davide


Reply via email to