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

using -F fails using bash process substitution. bug?

From: Zing Shishak <zing_at_fastmail.fm>
Date: Thu, 19 Jul 2018 10:47:41 -0400

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 past and having
it work.
Received on 2018-07-19 16:49:46 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.