From 39a548fd2629f3b6383990264b2e331b3aea99fb Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 3 Nov 2007 03:45:10 -0400 Subject: Initial import for public release... Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! --- templates/public/cvs.html | 48 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 templates/public/cvs.html (limited to 'templates/public/cvs.html') diff --git a/templates/public/cvs.html b/templates/public/cvs.html new file mode 100644 index 0000000..715d00d --- /dev/null +++ b/templates/public/cvs.html @@ -0,0 +1,48 @@ +{% 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. +
  3. + Login:

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

    +
  4. +
  5. + Check out the repository:

    +
    +# cvs -z3 co core

    +OR

    +# cvs -z3 co extra
    +
    +
  6. +
+
+

+{% endblock %} + -- cgit v1.2.3-24-g4f1b