darcs.mdwn 702 B

1234567891011121314151617181920212223
  1. In February 2015, Darcs repository hosting has been added to the server. There
  2. is a web UI at [[!rel4sub darcs]]. The current workflow is simple use of SSH
  3. without smart access controls like Gitolite's. This will probably change, but
  4. until then, here's how things work.
  5. Create a new Darcs repo on the server:
  6. $ su
  7. # su - darcs
  8. $ cd repositories
  9. $ mkdir myrepo && cd myrepo
  10. $ darcs init
  11. Now clone it:
  12. $ darcs get darcs@darcs.rel4tion.org:repositories/myrepo
  13. Then make changes, record them and push. Have fun!
  14. **UPDATE: Since darcsweb was installed, I also launched a DarcsDen instance at
  15. <http://dev.rel4tion.org>. In October 2015 all the Darcs repos were moved to
  16. <http://hub.darcs.net>.**