Thanks to all for your response, I have tried the trunk and it does work,
here is test result/comparison:

======== Fossil 1.27 ========
~/fossil$ fossil clone http://ftliou:password@host/atest atest.fossil
Round-trips: 2   Artifacts sent: 0  received: 7
Clone finished with 558 bytes sent, 1790 bytes received
Rebuilding repository meta-data...
  100.0% complete...
project-id: 0d808621353102570af9a89d71d9e9153c7676d5
admin-user: ftliou (password is "85815d")
~/workspace/atest$ fossil open ~/fossil/atest.fossil
test.txt
...
~/workspace/atest$ gedit test.txt
~/workspace/atest$ fossil commit -m "test"
Autosync:  http://ftliou@host/atest
Round-trips: 1   Artifacts sent: 0  received: 0
missing or incorrect password for user "ftliou"
~/workspace/atest$

======== Fossil Trunk ========
~/fossil$ fossil clone http://ftliou:password@host/atest atest2.fossil
Round-trips: 2   Artifacts sent: 0  received: 7
Clone finished with 555 bytes sent, 1790 bytes received
Rebuilding repository meta-data...
  100.0% complete...
project-id: 0d808621353102570af9a89d71d9e9153c7676d5
admin-user: ftliou (password is "b27626")
~/workspace/atest2$ fossil open ~/fossil/atest2.fossil
test.txt
...
~/workspace/atest2$ fossil commit -m "test2"
password for ftliou:
remember password (Y/n)? Y
Autosync:  http://ftliou@host/atest
Round-trips: 1   Artifacts sent: 0  received: 0
Pull finished with 352 bytes sent, 388 bytes received
nothing has changed; use --allow-empty to override
~/workspace/atest2$



ft


2013/11/1 Andy Bradford <[email protected]>

> Thus said Ron Wilson on Thu, 31 Oct 2013 09:54:29 -0400:
>
> > > Error: login failed, missing or incorrect password for user "xxx"
> > >
> >
> > Did  Fossil ask  you for  the password  after this  error? If  not, it
> > should have.
>
> Fossil 1.27 will not do this, but Fossil from trunk will prompt for it.
>
> Andy
> --
> TAI64 timestamp: 400000005272de78
> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to