i...@apache.org wrote on Wed, May 13, 2015 at 15:37:18 -0000: > * subversion/tests/libsvn_fs/fs-test.c > (freeze_and_commit): Use "/" instead of "" as PATH argument for > svn_fs_change_node_prop().
What was the reason for the change? The FS API explicitly accepts both "" and "/" as valid spellings of the root directory. (See svn_fs.h:1438) Cheers, Daniel