Thus said Will Parsons on Thu, 07 Aug 2014 00:53:53 -0000: > Since I wasn't transmitting any sensitive data anyway, I answered yes, > and then got: > > Error: not authorized to write > > Is there something wrong with the way I'm trying to authenticate?
I see you used -B for HTTP_AUTH. I don't know, but does chiselap actually require HTTP_AUTH? At any rate, it won't be used unless required, however, I suspect you are missing the actual Fossil username somewhere and this is why Fossil is telling you that you are not authorized to write. Without a Fossil username, you get the default set of permissions which does not include the permission to write to the repository. You had: > fossil push https://chiselapp.com/user/<uname>/repository/<reponame> -B > '<uname>:<passwd>' Maybe you should try something like the following instead: fossil push https://[email protected]/user/<uname>/repository/<reponame> Andy -- TAI64 timestamp: 4000000053e2eba9 _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

