welcome: please sign in

The following 95 words could not be found in the dictionary of 7 words (including 7 LocalSpellingWords) and are highlighted below:
Access   accessible   all   and   at   avoid   be   by   can   cd   changes   cloned   command   Coop   course   Creating   darcs   describes   descrives   do   doing   domain   Domain   First   for   from   get   Getting   have   hcoop   host   hosted   Hosting   hosting   html   http   if   in   In   initialize   intialize   local   log   login   Login   Manual   Member   mkdir   name   need   net   now   Of   of   on   one   order   own   page   password   Passwordless   passwordless   patches   perform   prompt   public   push   Pushing   repo   repository   section   server   set   Shell   simpl   space   ssh   steps   that   the   This   this   to   too   up   use   using   via   want   ways   web   will   You   you   your  

Clear message
Edit

MemberManual / VersionControl / darcs

This page describes the ways one can use darcs at HCoop

1. Hosting a darcs repository

You can use your web space for hosting a public darcs repository. This section descrives the steps you need to perform in order to do that.

1.1. Creating a repository on the server

First of all, you want to have a darcs repository accessible from the web. In order to do that you

cd ~/public_html
mkdir repo
cd repo
darcs initialize

now your repository can be cloned by simpl doing

darcs get http://hcoop.net/~USER/repo

Of course, you can host a repository on your own domain name too.

1.2. Pushing changes to the repository

You can push patches from your local repository to the repository hosted at HCoop using your ssh login:

darcs push ssh://USER@ssh.hcoop.net:public_html/repo

this command will prompt you for your password, you can set up passwordless login if you want to avoid that.

MemberManual/VersionControl/darcs (last edited 2013-10-17 08:43:22 by DaniilFrumin)