Subversion 1.12.2: "svn diff --changelist ARG" broken in subdirectories?
From: Tobias Bading <tbading_at_web.de>
Date: Tue, 30 Jul 2019 15:40:08 +0200
Hi.
I just built Subversion 1.12.2 on GNU/Linux and "make check" didn't show any problems.
Here's a little shell script that reproduces the problem:
--- %< ---
#!/bin/sh
##############################################################################
SVN=`which svn`
URL=file:///`pwd`/test-repo
rm -rf test-repo test-repo-wc
echo ""
echo "### Checking out working copy of empty repository..."
echo "### Creating/adding file subdir/abc.txt in working copy..."
echo "### Committing changes to repository..."
echo "### Adding file to changelist test..."
echo "### Adding line to file..."
echo '### Output of "svn diff --changelist test" in root of working copy:'
echo '### Output of "svn diff --changelist test" in directory subdir:'
--- >% ---
The last diff has no output. This script works fine with Subversion 1.10.6.
Is anyone able to reproduce this?
Thanks,
PS: I'm not subscribed to the mailing list, so please keep me CC'd.
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.