Differences From:
File
win32.txt
part of check-in
[c7278fd013]
- Win32 port now functional except network operations. This commit was done on windows :-). See win32.txt for status of all commands. No networking commands are functional yet. All path operations are now functioning.
by
jnc on
2007-09-22 06:47:11.
[view]
To:
File
win32.txt
part of check-in
[8372cc0b81]
- Socket operations now functional in Win32 port. Added quotes around the filename portion of the command to edit thus working of windows in paths where the temp directory contains spaces. Added -all flag to clean command. If not specified each file is prompted for before removing.
by
jnc on
2007-09-22 18:34:49.
Also file
win32.txt
part of check-in
[3c5482959c]
- Merge in the w32 changes.
by
drh on
2007-09-22 19:43:55.
[view]
@@ -12,25 +12,12 @@
Download/compile/install tclsh (configure --prefix=/) (for tests)
All commands were issued in the MSYS shell, not a cmd.exe
-
-
Outstanding Issues:
----------------------------------------------------------------------
* server is totally non-functional - #if/#end'd out of the code
-* all path operations are defunct
-* remote network operations are reporting: can't resolve host name: xyz
-
- Winsock must be initialized before using:
-
- WSADATA info;
- if (WSAStartup(MAKEWORD(1,1), &info) != 0){
- fossil_panic("can't initialize winsock");
- }
-
-
Commands status:
----------------------------------------------------------------------
@@ -38,11 +25,11 @@
cgi Not tested
changes OK
checkout BAD #1
clean OK
-clone Local Only #2
+clone OK
close OK
-commit OK (not tested with gpg signing yet)
+commit OK
config OK
deconstruct OK
del OK
descendents OK
@@ -55,16 +42,16 @@
ls OK
merge OK
new OK
open OK
-pull BAD #2
-push BAD #2
+pull OK
+push OK
rebuild OK (didn't have a corrupt file to try on though)
redo BAD #3
rm OK
-server BAD #2,#4
+server BAD #4
status OK
-sync BAD #2
+sync OK
timeline OK
tkdiff OK
undo OK
update OK
@@ -82,10 +69,8 @@
Make a new dir, fossil open ../repo.fsl && fossil checkout 123abc and
the file appears.
Is that normal operation?
-
-#2 No socket operations are functioning yet
#3 In test1/ I edited a file, test2/ I updated, type file.txt changes
were there. I then did fossil undo file.txt. The changes were gone
and fossil status said I had edited file.txt. A fossil redo did not