Subject: | Documentation Patch: Installing on IIS |
Here's a small documentation patch that explains how I got SVN::Web
working on IIS. Feel free to use/modify/ignore as you choose.
The patch applies against revision 1022 of trunk.
Thanks,
Tom
Subject: | svn-web.patch |
Index: lib/SVN/Web.pm
===================================================================
--- lib/SVN/Web.pm (revision 1036)
+++ lib/SVN/Web.pm (working copy)
@@ -1465,6 +1465,30 @@
SetHandler default-handler
</Directory>
+=head3 IIS
+
+SVN::Web works with IIS and Subversion on Windows servers. You need the
+Subversion server and Subversion Perl bindings installed.
+
+After following the instructions in L</SYNOPSIS>, ensure IIS makes the
+new F<svnweb> directory available either as a directory or a virtual
+host.
+
+Using IIS Manager:
+
+=over
+
+=item *
+
+allow executable access to this directory (see I<Execute Permissions>
+in the I<Home Directory> tab under I<Properties>)
+
+=item *
+
+Add F<index.cgi> to the list of default content pages under I<Documents>
+
+=back
+
=head1 MAILING LIST
There is a mailing list for SVN::Web users and developers. The address