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

problems with svn using direct repository access (file:) on Win98

From: Wagner R. Martino <wdemartino_at_uol.com.br>
Date: 2004-01-20 12:52:08 CET

Hi,

I have downloaded subversion binary release 0.35.1 for Windows 9x platform (svn-0.35.1-setup.exe) and installed it on my somewhat old personal computer (pentium 200Mhz, 64Mb RAM, Windows 98). After the installation, I created a repository using svnadmin and tried to import a directory tree to the repository. The repository seems to be OK, but the import did not work. I used direct repository access (file:). The commands I used and the messages I received are included below. I tried to run "svnadmin recover" as asked but it didn't make any diference. It seems to me that there's two problems: something wrong with the ra_local session and something wrong with Berkeley DB.

Trying to figure out what's happening, I read the FAQ. The answer to question 5 (What operating systems does Subversion run on?) says (as far as I could understand) that Berkeley DB does not work on Win95/Win98. Based on this, I conclude that I can only use a Windows 98 box as a Subversion client. Is it true?

I would apreciate any help!

Wagner

-----------------
C:\>svnadmin create \repos\repos1

C:\>svn import -m "project my tree" mytree file:///repos/repos1
svn: Unable to open an ra_local session to URL
svn: Unable to open repository 'file:///repos/repos1'
svn: Berkeley DB error while opening environment for filesystem /repos/repos1/db:
DB_RUNRECOVERY: Fatal error, run database recovery

C:\>svn --version
svn, version 0.35.1 (r8050)
   compiled Dec 21 2003, 07:34:35

Copyright (C) 2000-2003 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/

The following repository access (RA) modules are available:

* ra_dav : Module for accessing a repository via WebDAV (DeltaV) protocol.
  - handles 'http' schema
  - handles 'https' schema
* ra_local : Module for accessing a repository on local disk.
  - handles 'file' schema
* ra_svn : Module for accessing a repository using the svn network protocol.
  - handles 'svn' schema

C:\>

-----------------

---
Wagner R. De Martino
wdemartino@uol.com.br
Received on Tue Jan 20 12:52:24 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.