Hi List, I am trying to clone a repository over ssh complete with all the private branches by means of
$ fossil clone --private ssh://username:pass@hostname/path-to-Repo my.fossil Prior to doing that I set "Private" flag for username on the remote repo using the web interface. The clone operation fails with the message: Error: not authorized to sync private content However, when I enable "Private" flag on user "nobody" everything works as expected. It makes me think that somehow my clone session is always conducted as a "nobody" on remote server. Is there anyway to trace/debug fossil user credentials on the remote end, some sort of verbose/debug output? --Leo-- _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

