Hello all,

I usually use fossil on my OS X and FreeBSD machines, rarely on Windows.
But today, I somehow triggered assertion failure on Windows upon auto-syncing 
local repository with remote repo on my server.

After the assertion-failure-caused runtime error, fossil just do not sync with 
the remote saying `already up-to-date`.
However, the server remains completely unaware of this very check-in created by 
local fossil.


Here is the complete log of commands I issued and the associated outputs.

```
C:\Users\Ardie\Documents\Fossil\academic-spring-2015.fossilproj\academic-spring-2015\alg-csp>fossil
 commit
Autosync:  http://ardie...@midgardr.ardiefox.me/academic-spring-2015/
redirect with status 301 to 
https://midgardr.ardiefox.me/academic-spring-2015/xfer
Round-trips: 1   Artifacts sent: 0  received: 0
Pull done, sent: 749  received: 2799  ip: 165.194.104.196
C:\Windows\notepad.exe "../ci-comment-F0C83618279A.txt"
./nbproject/project.properties contains CR/NL line endings. Use --no-warnings 
or the "crnl-glob" setting to disable this warning.
Commit anyhow (a=all/c=convert/y/N)? N
Abandoning commit due to CR/NL line endings in ./nbproject/project.properties

C:\Users\Ardie\Documents\Fossil\academic-spring-2015.fossilproj\academic-spring-2015\alg-csp>fossil
 commit
Autosync:  http://ardie...@midgardr.ardiefox.me/academic-spring-2015/
redirect with status 301 to 
https://midgardr.ardiefox.me/academic-spring-2015/xfer
Round-trips: 1   Artifacts sent: 0  received: 0
Pull done, sent: 747  received: 2799  ip: 165.194.104.196
C:\Windows\notepad.exe "../ci-comment-B6E67BFA7888.txt"
unchanged check-in comment.  continue (y/N)? y
./nbproject/project.properties contains CR/NL line endings. Use --no-warnings 
or the "crnl-glob" setting to disable this warning.
Commit anyhow (a=all/c=convert/y/N)? c
./nbproject/project.xml contains CR/NL line endings. Use --no-warnings or the 
"crnl-glob" setting to disable this warning.
Commit anyhow (a=all/c=convert/y/N)? c
./src/me/ardiefox/academic/cau/algorithm/csp/SCHApplication.java contains CR/NL 
line endings. Use --no-warnings or the "crnl-glob" setting to disable this 
warning.
Commit anyhow (a=all/c=convert/y/N)? c
./src/me/ardiefox/academic/cau/algorithm/csp/SCHInputData.java contains CR/NL 
line endings. Use --no-warnings or the "crnl-glob" setting to disable this 
warning.
Commit anyhow (a=all/c=convert/y/N)? c
./src/me/ardiefox/academic/cau/algorithm/csp/SCHInputDataParser.java contains 
CR/NL line endings. Use --no-warnings or the "crnl-glob" setting to disable 
this warning.
Commit anyhow (a=all/c=convert/y/N)? c
./build.xml contains CR/NL line endings. Use --no-warnings or the "crnl-glob" 
setting to disable this warning.
Commit anyhow (a=all/c=convert/y/N)? c
./manifest.mf contains CR/NL line endings. Use --no-warnings or the "crnl-glob" 
setting to disable this warning.
Commit anyhow (a=all/c=convert/y/N)? c
./problem1.txt contains CR/NL line endings. Use --no-warnings or the 
"crnl-glob" setting to disable this warning.
Commit anyhow (a=all/c=convert/y/N)? c
./problem2.txt contains CR/NL line endings. Use --no-warnings or the 
"crnl-glob" setting to disable this warning.
Commit anyhow (a=all/c=convert/y/N)? c
./problem3.txt contains CR/NL line endings. Use --no-warnings or the 
"crnl-glob" setting to disable this warning.
Commit anyhow (a=all/c=convert/y/N)? c
one or more files were converted on your request; please re-test before 
committing

C:\Users\Ardie\Documents\Fossil\academic-spring-2015.fossilproj\academic-spring-2015\alg-csp>fossil
 clean --verily

C:\Users\Ardie\Documents\Fossil\academic-spring-2015.fossilproj\academic-spring-2015\alg-csp>fossil
 commit
Autosync:  http://ardie...@midgardr.ardiefox.me/academic-spring-2015/
redirect with status 301 to 
https://midgardr.ardiefox.me/academic-spring-2015/xfer
Round-trips: 1   Artifacts sent: 0  received: 0
Pull done, sent: 749  received: 2798  ip: 165.194.104.196
C:\Windows\notepad.exe "../ci-comment-9F3EA0ADE610.txt"
unchanged check-in comment.  continue (y/N)? y
New_Version: da19b8f2e5d89310d80b90a6a27d2d70ff646ad1
Autosync:  http://ardie...@midgardr.ardiefox.me/academic-spring-2015/
Assertion failed: iSocket<0, file src/http_socket.c, line 152

This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.

C:\Users\Ardie\Documents\Fossil\academic-spring-2015.fossilproj\academic-spring-2015\alg-csp>fossil
 commit
Autosync:  http://ardie...@midgardr.ardiefox.me/academic-spring-2015/
redirect with status 301 to 
https://midgardr.ardiefox.me/academic-spring-2015/xfer
Round-trips: 1   Artifacts sent: 0  received: 0
Pull done, sent: 745  received: 2799  ip: 165.194.104.196
nothing has changed; use --allow-empty to override

C:\Users\Ardie\Documents\Fossil\academic-spring-2015.fossilproj\academic-spring-2015\alg-csp>fossil
 status
repository:   
C:/Users/Ardie/Documents/Fossil/academic-spring-2015.fossilproj/academic-spring-2015/..\me.ardiefox.midgardr.academic-spring-2015.fossil
local-root:   
C:/Users/Ardie/Documents/Fossil/academic-spring-2015.fossilproj/academic-spring-2015/
config-db:    C:/Users/Ardie/AppData/Local/_fossil
checkout:     da19b8f2e5d89310d80b90a6a27d2d70ff646ad1 2015-06-03 20:24:07 UTC
parent:       8a98d7fb3593c52dc66e61d0ee0df3d7428d8b51 2015-06-03 14:37:20 UTC
tags:         alg-csp
comment:      Try implementing input data file parser. (user: ardiefox)

C:\Users\Ardie\Documents\Fossil\academic-spring-2015.fossilproj\academic-spring-2015\alg-csp>fossil
 update
Autosync:  http://ardie...@midgardr.ardiefox.me/academic-spring-2015/
redirect with status 301 to 
https://midgardr.ardiefox.me/academic-spring-2015/xfer
Round-trips: 1   Artifacts sent: 0  received: 0
Pull done, sent: 751  received: 2799  ip: 165.194.104.196
-------------------------------------------------------------------------------
checkout:     da19b8f2e5d89310d80b90a6a27d2d70ff646ad1 2015-06-03 20:24:07 UTC
tags:         alg-csp
comment:      Try implementing input data file parser. (user: ardiefox)
changes:      None. Already up-to-date

C:\Users\Ardie\Documents\Fossil\academic-spring-2015.fossilproj\academic-spring-2015\alg-csp>
```

Clearly, server does not know the existence of check-in 
`da19b8f2e5d89310d80b90a6a27d2d70ff646ad1`.
Is there any advice on resolving this issue?

--
Ardie H. Hwang
----------------
email: i...@ardiefox.me
mobile: +82-10-I-AM-ARDIE

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to