From Fedora Project Wiki

m (→‎Anonymous CVS usage: cvs webinterface uses viewvc not viewcvs)
(→‎Anonymous CVS usage: export seens to be required)
Line 2: Line 2:
* Checkout via command line:
* Checkout via command line:
<pre>
<pre>
CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/pkgs
export CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/pkgs
cvs co <module>
cvs co <module>
</pre>
</pre>

Revision as of 15:51, 29 May 2009

Anonymous CVS usage

  • Checkout via command line:
export CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/pkgs
cvs co <module>
  • Web interface for the CVS: ViewVC

Using Your Fedora CVS Access


Daily checkout seeds

Are available here . If you are only interested in the devel branch (also known as the HEAD or trunk) you can download a daily checkout of the devel trees from the daily checkout seeds. Once you downloaded the appropriate file, you can unpack it and issue a 'cvs update', thus saving time on the initial project checkout.

If any questions are not answered on these pages, you can email: [[MailTo(admin AT fedoraproject DOT org)]