Skip Menu |

This queue is for tickets about the SVN-Web CPAN distribution.

Report information
The Basics
Id: 20341
Status: resolved
Priority: 0/
Queue: SVN-Web

People
Owner: Nobody in particular
Requestors: tom@eborcom.com (no email address)
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



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
Thanks. Patch applied, and will be in 0.49, which I'm releasing shortly.