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

Re: [PATCH] Additions to INSTALL

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-09-25 23:20:01 CEST

Pavel Roskin <proski@gnu.org> writes:

> Hello!
>
> I'm just starting using Subversion, and this patch adds pieces that were
> not immediately obvious for me when I tried to install the server.

Hey, it's Pavel! Aren't you a famous CVS guy? :-)

Glad to see you.

> + Add this line after the last LoadModule directive:
> +
> + LoadModule dav_fs_module modules/mod_dav_fs.so
> +

Huh? Why would we need the mod_dav_fs backend to mod_dav?

> D. Running and Testing
> -------------------
>
> + Initialize the repository. This is described in the README file.
> +

Um, at the top of section C, we have:

  C. Configuring Apache for Subversion
      ---------------------------------

      The following assumes you have already created a repository.
      For documentation on how to do that, see README.

Should we also put it in section D?

> Fire up apache 2.0:
>
> $ /usr/local/apache2/bin/apachectl stop
> $ /usr/local/apache2/bin/apachectl start
>
> + On Red Hat, you might need to use following commands instead:
> +
> + $ service httpd2 stop
> + $ service httpd2 start
> +

Ah, this seems nice... but this whole document assumes you're building
apache2 from source code, and installing into some prefix. How does
the redhat 'service' program know where to find your freshly built and
installed httpd-2.0?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Sep 25 23:21:53 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.