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

[PATCH] Update INSTALL and vc6-build.bat for 1.1.x branch and trunk.

From: Martin Tomes <lists_at_tomes.org>
Date: 2004-07-22 16:11:35 CEST

This patch should be applied to the trunk and the 1.1.x branch.

------------------------------------------------------------------
Update the Win32 build instructions and batch file.

    * vc6-build.bat.in
      Commit r10206 did away with the need to run w32locatedb.pl
      but didn't remove it from the Win32 build batch file. This
      Completes that change.
    * INSTALL
      Update gettext requirement to 0.13.
      Expand on how to unpack the Subversion .tar.gz file on Windows
      and mention the soon to be available zip file.
------------------------------------------------------------------

-- 
Martin Tomes
echo 'martin at tomes x org x uk'\
  | sed -e 's/ x /\./g' -e 's/ at /@/'
The Subversion Wiki is at http://www.subversionary.org/

Index: src-1.1.x/build/win32/vc6-build.bat.in
===================================================================
--- src-1.1.x/build/win32/vc6-build.bat.in (revision 10373)
+++ src-1.1.x/build/win32/vc6-build.bat.in (working copy)
@@ -81,7 +81,6 @@
 cd ..\..
 
 rem ====== Build Apache 2
-perl httpd-2.0.49\srclib\apr-util\build\w32locatedb.pl dll src-%DIR%\db4-win32\include src-%DIR%\db4-win32\lib
 msdev httpd-2.0.49\apache.dsw /MAKE "BuildBin - Win32 Release"
 
 rem ====== Subversion
Index: src-1.1.x/INSTALL
===================================================================
--- src-1.1.x/INSTALL (revision 10373)
+++ src-1.1.x/INSTALL (working copy)
@@ -588,18 +588,28 @@
       * An assembler, e.g., nasm which is available from
         http://www.kernel.org/pub/software/devel/nasm/binaries/win32/
       * For localization gnu gettext is needed. Get
- gettext-runtime-0.12.1.bin.woe32.zip,
- gettext-tools-0.12.1.bin.woe32.zip, and
+ gettext-runtime-0.13.bin.woe32.zip,
+ gettext-tools-0.13.bin.woe32.zip, and
         libiconv-1.9.1.bin.woe32.zip from
- http://mirrors.kernel.org/gnu/gettext
+ http://mirrors.kernel.org/gnu/gettext/ and
+ http://mirrors.kernel.org/gnu/libiconv/.
       * A Subversion client binary from http://subversion.tigris.org/ to
         do the initial checkout of the Subversion source. See the section
         "Bootstrapping from a Zip or Installer File under Windows" above
         for more.
- * A means of unpacking the files. Native Win32 versions of gunzip,
- tar and unzip can be found at http://unxutils.sourceforge.net/ or
- http://gnuwin32.sourceforge.net/.
- If you have WinZip that will also unpack the files.
+ * A means of unpacking the files. The Subversion tar.gz file uses the
+ POSIX.1 standard for file names which exceed 100 characters. This
+ format is not understood by all programs which claim to be able to
+ unpack .tar.gz files. Notable examples of this are WinZip and the
+ utilities which can be found at http://unxutils.sourceforge.net/.
+ The version of tar at http://gnuwin32.sourceforge.net/ is derived from
+ GNU tar, so it can handle POSIX.1. However, it is *not* able to unpack
+ gzip files, neither is it able to pipe from gzip. Thus the unpacking
+ must be done in two steps if you are using that program.
+ Cygwin can unpack this file, however cygwin is a large package to
+ install such just to unpack the tarball on Windows. The Subversion
+ project will be making source releases available in zip format so when
+ this is available use it in preference to the .tar.gz file.
 
    E.2 Notes
 
@@ -671,8 +681,8 @@
       * Extract openssl into SVN\openssl-0.9.7d
       * Extract nasm into SVN\nasm and put it in your path
       * Make a directory SVN\gettext and unpack
- gettext-runtime-0.12.1.bin.woe32.zip,
- gettext-tools-0.12.1.bin.woe32.zip, and
+ gettext-runtime-0.13.bin.woe32.zip,
+ gettext-tools-0.13.bin.woe32.zip, and
         libiconv-1.9.1.bin.woe32.zip into it. Add SVN\gettext\bin to your
         path, SVN\gettext\include to your INCLUDE path and
         SVN\gettext\lib to your LIB path environment variables. You can

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 22 16:11:47 2004

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.