Overview
Artifact ID: | 205d8a578f135c59305ac9cfa31bcffc3c325f77 |
---|---|
Ticket: | 4404464b0dd64dd389e80c3f474488f5d3239725
Typo, Quick-start and newbies |
User & Date: | anonymous 2010-05-21 00:13:01 |
Changes
- Appended to comment:
<hr><i>anonymous claiming to be Arnel added on 2010-05-21 00:13:01:</i><br> Thanks for the reformat - it does read better that way. I think the 405 error is related to the way you're trying to clone the repo with <pre>fossil clone http://Server/Test.fossil Test.fossil</pre> If you need to clone another repo file, you will need to use <pre>fossil clone --repository <repo filename></pre> rather than the HTTP method. The HTTP method makes fossil act as if it's cloning the repo from a server, not from a repo file - hence the 405 error. Once you're done cloning, you should run <pre>fossil open <repo filename></pre> to make the source tree contents available for editing.