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

RE: Can't connect to subversion server

From: Stuart Robertson <dogmatix_at_absolutesys.com>
Date: 2004-01-21 16:28:33 CET

Natalya,

You seem to be using an old SVN client that expects repository format 2,
while your SVN repository was created with a newer version of SVN, hence the
repository format 3. It's best to make sure your client and server
installations are the same version (0.36 is the latest).

Regards,
Stuart.

-----Original Message-----
From: Natalya Pyalling [mailto:npyalling@valuecommerce.ne.jp]
Sent: 21 January 2004 05:27 PM
To: users@subversion.tigris.org
Subject: Can't connect to subversion server

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

---------------------------------------------------------------------
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:29:16 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.