On Jan 30, 2008 6:42 AM, Raffaele Pantaleoni
<raffaele.pantaleoni_at_mysui.com> wrote:
> Jean-Marc van Leerdam ha scritto:
> > There is your problem. Do not share access to a repository on a
> > fileshare. This will lead to the problems you are experiencing. For
> > multi-user acces you should use a server that runs the svnserve
> > process or install Apache with subversion support.
> >
> > Read the SVN book on the possible ways to set up your server
> > (http://svnbook.red-bean.com)
> Thank you for you fast-as-the-light answer! ;)
> I've already read the svnbook from the first line way down to the last
> one. After your kind answer the SVN arch picture becomes a little bit
> confusing to me, because the repository seems to be accessible by way
> of: dav, svn, local. Does local acces mean that the repository HAS to be
> on the local filesystem? I mean, is "local" a repository on my own
> workstation accessible only by me?
Local (file:///) is intended only for one user in a
debugging/testing/training type of situation. Odd things happen when
using network shares (for either the repository or working copies) and
it's discouraged & not supported. If you need network access and/or
multiple users, you should be using svnserve or Apache (DAV).
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-01-30 13:05:49 CET