Package: subversion
Version: 1.10.3-1+b1
Severity: normal

After cd'ing to a working copy:

$ { svn info ; echo "Exit status: $?" >&2 ; } > /dev/null
Exit status: 0

but

$ { svn info ; echo "Exit status: $?" >&2 ; } | true
Exit status: 1

This is actually a broken pipe, so that the exit status should be
128+SIGPIPE in order to be able to differentiate this error[*] from
other errors.

[*] In some contexts, the broken pipe could be expected, thus be
ignored by scripts.

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 
'unstable'), (500, 'testing'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.18.0-2-amd64 (SMP w/12 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE=POSIX 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages subversion depends on:
ii  libapr1      1.6.5-1
ii  libaprutil1  1.6.1-3+b1
ii  libc6        2.27-8
ii  libsasl2-2   2.1.27~rc8-1
ii  libsvn1      1.10.3-1+b1

subversion recommends no packages.

Versions of packages subversion suggests:
pn  db5.3-util          <none>
pn  libapache2-mod-svn  <none>
ii  patch               2.7.6-3
ii  subversion-tools    1.10.3-1+b1

-- no debconf information

Reply via email to