On Mar 16, 2017, at 6:32 AM, Warren Young <war...@etr-usa.com> wrote:
> 
> On Mar 15, 2017, at 1:55 AM, Dan Raymond <d...@ecourban.com.au> wrote:
>> 
>> whenever I try to autosync back the other way I get a "not authorized to 
>> write" error?
> 
> That’s because you didn’t give your remote Fossil user name in the clone URL. 
>  Hence, you’re anonymous, hence you can’t write.  Say:
> 
>    fossil clone http://d...@danraymond.org/fossil/mydan funny.fossil
> 
> It will then ask for d...@danraymond.org’s Fossil password and if you want it 
> to save it.
> 
> This is all quite clear in the docs.

Actually, you don’t have to re-clone.  From within the anonymous clone’s 
checkout, you can just change the sync URL:

    fossil sync http://d...@danraymond.org/fossil/mydan
_______________________________________________
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