Re: using -F fails using bash process substitution. bug?
From: Philip Martin <philip_at_codematters.co.uk>
Date: Thu, 19 Jul 2018 16:16:15 +0100
Zing Shishak <zing_at_fastmail.fm> writes:
> The following fails to set svn:ignore using process substitution for the
The workaround is to use:
echo -ne "ignorethis\n" | svn ps svn:ignore -F - .
It's possible it did work in the past and in other places that construct
svnmucc -mm put <(echo foo) URL
Subversion has multiple ways to read a file and when reading from a pipe
-- PhilipReceived on 2018-07-19 17:16:32 CEST |
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.