I have a repository containing paths with non-ASCII characters (latin1)
I am having problems with authorization file containing those paths.
Do you know which encoding should be the AuthzSVNAccessFile?
Thank you.
I have a repository containing paths with non-ASCII characters (latin1)
I am having problems with authorization file containing those paths.
Do you know which encoding should be the AuthzSVNAccessFile?
Thank you.
Looking through the subversion source it seems you should use utf-8 as the encoding of the authz file.