How do I authenticate myself to the cgi-based repository when I'm trying to push my changes back up? Here is what I'm doing:

fossil clone <URL> <file>
fossil open <file>
echo "file1" > file1
fossil add file1
fossil commit

At this point, the local commit is fine, but the autosync fails due to lack of write credentials on remote system.

After this I will try something like

fossil push

But nothing will fail at this point even though both repositories are out of sync now.

Regards,
Angelo

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

Reply via email to