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

Question about "Error resolving case" problem

From: Mauro de Toledo Ribeiro <mribeiro_at_cpqd.com.br>
Date: 2004-03-18 20:39:37 CET

Hi,

I Have a complicated question to post, so IŽll try my best to explain it:

My Enviroment:
==============
Server: Win2K Server
Clients: Win2K Pro, WinNT, Linux Connectiva 8/9
WebServer: Apache/2.0.48 (Win32) mod_perl/1.99_10-dev Perl/v5.8.0 PHP/4.3.2 mod_auth_sspi/1.0.1 DAV/2 SVN/1.0.0

My Goal:
========
To make a CGI script execute (in server-side, of course) a svn command like:

'svn co http://server/path/to/repo \\clientIP\WorkArea\path'.

While in a Network (INTRANET), clientIP **IS** a share that **DO EXIST** in each of my client machines, and access permission is set to 'Everyone-Full Control'.

My problem:
===========
When executing the script in command-line dialog or via batch file (cmd) everything goes fine. The network share can be accessed and files from my repo HEAD revision are copied to client machine.

BUT, when runnig the same script over web environment, SUBVERSION returns this error

[svn: Error resolving case of '\\10.202.00.00\WorkArea']

Both scripts access the same method under the same class in a Perl module (e.g. the same place).

My Questions:
============
1-) What could generate this subversion error?
2-) Would some characters are being passed without proper encoding ?

Any Help will be great!

Tks,
Mauro Ribeiro

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 18 20:42:07 2004

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

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