On 01/31/14 21:07, Ben Reser wrote:
In the meantime you can do the following to do the canonicalization: if (SVN::Core::path_is_url($file)) { $file = SVN::Core::uri_canonicalize($file); } else { $file = SVN::Core::dirent_canonicalize($file); }
Thanks. IMHO this sample should be added to SVN::Client documentation. It is not obvious moment.