[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svnadmin error: Can't convert module path to UTF-8

From: Khairul Azhar <kazarmy_at_gmail.com>
Date: 2004-10-06 16:45:01 CEST

On Wed, 6 Oct 2004 06:53:08 -0400, John Szakmeister
<john@szakmeister.net> wrote:

> ... Is there another 'svnadmin' executable laying around in
> your path somewhere that you might accidentally be executing instead?

Nope.

> If you take a look at:
> http://svn.collab.net/repos/svn/trunk/subversion/libsvn_subr/cmdline.c
>
> you'll see that the svn_cmdline_init() function is generating this error.

[Forgive me if I get my technical stuff wrong. It has been a long time
since I last tried Windows programming]

Hmm...Isn't GetModuleFileNameW (the Unicode version of
GetModuleFileName) only implemented under Windows NT-based systems?
What is it doing in a Win98 MBCS-based system?

> This is what I find perplexing. 'svn', 'svnlook', 'svnversion', and
> 'svndumpfilter' all call svn_cmdline_init(), and they're fine. What in
> the world is making 'svnadmin' and 'svnserve' work differently?

I'm not familiar with your build process. Perhaps you're linking in
the wrong libraries for svnadmin and svnserve for an MBCS-based
system?

Anyway, I'll be downloading the Microsoft Layer for Unicode (MSLU) for
Windows 95/98/Me. I'll let you know whether it solves the problem when
I get back to work tomorrow.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Oct 6 16:45:29 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.