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

RE: Subversion with multiple clients

From: Walter Nicholls <walter.nicholls_at_cornerstone.co.nz>
Date: 2004-01-28 00:51:26 CET

Apache and IIS not working together sounds like contention for TCP/IP
ports, both wanting port 80. The usual way to resolve this is running on
separate ports (eg IIS on port 80, Apache on 81), an alternative is to
run them on separate IP addresses and disable IIS socket pooling to
prevent it grabbing all.

So here's a few suggestions
* Try running Apache on a non-standard port?, ie http://gus:81/svn/...
(Listen *:81 in httpd.conf)
* Run IIS and Apache both on port 80, but different IP addresses.
  - Multihome the XP box (you can do this with a single network card,
just click Advanced in the XP TCP/IP settings and give it more than one
IP address)
  - Ensure IIS is using explicit IP address, not just 'all addresses'
  - Apache use explicit IP address (eg Listen 192.168.123.2:80)
  - Disable IIS socket pooling

See http://support.microsoft.com/support/kb/articles/Q238/1/31.ASP for
how to do this with IIS6. This is different to the way it is done in
IIS5 - maybe that is your problem?

-----Original Message-----
From: don gray [mailto:grayd@n-thOrder.com]
Sent: Wednesday, 28 January 2004 2:21 a.m.
To: users@subversion.tigris.org
Subject: Subversion with multiple clients

I am trying to use subversion. I have a three node development network.

Gus - XP stationary machine with VS.NET. I anticipate installing
subversion on this machine.

Flatwheel - W2K laptop with VS 6 and other files needing versioning such
as manuscripts.

Roller - RH9 laptop. Linux application development.

My initial thought was a single repository on Gus. TortiseSVN was
working until I installed .NET. Now Apache and IIS aren't playing nice
together.

Will AnkhSVN handle VS 6 and other file versioning I want?

I can split the Linux to a second hard drive in Roller if it makes life
easier.

Suggestions?

-- 
don gray <grayd@n-thOrder.com>
---------------------------------------------------------------------
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 Wed Jan 28 00:50:41 2004

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.