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

Apache on one server multiple repositories on different servers

From: Marino Kevin <Kevin.Marino_at_neighborcare.com>
Date: 2005-05-02 22:34:31 CEST

Some still new to Apache and would like to configure a setup where
Apache exists on one server and the repositories exist on another
server.

My current working environment has Apache and subversion on the same
server but I am going to have to move one of the repositories to another
server.

So I am thinking I can use UNC naming inside the <location> section like
so;

<Location /svn>
        DAV svn
        # any /svn/foo URL will map to a repository D:/svn/foo
        SVNParentPath //someserver/SVN
        AuthType Basic
        AuthName "Subversion repository"
        AuthUserFile passwd
        AuthzSVNAccessFile svnaccessfile
        Require valid-user
</Location>

is that valid? Of course the Apache server will have the necessary
rights.
This is in a Windows 2000/03 environment.

I am using TortoiseSVN and Subclipse to access repositories now.\

Thanks
Kevin

-Kevin Marino
----------------------
Webmaster - NeighborCare Technology Center
kevin.marino - AT - neighborcare.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon May 2 22:37:14 2005

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.