<p>Replacing <code>%__scm_apply_quilt(qp:m:)</code> according to <a href="http://mywiki.wooledge.org/Bashism">http://mywiki.wooledge.org/Bashism</a> from</p>

<pre><code>%{__quilt} import %{-p:-p%{-p*}} %{1} && %{__quilt} push %{-q}
</code></pre>

<p>to</p>

<pre><code>mkfifo debbuild.fifo; cat >debbuild.fifo &\
%{__quilt} import %{-p:-p%{-p*}} -P %{-m*} debbuild.fifo && %{__quilt} push %{-q}\
rm -f debbuild.fifo
</code></pre>

<p>works just fine (despite the horrible housekeeping). However, doing the same with <code>%__scm_apply_svn(qp:m:)</code> results in the error message "svn: E200009: <code>/homr/andreas/.../debbuild.fifo</code> is not a file".</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/rpm-software-management/rpm/pull/55#issuecomment-176648616">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ANb802rl0Quyh6pIAHTqKpR8iZkdAi41ks5pex_GgaJpZM4HLi_k.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/rpm-software-management/rpm/pull/55#issuecomment-176648616"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>