directory listing for parentpath
From: Gregory Bartholomew <gregory.lee.bartholomew_at_gmail.com>
Date: 2007-09-07 16:51:11 CEST
Now I see what you want. I get the same when I browse to the
In your httpd.conf add the following:
LoadModule rewrite_module modules/mod_rewrite.so
Then put this perl script (svnparent) in your cgi-bin:
#! /usr/bin/perl
$url_base = 'http://10.206.103.111/ParentPath';
opendir(DIR, "$fs_base");
foreach $dir (@directory) {
gb
---------------------------------------------------------------------
|
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.