Return-Path: Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: (qmail 99591 invoked from network); 7 Jan 2011 06:47:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Jan 2011 06:47:46 -0000 Received: (qmail 15405 invoked by uid 500); 7 Jan 2011 06:47:45 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 15127 invoked by uid 500); 7 Jan 2011 06:47:45 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 15120 invoked by uid 99); 7 Jan 2011 06:47:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jan 2011 06:47:44 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [80.67.31.27] (HELO smtprelay04.ispgateway.de) (80.67.31.27) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Jan 2011 06:47:35 +0000 Received: from [70.253.92.86] (helo=[192.168.7.75]) by smtprelay04.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1Pb66U-0007zz-HD; Fri, 07 Jan 2011 07:47:14 +0100 Subject: Re: Subversion on Windows web hosting Mime-Version: 1.0 (Apple Message framework v1082) Content-Type: text/plain; charset=us-ascii From: Ryan Schmidt In-Reply-To: <117859.17890.qm@web113605.mail.gq1.yahoo.com> Date: Fri, 7 Jan 2011 00:47:11 -0600 Cc: users@subversion.apache.org Content-Transfer-Encoding: quoted-printable Message-Id: <4FD906F7-B739-4D1D-8E09-59C98165A1AB@ryandesign.com> References: <117859.17890.qm@web113605.mail.gq1.yahoo.com> To: Altaf-Hussain Sayyed X-Mailer: Apple Mail (2.1082) X-Df-Sender: 368818 X-Virus-Checked: Checked by ClamAV on apache.org On Jan 7, 2011, at 00:03, Altaf-Hussain Sayyed wrote: > Can I install subversion system on my own web hosting having WINDOWS = and IIS. What you can do with your web hosting account is limited by your web = hosting provider; if they let you install software, then you can install = Subversion. Or maybe they already have Subversion installed for you to = use. If they let you use arbitrary network ports, then you can serve a = repository with svnserve on port 3690. Subversion cannot be served using = IIS; if you want to serve a repository using WebDAV (i.e. the http or = https protocol), then you must install the Apache 2 web server; = possibly, this could live alongside your existing IIS web server, if you = want it to.