Lastest version.
Create file in folder like \some-repository\%abc\
or file with name like \some-repository\%abc.php
make few changes and commits
right click -> Show log
i get message: 'some-repository/%ABc.php' path not found
looks like tortoise doesn't url encode symbol "%" when make http request, should be encoded %25
please help, i have many files with this problem
i think same error will happen with %00 -- %ff symbols in path, %str for example work fine
i think svn trying to decode %ab code to some symbol