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

patch for typos in INSTALL file

From: Mason Thomas <mlt_svn_at_hotmail.com>
Date: 2002-10-30 08:57:02 CET

The following patch corrects some typos in the INSTALL file. The
Americanizations (behaviour-->behavior and rumours-->rumors) may be ignored
if the Queen's English is preferred.

Also, I notice that section I.12 (Building the Documentation) only talks
about building texinfo docs, but now svn has Docbook...

-Mason

*** INSTALL Tue Oct 29 23:19:02 2002
--- INSTALL Sat Oct 26 23:51:36 2002
***************
*** 77,83 ****
        the apr-config script in the standard location under that directory
        (e.g. ${prefix}/bin).

! Similarly, you can specify the location of APRUTIL using the
        "--with-apr-util=" option to "./configure". It will look for the
        apu-config script relative to that directory.

--- 77,83 ----
        the apr-config script in the standard location under that directory
        (e.g. ${prefix}/bin).

! Similar, you can specify the location of APRUTIL using the
        "--with-apr-util=" option to "./configure". It will look for the
        apu-config script relative to that directory.

***************
*** 171,177 ****
        neon-config script (which identifies various features of the Neon
        library) is kept by giving the "--with-neon=" option to
        "./configure". Note that the script should be kept in a "bin"
! subdirectory beneath wherever "--with-neon" is pointed.

        6. Berkeley DB 4.0.14
--- 171,177 ----
        neon-config script (which identifies various features of the Neon
        library) is kept by giving the "--with-neon=" option to
        "./configure". Note that the script should be kept in a "bin"
! subdirectory beneath whereever "--with-neon" is pointed.

        6. Berkeley DB 4.0.14
***************
*** 237,243 ****

        Many of the features of the Subversion client require the ability
        to call out to an external diff or diff3 program, one that
! conforms to the behavior of the GNU versions of these programs.

        On some versions of Unix, this may involve getting a replacement
        for your already existing diff and diff3 program. On FreeBSD
--- 237,243 ----

        Many of the features of the Subversion client require the ability
        to call out to an external diff or diff3 program, one that
! conforms to the behaviour of the GNU versions of these programs.

        On some versions of Unix, this may involve getting a replacement
        for your already existing diff and diff3 program. On FreeBSD
***************
*** 309,315 ****

            http://www.openssl.org/

! Many Unix systems already come with zlib, but if you need it, it
        is available from:

            http://www.gzip.org/zlib/
--- 309,315 ----

            http://www.openssl.org/

! Many Unix systems already come with zlib, but if you need it it
        is available from:

            http://www.gzip.org/zlib/
***************
*** 534,544 ****

        The last reason above is possibly the most useful. For instance
        you can have separate debug and optimised builds each using the
! same working copy. Or you may want a client-only build and a
        client-server build. Using multiple build directories you can
        rebuild any or all configurations after an edit without the need
        to either clean and reconfigure, or identify and copy changes
! into another working copy.

    D. Bootstrapping from a Zip File under Windows
--- 534,544 ----

        The last reason above is possibly the most useful. For instance
        you can have separate debug and optimised builds each using the
! same working copy. Or you may want a client only build and a
        client-server build. Using multiple build directories you can
        rebuild any or all configurations after an edit without the need
        to either clean and reconfigure, or identify and copy changes
! into a another working copy.

    D. Bootstrapping from a Zip File under Windows
***************
*** 592,598 ****

            to point to the appropriate directories.

! See Section I.11 for more details.]

        If you are installing under Win9x, NT4, or WinME, and svn.exe
        doesn't run, try installing shfolder.dll from here:
--- 592,598 ----

            to point to the appropriate directories.

! See Section I.11 for more details.

        If you are installing under Win9x, NT4, or WinME, and svn.exe
        doesn't run, try installing shfolder.dll from here:
***************
*** 634,640 ****
        You will have to edit the file svn_private_config.hw to set the
        correct paths for diff and diff3.

! [NOTE: There have been rumors that Subversion on Win32 can be built
            using the latest cygwin. ymmv.]

--- 634,640 ----
        You will have to edit the file svn_private_config.hw to set the
        correct paths for diff and diff3.

! [NOTE: There have been rumours that Subversion on Win32 can be built
            using the latest cygwin. ymmv.]

***************
*** 751,759 ****

        The mod_dav_svn module can now be built on Windows, using the
        mod_dav_svn project in the workspace `subversion.dsw'. You must
! have the Apache source tree installed in parallel to the Subversion
        source tree, and will use the apr and apr-util libraries from
! the Apache sources, like this:

            .../
              svn/
--- 751,759 ----

        The mod_dav_svn module can now be built on Windows, using the
        mod_dav_svn project in the workspace `subversion.dsw'. You must
! have Apache source tree installed in parallel to the Subversion
        source tree, and will use the apr and apr-util libraries from
! the Apache sources; like this:

            .../
              svn/
***************
*** 768,774 ****
                ...

        You must have Berkeley DB available, as described in II.E.
! First, build (and install) Apache and the Subversion client and
        local server. Then select mod_dav_svn as the active project,
        build it, and copy mod_dav_svn.so to the Apache modules
        directory. Apache configuration is the same as on Unix.
--- 768,774 ----
                ...

        You must have Berkeley DB available, as described in II.E.
! First, buld (and install) Apache and the Subversion client and
        local server. Then select mod_dav_svn as the active project,
        build it, and copy mod_dav_svn.so to the Apache modules
        directory. Apache configuration is the same as on Unix.
***************
*** 828,839 ****

        These are only a few simple examples. For a complete tutorial
        on Apache access contol, please consider taking a look at the
! tutorials found under "Security" on the following page:
        http://httpd.apache.org/docs-2.0/misc/tutorials.html

        In order for 'svn cp' to work (which is actually implemented as a
! DAV COPY command), mod_dav needs to be able to determine the
! hostname of the server. A standard way of doing this is to use
        Apache's ServerName directive to set the server's hostname. Edit
        your /usr/local/apache2/conf/httpd.conf to include:

--- 828,839 ----

        These are only a few simple examples. For a complete tutorial
        on Apache access contol, please consider taking a look at the
! tutorials found under the "Security" on the following page:
        http://httpd.apache.org/docs-2.0/misc/tutorials.html

        In order for 'svn cp' to work (which is actually implemented as a
! DAV COPY command), mod_dav needs to be able to be able to determine
! the hostname of the server. A standard way of doing this is to use
        Apache's ServerName directive to set the server's hostname. Edit
        your /usr/local/apache2/conf/httpd.conf to include:

_________________________________________________________________
Surf the Web without missing calls! Get MSN Broadband.
http://resourcecenter.msn.com/access/plans/freeactivation.asp

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Oct 30 08:58:48 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.