Fergus Slorach <sugref@gmail.com>


Found Suggested
r1343168 r1201419

r1201419 | danielsh | 2011-11-13 11:05:33 +0000 (Sun, 13 Nov 2011)

Add a regression test for a behaviour that works in 1.6.17 but fails
in trunk.

Suggested by: Fergus Slorach <sugref@gmail.com>
(I converted his sh script into a py test)

* subversion/tests/cmdline/commit_tests.py
  (commit_add_subadd): New, XFail test.
  (test_list): Run it.


r1343168 | philip | 2012-05-28 09:05:58 +0000 (Mon, 28 May 2012)

Revert should not change permissions of files with svn:needs-lock in
copied directories.

* subversion/libsvn_wc/adm_ops.c
  (revert_restore): Only handle svn:needs-lock if status is normal.

* subversion/tests/cmdline/revert_tests.py
  (revert_permissions_only: Extend.

Found by: Fergus Slorach <sugref@gmail.com>