Source Repository

From Buni.org

Jump to: navigation, search

Contents

Getting Buni Sources

You can [view the Buni source repository online] or check out our sources with cvs.

Checking out the source

You have to know the module of what you want to check out.

Public Access

Presently these two commands grab everything!

cvs -z5 -d:pserver:anonymous@cooper.buni.org:/home/cvsroot login
cvs -z5 -d:pserver:anonymous@cooper.buni.org:/home/cvsroot co meldware
password: (no password, just hit enter)

Committer Access

Committers are nominated by the community and appointed by the maintainers. Generally this happens when a contributor has submitted too many patches for the committers/maintainers to commit and the contributor has demonstrated trustworthiness and aptitude (particularly with CVS).

export CVS_RSH=ssh
export CVSROOT=:ext:username@cooper.buni.org:/home/cvsroot

cvs co modulename