From Fedora Project Wiki

m (UsingCvs moved to Using Fedora CVS: Fit the new naming guidelines)
m (→‎Anonymous CVS usage: cvs webinterface uses viewvc not viewcvs)
Line 5: Line 5:
cvs co <module>
cvs co <module>
</pre>
</pre>
* Web interface for the CVS: [http://cvs.fedoraproject.org/viewcvs/ ViewCVS]  
* Web interface for the CVS: [http://cvs.fedoraproject.org/viewvc/ ViewVC]


= Using Your Fedora CVS Access =
= Using Your Fedora CVS Access =

Revision as of 08:10, 26 May 2009

Anonymous CVS usage

  • Checkout via command line:
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)]