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

Can't connect to subversion server

From: Natalya Pyalling <npyalling_at_valuecommerce.ne.jp>
Date: 2004-01-21 16:27:16 CET

Hi all,

I am newbie in Subversion. I installed it with Apache 2. I added some lines to Apache config

<Location /svn/repos>
   DAV svn
   SVNPath /home/svnroot

   # Limit write permission to list of valid users.
   <LimitExcept GET PROPFIND OPTIONS REPORT>
      # Require SSL connection for password protection.
      # SSLRequireSSL

# AuthType Basic
# AuthName "Authorization Realm"
# AuthUserFile /absolute/path/to/passwdfile
# Require valid-user
   </LimitExcept>
</Location>

I created a repository

svnadmin create /home/svnroot

But when I tried to connect server, I got a couple of lines in ssl_error_log

[Wed Jan 21 23:10:21 2004] [error] [client 10.1.2.110] (20014)Error string not specified yet: Expected version '3' of repository; found version '2'
[Wed Jan 21 23:10:21 2004] [error] [client 10.1.2.110] Could not fetch resource information. [500, #0]
[Wed Jan 21 23:10:21 2004] [error] [client 10.1.2.110] Could not open the requested SVN filesystem [500, #165005]
[Wed Jan 21 23:10:21 2004] [error] [client 10.1.2.110] (84)Invalid or incomplete multibyte or wide character: Could not open the requested SVN filesystem [500, #165005]

Would you like point me to error? What can I do wrong?

Any help would be appreciated.

Thank you very much for your time.

Sincerely yours,
Natalya Pyalling.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jan 21 16:25:08 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.