How can I use fossil (DVCS) in a home environment?

后端 未结 3 927
感动是毒
感动是毒 2021-01-02 08:34

I\'m trying fossil as my new VCS, since I\'m a lone developer working on small projects. I started testing fossil but I encountered a (probably major newbie) problem. How do

3条回答
  •  隐瞒了意图╮
    2021-01-02 09:07

    According to this fossil ticket, cloning, pushing and pulling require a fossil server to be running. You can't just use the repo, you'll have to start a server, then refer to http://localhost/whatever and you should be golden.

    1. Run fossil server in the original repository
    2. Go to the destination directory and run fossil clone http://localhost:8080 (or push or pull)

提交回复
热议问题