Subversion

From OCFwiki

Jump to: navigation, search

Contents

Subversion

What is Subversion?

See The Subversion homepage

How do I use Subversion?

Please see a comprehensive online book, or the quickstart guide.

Problems Creating Subversion Repository

Getting the following error?

   apocalypse [1] svnadmin create /home/m/my/myuser/svnroot
   svn: Berkeley DB error while creating environment for filesystem /home/m/my/myuser/svnroot/db:
   Resource temporarily unavailable
   svn: bdb: mmap: Resource temporarily unavailable

Solution!

The repository must be on a local disk for Berkeley DB. You probably tried to put this in your home directory or something, which would not be local unless you're on death. Try 'svnadmin help create' and use 'fsfs' for the fstype.

Personal tools