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

[PATCH] Warnings about WinXP pre SP1

From: Francois Beausoleil <fbos_at_users.sourceforge.net>
Date: 2003-05-18 17:10:47 CEST

NOTE: There's a form feed character on the first added line. I don't
know if it will be properly sent or not. You might want to add it back
as it's presence respects the format for the other entries.

Log:
* INSTALL
  Added a "Platform Specific Issues" section to INSTALL's end.
  Need to fill out the Mac OS X BDB issue section.

Index: INSTALL
===================================================================
--- INSTALL (revision 5964)
+++ INSTALL (working copy)
@@ -978,3 +978,34 @@
       environment variable, or you can define new tunnel schemes in
       the [tunnels] section of ~/.subversion/config. By default, only
       the "ssh" scheme is allowed.
+
+
+
+IV. PLATFORM SPECIFIC ISSUES
+ ========================
+
+ A. Windows XP
+ ----------
+
+ There is an error in the Windows XP TCP/IP stack which causes
+ corruption in certain cases. This problem is exposed only
+ through ra_dav.
+
+ The root of the matter is caused by duplicating file handles
+ between parent and child processes. The httpd Apache group
explains
+ this a lot better:
+ http://www.apache.org/dist/httpd/binaries/win32/#xpbug
+
+ This artile at Microsoft talks of the matter:
+ http://support.microsoft.com/default.aspx?scid=kb;EN-US;q317949
+
+ And the Subversion group has already encountered this bug:
+
http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgId=185063
+
+ The only known workaround for now is to update to Windows XP SP1.
See
+ Karl Fogel's comments on this issue at:
+ http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgNo=20652
+
+ B. Mac OS X
+ --------
+

--
  Francois Beausoleil
  Developer of Java Gui Builder
  http://jgb.sourceforge.net/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun May 18 17:11:42 2003

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.