Re: using -F fails using bash process substitution. bug?
Ok, thanks for the explanation. I can use the workaround.
using -F fails using bash process substitution. bug?
The following fails to set svn:ignore using process substitution for the file option: $ svn ps svn:ignore -F <(echo -ne "ignorethis\n") . property 'svn:ignore' set on '.' The property is created but it's empty. Is this something that's not expected to work? I seem to remember doing this in the pa