Hi,

as root I say:

  # fossil init -A jdoe someproject.fossil
  [...]
  # fossil server someproject.fossil
  Listening for HTTP requests on TCP port 8080

Then, in another window as a regular user:

  % fossil clone -A jdoe http://localhost:8080 someproject.fossil
  [...]
  % mkdir someproject
  % cd someproject
  (someproject) % fossil open ../someproject.fossil
  [...]
  (someproject) % date >somefile
  (someproject) % fossil addremove
  [...]
  (someproject) % fossil commit --user jdoe -m 'just some file'
  Autosync:  http://localhost:8080
  Round-trips: 1   Artifacts sent: 0  received: 0
  Pull done, sent: 281  received: 312  ip: 127.0.0.1
  New_Version: ec064718a672505667eab84b41a6316cd4f4fd7f
  Autosync:  http://localhost:8080
  Round-trips: 1   Artifacts sent: 2  received: 0
  Error: not authorized to write
  Round-trips: 1   Artifacts sent: 2  received: 0
  Sync done, sent: 508  received: 340  ip: 127.0.0.1
  Autosync failed.


Why does the sync fail? What is the missing authorization?

Thanks in advance.

Bertram


-- 
Bertram Scharpf
Stuttgart, Deutschland/Germany
http://www.bertram-scharpf.de
_______________________________________________
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