Ivan Zhakov wrote:
>
> Actually there is already script for automate Windows build:
> build/win32/vc6-build.bat.in
This batch file may need the test directory name to be fixed, as in the patch I
have just sent (Subject: "[PATCH] Remove obsolete test files; fix test dir name").
Here is the relevant part of that patch. Please let me know if this is
correct. If it is, feel free to commit this fix yourself, and I will commit
the rest of my patch (which mainly removes a directory containing two test
files) separately. I should probably have presented this as a separate patch
anyway.
Index: build/win32/vc6-build.bat.in
===================================================================
--- build/win32/vc6-build.bat.in (revision 19040)
+++ build/win32/vc6-build.bat.in (working copy)
@@ -91,8 +91,8 @@
rem ====== Subversion
cd src-%DIR%
msdev subversion_msvc.dsw /USEENV /MAKE "__ALL_TESTS__ - Win32 Release"
-mkdir Release\subversion\tests\svn
-xcopy /S /Y subversion\tests\svn Release\subversion\tests\svn
+mkdir Release\subversion\tests\cmdline
+xcopy /S /Y subversion\tests\cmdline Release\subversion\tests\cmdline
copy Release\subversion\mod_dav_svn\mod_dav_svn.so "%APACHEDIR%"\modules
copy Release\subversion\mod_authz_svn\mod_authz_svn.so "%APACHEDIR%"\modules
cd ..
Index: INSTALL
===================================================================
--- INSTALL (revision 19040)
+++ INSTALL (working copy)
@@ -851,8 +851,8 @@
copy the client tests into the release test area.
C:>cd src-%DIR%
- C:>mkdir Release\subversion\tests\svn
- C:>xcopy /S /Y subversion\tests\svn Release\subversion\tests\svn
+ C:>mkdir Release\subversion\tests\cmdline
+ C:>xcopy /S /Y subversion\tests\cmdline Release\subversion\tests\cmdline
If the server dso modules have been built then copy the dso files and
dlls into the Apache modules directory.
- Julian
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Mar 27 00:01:51 2006