svnadmin setrevprop with process substitution

时间:2018-04-18 18:00:59

标签: svn

I tried to run the svnadmin command with the process substitution, but failed.

svnadmin setrevprop -r1 MyRepoDir svn:author <(echo -n NewAuthor)

The author name is replaced with an empty string. If I try with a "real" file, the author name is correctly set. Any hints what could be wrong?

0 个答案:

没有答案