Hey guys!

I am trying to block the users committing files with non-ASCII characters in
their names during the pre-commit hook script, but when I get the list of
files being committed with "svnlook changed" the filenames are completely
messed up.

For example, a file named "ação.txt" when committed, has the string "A
trunk/a?\195?\167?\195?\163o1.txt" returned by the "svnlook changed"
command.

I have tried to convert "A   trunk/a?\195?\167?\195?\163o1.txt" into
iso8859-1 but I had no luck. I made the pre-commit hook scrips using python.

____________________________________________
Rodrigo Montenegro de Oliveira

Reply via email to