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

Re: Shared repo location on server?

From: Marc Haisenko <haisenko_at_comdasys.com>
Date: Fri, 8 Feb 2008 11:53:48 +0100

On Friday 08 February 2008, Kevin Grover wrote:
> In Linux (or other Unix boxes), I created an svn user account. In svn's
> home directory, I created a directory called 'repos' and put my repositories
> in there. I set up a svnserve service that gets run (as user svn). I also
> put scripts to back things up in ~/bin and have them run automatically by
> cron (scheduled) jobs.

Just FYI, on Linux a good place to store the repository is in the "/srv" tree
which is for things that are "served" (this also include websites, possibly
public FTP stuff, etc. pp.). See the FHS
(http://www.pathname.com/fhs/pub/fhs-2.3.html#SRVDATAFORSERVICESPROVIDEDBYSYSTEM).

So a "good" repository path on a Linux server would propably be something
like "/srv/svn/my_repo".

Bye,
        Marc

-- 
Marc Haisenko
Comdasys AG
Rüdesheimer Str. 7
80686 München
Germany
Tel.: +49 (0)89 548 433 321
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-02-08 11:54:18 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.