On Wed, Mar 27, 2013 at 04:55:46PM +0400, Ivan Zhakov wrote: > I think easiest way to block these paths in svn_fs_make_file() not in > commit_txn(). We already perform path validation in make_file().
Yes, that's right, and I'll do that now. The reason I attempted to do this in repos_commit_txn() is that we were planning to have the repos layer perform this check, instead of having the FS layer do it. See this post: http://svn.haxx.se/dev/archive-2013-03/0462.shtml