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

RE: RE: Can't connect to subversion server

From: Natalya Pyalling <npyalling_at_valuecommerce.ne.jp>
Date: 2004-01-22 08:42:58 CET

Hi all,

Thank you for your advices. I have tried to do this but without results.
I deleted my fresh database and had another attempt.

I inspected svadmin version
[pyal@cvs svn]$ /usr/bin/svnadmin --version
svnadmin, version 0.36.0 (r1)
   compiled Jan 14 2004, 18:04:22

I created a repository
[pyal@cvs svn]$ sudo /usr/bin/svnadmin create /home/svnroot

I inspected svn version
[pyal@cvs svn]$ /usr/bin/svn --version
svn, version 0.36.0 (r1)
   compiled Jan 14 2004, 18:04:22

I tried to connect
[pyal_at_cvs svn]$ /usr/bin/svn list https://cvs.dev.ru.intra/svn/repos
Error validating server certificate for 'https://cvs.dev.ru.intra:443':
 - The certificate is not issued by a trusted authority. Use the
   fingerprint to validate the certificate manually!
Certificate information:
 - Hostname: cvs.dev.ru.intra
 - Valid: from Nov 27 10:08:59 2003 GMT until Nov 26 10:08:59 2004 GMT
 - Issuer: SomeOrganizationalUnit, SomeOrganization, SomeCity, SomeState, --
 - Fingerprint: 5d:3e:65:c8:d8:60:06:02:49:c0:98:9c:bd:7e:7b:f8:0b:48:ad:a3
(R)eject, accept (t)emporarily or accept (p)ermanently? t
svn: PROPFIND request failed on '/svn/repos'
svn:
Could not open the requested SVN filesystem

I inspected log files
[pyal@cvs svn]$ sudo tail /etc/httpd/logs/ssl_error_log
[Thu Jan 22 15:39:03 2004] [error] [client 10.1.240.240] (20014)Error string not specified yet: Expected version '3' of repository; found version '2'
[Thu Jan 22 15:39:03 2004] [error] [client 10.1.240.240] Could not fetch resource information. [500, #0]
[Thu Jan 22 15:39:03 2004] [error] [client 10.1.240.240] Could not open the requested SVN filesystem [500, #165005]
[Thu Jan 22 15:39:03 2004] [error] [client 10.1.240.240] (84)Invalid or incomplete multibyte or wide character: Could not open the requested SVN filesystem [500, #165005]

The error was the same.
What do you think about this? May be some problem with version of Apache modules, no?

Many thanks,
Natalya Pyalling.

-----Original Message-----
From: Jim Sokoloff [mailto:jim@sokoloff.com]
Sent: Wednesday, January 21, 2004 6:43 PM
Cc: Natalya Pyalling
Subject: RE: Can't connect to subversion server

Natlya,

Another possibility is that you are using 0.34+ apache modules
on a repository which was created with 0.33 or earlier and has
not been upgraded.

See http://svnbook.red-bean.com/html-chunk/ch05s03.html#svn-ch-5-sect-3.4

I'd recommend following that procedure to dump your old database
(using the old svnadmin) and reload it in 0.36 format (using the new
svnadmin). If you are creating a fresh database, you don't need to
bother with this, except you should make sure you're using the
0.36 svnadmin to create it.

If none of that helps, please run:
svnadmin --version
and let us know what that returns.

Cheers,
---Jim

On Wed, 21 Jan 2004, Stuart Robertson wrote:

> 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
>

---------------------------------------------------------------------
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 Thu Jan 22 08:40:54 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.