Wrap sqlite3_stmt inside a svn_fs__sqlite_stmt_t struct, which also
[svn.git] / packages / windows-innosetup / W32notes.txt
bloba56d2c5935e505a1d12ea1c53b7584bfc21dc0fc
1 Notes on Win32.
2 ===============
4 $LastChangedDate$
6 Contents:
7 =========
9   Some Known Issues
10   Troubleshooting
13 Some Known Issues:
14 ==================
16   Some of the following issues come up from time to time:
18   * Problems with Apache and mod_dav_svn.so and mod_authz_svn.so:
20     Some people are getting into trouble when starting to use
21     Apache with mod_dav_svn.so and mod_authz_svn.so. Here are some possible
22     solutions (you may need to try one or more of them):
24     - Apache 2 outputs startup errors in the Event Viewer's Application log,
25       so check the details of the error there. The following error:
26           The Apache service named reported the following error:
27           >>> Cannot load <install path>/Apache2/modules/mod_dav_svn.so
28           into server: The specified module could not be found."
29       means you need to copy the libdb42.dll and the intl.dll from the
30       Subversion folder to your Apache\bin or Apache\modules folder.
31     - Make sure that the Subversion Path is included in the systems %PATH%
32       environment.
33     - Make sure that your entries in httpd.conf are correct and remember that
34       mod_dav_svn.so and mod_authz_svn.so should be loaded after the other
35       mod_dav*.so modules.
36     - Uninstall the Apache service manually by typing:
37         apache -k uninstall
38       Then check your httpd.conf and reinstall the service by typing:
39         apache -k install
41   * If your svn.exe won't run then you can try to download shfolder.dll from
42     here:
44       http://download.microsoft.com/download/platformsdk/Redist/5.50.4027.300/W9XNT4/EN-US/shfinst.EXE
46   * Checklist for Win9x and Millenium users:
48     - Make sure that the subversion path is included in your system %PATH%
49       environment variable in Autoexec.bat.
50     - This line must be in your Autoexec.bat file (adjust the path so it fits
51       your system) if it's not there:
52         SET APR_ICONV_PATH="C:\Program Files\Subversion\iconv"
53       The installer will take care of this in a near future.
54     - Remember that you must restart Windows if your Autoexec.bat file
55       has changed.
59 Troubleshooting:
60 ================
62   You have some options when you get into trouble. Please, try one or more of
63   the following items:
65   * The "Some Known Issues" section above
66   * The Subversion FAQ:
67       http://subversion.tigris.org/project_faq.html
68   * The documentation included with this distribution
69   * Get help (search and/or subscribe) from the various mailing lists at the
70     subversion site. You will find info about this here:
71       http://subversion.tigris.org/servlets/ProjectMailingListList