{% extends "base.html" %} {% block content %}
You can access all of our PKGBUILD files from the cvsweb interface.


CVS Repositories



Anonymous CVS access is also available. Use anonymous as the username and password.

  1. Set CVSROOT to the repository you wish to access:

    # export CVSROOT=:pserver:anonymous@cvs.archlinux.org:/home/cvs-core

    OR

    # export CVSROOT=:pserver:anonymous@cvs.archlinux.org:/home/cvs-extra

    OR

    # export CVSROOT=:pserver:anonymous@cvs.archlinux.org:/home/cvs-unstable



  2. Login:

    # touch ~/.cvspass
    # cvs login
    Logging in to :pserver:anonymous@cvs.archlinux.org:2401/home/cvs-core
    CVS password: anonymous


  3. Check out the repository:

    # cvs -z3 co core

    OR

    # cvs -z3 co extra


{% endblock %}