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

Re: simultaneous ra_dav and ra_svn access problems

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2003-03-27 01:43:01 CET

"Mark Gulbrandsen" <bytor@zserve.com> writes:

> We have a fairly large repo for our code. We'd like to access it via
> ra_dav and ra_svn and ra_file when and how we like. This works fine as
> long as these protocols are not used at the same time. If they are, the
> database needs to be recovered for some reason.

It's a permissions/umask problem. You've probably got different
processes using different umasks to read/write the db files, which
ends up blocking access for the next process.

Look at this part of the book:

   http://svnbook.red-bean.com/book.html#svn-ch-5-sect-5

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 27 01:43:42 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.