You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Petr Andreev <pe...@sherwood.ru> on 2008/02/06 11:44:14 UTC

repository path encoding in svnlook commmand line on Windows

Hi,

I need to use svnlook cat and tree subcommands with a PATH_IN_REPOS
argument.

The problem is that I have a reposotory on Windows and there are
non-ASCII file names in it.

In windows command line 'svnlook changed' gives the names of changed
files in the current console encoding (chcp).
But if I use that name afterwards as a path argument to 'svn cat'
subcommand I get an error like

svnlook: Path 'docstest/trunk/____-____ ________.odt' does not exist

- that is all non-ascii characters replaced by underscores.

Does anybody know in what character set does svnlook expect the
PATH_IN_REPOS argument for cat and tree subcommands?

With hope,
Petr

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org