You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Helfried Behrendt <he...@complete-networks.de> on 2003/02/10 14:25:45 UTC

Repository auf ncpmount

Hi
I found the following Problem.
Using the current Subversion / svnadmin to create an repository on an
directory mounted with ncpmount (novellserver) does not work. From an
windows xp WS with novell Client or using a local directory works just
fine.
Used versions ncpfs from suse is version 2.2.19 /18 :
The Output of svnadmin is:

sub-me:/mnt/svn # svnadmin create svn
svn: Berkeley DB error
svn: Berkeley DB error while creating environment for filesystem svn/db:
Invalid argument
sub-me:/mnt/svn #
sub-me:/mnt/svn # ls
.  ..  ALLE  Entwicklung  OFFICE  QM  Verwaltung  svn
sub-me:/mnt/svn # ls svn/db
.  ..  DB_CONFIG  __db.001
That is the content of the db subdirectory.

I have all needed rights to do anythink.

Creating an repository local and move/copy it to the mount doesn't work
either with mod_dav_svn. The copy is okay, because I moved it back to my
local Filesystem and it works fine.

Helfried Behrendt

helfried.behrendt@complete-networks.de

 CONFIDENTIALITY NOTICE:
This message is intended only for the use of the individual or entity to
which it is addressed, and may contain information that is privileged,
confidential and exempt from disclosure under applicable law.




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

Re: Repository auf ncpmount

Posted by Michael Wood <mw...@its.uct.ac.za>.
On Mon, Feb 10, 2003 at 03:25:45PM +0100, Helfried Behrendt wrote:
> Hi
> I found the following Problem.
> Using the current Subversion / svnadmin to create an repository on an
> directory mounted with ncpmount (novellserver) does not work. From an
> windows xp WS with novell Client or using a local directory works just
> fine.
[snip]

Berkeley DB cannot run on some network filesystems.  Maybe ncpfs is one
of these.

Gnumeric complains about not being able to mmap stuff on ncpfs.  Maybe
this is related.

-- 
Michael Wood <mw...@its.uct.ac.za>

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