I have a repository I had made in a pinch, without any directory
structure, just adding files to the root.
When the time came to add some method to the madness, I created
the 3 canonical directories, then moved (server-side) all files to
'trunk/'. Now, when I issue `svn log' in my freshly checked-
Hello! I've been having trouble getting my own pre-revprop-change
hook script to work. Svn was refusing any change to a revprop with
the following error:
svn: E165001: Revprop change blocked by pre-revprop-change hook
(exit code 1) with no output.
~~