Changes To Windows XP
Not logged in
@@ -51,5 +51,26 @@
 
 <hr><i>On 2008-06-08 15:53:08 UTC drh added:</i><br />
 This problem should now be fixed.  Either recompile using the latest
 source code or else download the latest precompiled binary.  Thanks for the
 bug report.  Please let me know if you find any other issues.
+<hr>
+
+
+<hr><i>On 2008-06-08 21:30:57 UTC anonymous (claiming to be PF) added:</i><br />
+Thank you for prompt fix, your precompiled binary works nicely. (it was little intriguing to get past login page, till I figured out that I can update user table in my repository with login and pw values) Since then it seems to be working fine.
+
+Maybe another issue would be with clone command. It seems not to clone and still complain about being not able to open database.
+
+<verbatim>
+c:\soft\bin>fossil clone http://www.fossil-scm.org/ myclone.fossil
+fossil: unable to open database file
+
+c:\soft\bin>fossil new myclone.fossil
+fossil: unable to open database file
+
+c:\soft\bin>fossil new myclone.fossil
+fossil: table blob already exists
+
+c:\soft\bin>fossil clone http://www.fossil-scm.org/ myclone.fossil
+fossil: unable to open database file
+<\verbatim>