using OpenCoin development resources
by
Nils Toedtmann
—
last modified
Dec 12, 2007 08:20 PM
Using subversion repository, TRAC, mailing lists, ...
Subversion
anonymous
Via TRAC or Subversion:
svn co svn://svn.opencoin.org/svn/opencoin
read/write
svn co svn+ssh://$USERNAME@svn.opencoin.org/svn/opencoin
(see next paragraph for $USERNAME and credentials)
co-developing
Developers have useraccounts oc{andy,jhb,mathew,nils,tom} with a shared /home/opencoin on out development server. You can use them with ssh, either with a password or with your SSH-key:ssh $USERNAME@svn.opencoin.org
As long as the devel server allows shell access, you may work on the local copy (accessing the SVN repo directly via file:///):
ocnils@medea:~$ cd ~/opencoin/ ocnils@medea:~/opencoin$ svn updateThis is useful for peer-development via screen:
ocnils@medea:~/opencoin$ screen -S bla
ocjhb@medea:~/opencoin$ screen -ls ocnils/
There are several suitable screens on:
26061.bla (Multi, attached)
30682.blub (Multi, attached)
2 Sockets in /var/run/screen/S-ocnils.
ocjhb@medea:~$ screen -x ocnils/bla


