Returning the thread to the list:

On Sep 10, 2012, at 11:18, John Maher wrote:

> Thanks Ryan.
> 
> I was wrong about the hooks directory not being there, it was there just
> not displayed by VisualSVN.
> 
> So if I create a repository on a network drive multiple users can use it
> if with no problems, right?  If so then does that mean VisualSVN Server
> is optional?
> 
> Just trying to understand subversion.  Its not easy.  I'm on chapter 3
> and the book is making more questions than it answers.  Hopefully soon
> I'll be at the point where more questions get answered by the book than
> are created.

You should not create repositories on network drives; you could encounter 
[permissions|performance|corruption|dataloss] problems. Repositories should be 
on a disk local to the machine that's running svnserve or httpd with 
mod_dav_svn to serve it to users, and should be secured so that only the user 
that svnserve or httpd runs as can read from and write to them.

Reply via email to