2013/11/5 Jan Nijtmans <jan.nijtm...@gmail.com>:
> fossil clone [--once] http://u...@url.org
> fossil sync [--once] http://u...@url.org
> fossil pull [--once] http://u...@url.org
> fossil push [--once] http://u...@url.org
>
>      1) When not cloning, if a password is necessary
>          and there is a saved password, use the saved
>          password.
>      2) Otherwise, prompt for a password.
>      3) If a password was used which is different
>          from the saved password, and no --once
>          option is given, prompt whether the
>          password should be saved.
>      4) Do the actual clone/sync/....
>      5) If the clone/sync/... did not succeed because of
>          an authentication problem, go to step 2).
>          Only repeat this a certain number of times.

Something is wrong on trunk:
    $ ./fossil sync http://jan.nijtm...@www.fossil-scm.org/fossil
    missing or incorrect password for user "jan.nijtmans"
with previous fossil, and corresponding to test description:
    $ fossil sync http://jan.nijtm...@www.fossil-scm.org/fossil
    password for jan.nijtmans:
    remember password (Y/n)? Y  (should be gone with your patch!)
    Round-trips: 1   Artifacts sent: 0  received: 0
    *** time skew *** server is slow by 2.1 minutes
    Sync finished with 476 bytes sent, 313 bytes received

I'm sure this worked fine in some earlier version of your patch.
Andy, could you please fix this?  Thanks!

Regards,
     Jan Nijtmans
_______________________________________________
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