On Fri, Mar 14, 2014 at 11:03 AM, Michael Weise <michael.we...@ek-team.de>wrote:

> $ fossil sync https://user:pass@server/fossil/test_helloworld
> Round-trips: 1   Artifacts sent: 0  received: 0
> Sync finished with 502 bytes sent, 420 bytes received
>
> $ fossil sync
> missing or incorrect password for user "user"
>
>
> Doesn't fossil store the password for future use?
>

Yes. When this has happened to me, it's because i skipped a step in the
following:

1) create repo locally (fossil new)
2) fossil ui -R new.repo
3) set my password there
4) scp the repo to my hoster

i occasionally forget steps 2/3.

That said, this might have something to do with you using SSL, in which
case maybe someone familiar with that can suggest a solution.


> I want to sync without having to enter the password / full URL every
> time. How can I do that?


It "should" just work. What fossil version are you using? There have
recently been changes in how passwords are collected/used.


-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
http://gplus.to/sgbeal
"Freedom is sloppy. But since tyranny's the only guaranteed byproduct of
those who insist on a perfect world, freedom will have to do." -- Bigby Wolf
_______________________________________________
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