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

Re: Network repository

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 19 Feb 2010 06:13:12 -0500

On Thu, Feb 18, 2010 at 10:12, Vicky Chester <vicky.chester_at_gmail.com> wrote:
> Hi all,
>
> I'm looking at setting up an SVN repository using apache. I'd like to be
> able to put the repository folder onto a shared network drive and have
> apache run on a separate PC. The network drive gets backed up every night
> whereas the PC doesn't, hense the split.
> When I've been looking round how to setup apache and subversion I'm getting
> conflicting views on whether to do this; some are saying that it's better if
> the repository is local to the PC apache is on. Can anyone confirm whether
> this is a bad idea or not? I have it working but I'm not sure whether it'll
> be stable long term.

It's not a good idea to keep the repository separate from the server.
Run your server on server-grade hardware with a server-grade OS and
proper storage - not on a PC with a mapped network drive.

You can easily run Subversion in a relatively small VM with storage
located on a SAN (which will appear as a local drive to the OS and
applications running on it) unless you've got a very large number of
users/amount of traffic.
Received on 2010-02-19 12:13:47 CET

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

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