Source code repository
Browse
The A/DeMuDi project uses Subversion (SVN for short) as its revision control system.
You can browse the source packages in repository through the web interface or check it out as anonymous user with:
svn checkout svn://svn.debian.org/svn/demudi/<PACKAGE>/trunk <PACKAGE>
where <PACKAGE> is one of the packages listed by the web interface.
Commit
If you want to get involved and commit changes please register yourself on Alioth, and ask to Free Ekanayaka to be added to the project.
Note that your account login name will be user-guest, where user is the user name you choose in the registration form.
You will be sent a confirmation email and after a few hours your Alioth account will be ready. You might want to upload your SSH key to the server. If you don't have an SSH key, just creat it:
ssh-keygen -t dsa -f ~/.ssh/id_dsa -N ""
And then upload it to the server:
KEY=~/.ssh/id_dsa.pub
HOST=shell.alioth.debian.org
USER=<user>-guest
DEST=/var/lib/gforge/chroot/home/users/${USER}/.ssh/authorized_keys
scp $KEY ${USER}@${HOST}:${DEST}
This way you won't be asked to type the password every time you use a SVN command.
To checkout the code as a developer:
svn checkout svn+ssh://user-guest@svn.debian.org/svn/demudi/<PACKAGE>/trunk <PACKAGE>

