Thus said [email protected] on Fri, 15 Nov 2013 20:47:47 +0000:
> I'm suddenly seeing "not authorized to write" on attempting to push to > a newly created and cloned repository. Is there some way to get either > the server or the client to give more information? fossil push --httptrace That command will generate HTTP exchange output in your working directory. Not authorized to write generally means that the user you cloned the repository with does not have the right capabilities. This leads to the next question... which user did you use when you cloned? If you didn't specify a user in the URL, then no user is selected, and any sync operations will inherit the nobody user capabilities. Andy -- TAI64 timestamp: 400000005286ac10 _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

