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

Upgrade from SVN 1.3 to 1.4, problem with client?

From: Michael Williamson <michael.williamson_at_criticallink.com>
Date: 2006-10-09 16:36:41 CEST

Hi,

I'm running debian and just upgraded from subversion 1.3 to 1.4 via the
standard:

apt-get install subversion

I appear to be having problems with the new client not understanding the
new 1.4 repository format. I've included a session that I've run below
that demonstrates the problem. As far as I can tell, the client doesn't
like the version '5' database format (I am assuming that's the new 1.4
format). According to all of the FAQ's and googling, if the client is
1.4, it should. According to svn --version, the client is 1.4.
Any clues as to what is wrong?

Thanks

-Mike

-------

--> svnadmin create /home/svn/testrepos
--> svn list http://localhost/svn/testrepos
svn: PROPFIND request failed on '/svn/testrepos'
svn: Could not open the requested SVN filesystem
--> tail -4 /var/log/apache2/error.log
[Mon Oct 09 10:30:10 2006] [error] [client 127.0.0.1] (20014)Error
string not specified yet: Expected format '3' of repository; found
format '5'
[Mon Oct 09 10:30:10 2006] [error] [client 127.0.0.1] Could not fetch
resource information. [500, #0]
[Mon Oct 09 10:30:10 2006] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem [500, #165005]
[Mon Oct 09 10:30:10 2006] [error] [client 127.0.0.1] Could not open the
requested SVN filesystem [500, #165005]
--> svnadmin --version svnadmin, version 1.4.0 (r21228)
  compiled Oct 8 2006, 22:27:32

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository back-end (FS) modules are available:

* fs_base : Module for working with a Berkeley DB repository.
* fs_fs : Module for working with a plain file (FSFS) repository.

--> svn --version
svn, version 1.4.0 (r21228)
  compiled Oct 8 2006, 22:27:32

Copyright (C) 2000-2006 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
This product includes software developed by CollabNet
(http://www.Collab.Net/).

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
 - handles 'http' scheme
 - handles 'https' scheme
* ra_svn : Module for accessing a repository using the svn network
protocol.
 - handles 'svn' scheme
* ra_local : Module for accessing a repository on local disk.
 - handles 'file' scheme
# This is an existing 1.3 repository.....
--> svn list http://localhost/svn/repos
ABB/
AGR_PET/
Airport_Lighting/
Apta/
BioTools/
Bird/
Camera/
Critical_Link/
EKIPS/
LM/
MityDSP/
NDC/
Neosonik/
Protea/
SRC/
TigerOptics/
svn_test/
testing123/
testing456/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Received on Mon Oct 9 16:39:41 2006

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.