diff options
author | Wincent Colaiuta <win@wincent.com> | 2007-11-16 14:25:10 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-16 16:55:46 -0800 |
commit | 2587d6796605273de3a5ec7ba44ee1c1ac2b9302 (patch) | |
tree | 1b993f0b41eb7228d6357d0bca4dce32d560c9f6 /t/.gitignore | |
parent | git-send-email: add charset header if we add encoded 'From' (diff) | |
download | tgif-2587d6796605273de3a5ec7ba44ee1c1ac2b9302.tar.xz |
Fix t9101 test failure caused by Subversion "auto-props"
If a user has an "auto-prop" in his/her ~/.subversion/config file for
automatically setting the svn:keyword Id property on all ".c" files
(a reasonably common configuration in the Subversion world) then one
of the "svn propset" operations in the very first test would become a
no-op, which in turn would make the next commit a no-op.
This then caused the 25th test ('test propget') to fail because it
expects a certain number of commits to have taken place but the actual
number of commits was off by one.
Björn Steinbrink identified the "auto-prop" feature as the cause
of the failure. This patch avoids it by passing the "--no-auto-prop"
flag to "svn import" when setting up the test repository, thus ensuring
that the "svn propset" operation is no longer a no-op, regardless of the
users' settings in their config.
Signed-off-by: Wincent Colaiuta <win@wincent.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/.gitignore')
0 files changed, 0 insertions, 0 deletions