Hi,

In my application (Fuel) users can set the default remote url for
their repositories.
The application spawns Fossil with the "remote-url <url>" parameters.
It appears however that when urls contain passwords, Fossil does not store the
provided password. I think that the problem lies with the way that
Fossil handles
urls when spawned non-interactively, specifically all password saving
is prevented
in Fossil's url.c since "isatty(fileno(stdin))" is false when spawned
via another application.

Perhaps passwords could be explicitly stored when run non-interactively, or some
other mechanism could be introduced.

Thanks
Kostas
_______________________________________________
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