From Fedora Project Wiki

(→‎Anonymous CVS usage: export seens to be required)
m (add link to CVS admin procedure page)
Line 22: Line 22:
If any questions are not answered on these pages, you can email:
If any questions are not answered on these pages, you can email:
[[MailTo(admin AT fedoraproject DOT org)]
[[MailTo(admin AT fedoraproject DOT org)]
== Further reading ==
* [[CVSAdminProcedure| CVS administration procedures]] includes information on requesting new CVS modules and making change requests for existing packages.

Revision as of 01:32, 17 July 2010

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)]


Further reading