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

Re: Creating more than one repo

From: Tom Mornini <tmornini_at_engineyard.com>
Date: 2006-09-29 19:14:43 CEST

I didn't see the original email, but I just setup a system where the
URLs are:

   http://repo.company.com/

and

   https://repo.company.com/

A domain wide SSL certificate will allow this without problem.

On an interesting side note, this system is run load balanced across
several HTTP servers with FSFS repos on a Red Hat Cluster System GFS
filesystem.

Working like a charm so far!

On Sep 29, 2006, at 10:07 AM, Kenneth Porter wrote:

> --On Thursday, September 28, 2006 6:00 PM -0400 Kris Deugau
> <kdeugau@vianet.ca> wrote:
>
>> You'll have to do one of:
>>
>> -> Set up each site on separate IPs, so that services like SVN can
>> properly match access to different sites to the matching back-end
>> data.
>> -> Switch to HTTP access (please note, not HTTPS, as that will
>> just dump
>> you back where you started). This is probably the best long-term
>> option.
>> -> Rethink your repository structures so that you embed the
>> repository
>> name in the svn:// url somewhere after the domain name part.
>
> Or run separate servers on different ports. (This would also
> address the HTTPS limitation.) The downside is that you have to
> explicitly specify the port in the URL.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 2 06:13:24 2006

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.