On Mon, Jul 19, 2010 at 7:40 AM, andy m <[email protected]> wrote:

> I have recently started looking at fossil but the behaviour below did
> not seem correct.
>
> > fossil version
> This is fossil version [fb5f0c2580] 2010-07-03 15:33:59 UTC
>
> > fossil sync http://a...@ls/cgi-bin/crowlite.cgi
> password for andy:
>                Bytes      Cards  Artifacts     Deltas
> Send:            4725        100          0          0
> Received:        4508         98          0          0
> Total network traffic: 2750 bytes sent, 2645 bytes received
>
> > fossil sync
> Server:    http://a...@ls/cgi-bin/crowlite.cgi
>                Bytes      Cards  Artifacts     Deltas
> Send:            4741        101          0          0
> Error: login failed
>
> On the second attempt there is no prompt for a password.
>
> Suggestions?
>

There might be a bug in the password recording mechanism.  That mechanism is
complicated due to security concerns, so a bug there won't surprise me. Try
this:

    fossil remote http://andy:passw...@ls/cgi-bin/crowlite.cgi
    fossil sync

The "remote" command will force Fossil to remember the password as
"password" (substitute whatever is correct for you, of course).  After that,
"sync" should work.

Please let me know what happens.


> _______________________________________________
> fossil-users mailing list
> [email protected]
> http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users
>



-- 
---------------------
D. Richard Hipp
[email protected]
_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to