From Fedora Project Wiki

(→‎Anonymous CVS usage: export seens to be required)
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
= Anonymous CVS usage =
= Fedora now uses GIT =
* Checkout via command line:
{{admon/important | Fedora now uses [[Using Fedora GIT|git]] instead of CVS for package version control.}}
<pre>
export CVSROOT=:pserver:anonymous@cvs.fedoraproject.org:/cvs/pkgs
cvs co <module>
</pre>
* Web interface for the CVS: [http://cvs.fedoraproject.org/viewvc/ ViewVC]


= Using Your Fedora CVS Access =
== Further reading ==


* [[PackageMaintainers/UsingCvsFaq| Using Fedora CVS (/cvs/pkgs)]]  
* [[Package_SCM_admin_requests|SCM admin procedures]] includes information on requesting new git modules and making change requests for existing packages.
 
* [[DocsProject/CvsUsage|  Using Fedora Documentation CVS (/cvs/docs)]]
 
* [[Infrastructure/CVS|  Using Fedora Infrastructure CVS (/cvs/fedora)]]
 
 
=== Daily checkout seeds ===
 
Are available [http://cvs.fedoraproject.org/webfiles/ 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)]

Revision as of 19:02, 12 August 2010

Fedora now uses GIT

Important.png
Fedora now uses git instead of CVS for package version control.

Further reading

  • SCM admin procedures includes information on requesting new git modules and making change requests for existing packages.