Package: subversion Version: 1.6.9dfsg-1 Severity: normal On squeeze/sid, `svn add f...@bar` does not work.
% cat t.sh #!/bin/sh TEST_ROOT=$(pwd)/test mkdir -p "$TEST_ROOT" cd "$TEST_ROOT" svnadmin create "$TEST_ROOT/testrepo" svn co "file://$TEST_ROOT/testrepo" testwc cd testwc touch f...@bar svn add f...@bar svn status % LANG=C sh -x ./t.sh + pwd + TEST_ROOT=/tmp/test + mkdir -p /tmp/test + cd /tmp/test + svnadmin create /tmp/test/testrepo + svn co file:///tmp/test/testrepo testwc Checked out revision 0. + cd testwc + touch f...@bar + svn add f...@bar svn: warning: 'foo' not found + svn status ? f...@bar % On lenny, it works. % LANG=C sh -x ./t.sh + pwd + TEST_ROOT=/tmp/test + mkdir -p /tmp/test + cd /tmp/test + svnadmin create /tmp/test/testrepo + svn co file:///tmp/test/testrepo testwc Checked out revision 0. + cd testwc + touch f...@bar + svn add f...@bar A f...@bar + svn status A f...@bar % LANG=C svn --version | head -n1 svn, version 1.5.1 (r32289) % -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-2-amd64 (SMP w/1 CPU core) Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages subversion depends on: ii libapr1 1.4.2-3 The Apache Portable Runtime Librar ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib ii libsasl2-2 2.1.23.dfsg1-5 Cyrus SASL - authentication abstra ii libsvn1 1.6.9dfsg-1 Shared libraries used by Subversio subversion recommends no packages. Versions of packages subversion suggests: pn db4.8-util <none> (no description available) ii patch 2.6-2 Apply a diff file to an original pn subversion-tools <none> (no description available) -- no debconf information -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org