From Fedora Project Wiki
fp-wiki>ImportUser
(Imported from MoinMoin)
 
m (1 revision(s))
 
(No difference)

Latest revision as of 16:26, 24 May 2008


Daily checkout seeds

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 appropiate file, you can unpack it and issue a cvs update, thus saving time on the initial project checkout.

Anonymous CVS Access

Use a CVSROOT of

:pserver:anonymous@cvs.fedoraproject.org:/cvs/pkgs

to check out the files anonymously.

How To Get CVS Access

Visit the Fedora Account System and create an account.

Once your membership in the appropriate group is approved, it takes up to an hour (average 30 minutes) for your account to become active on the CVS server.

Before you contribute any packages to Fedora Package Collection make sure you join the Fedora-Extras-Commits Mailing List:

[1]

How to Use CVS Access

The CVSROOT to use depends on which project(s) you are involved in. For Fedora Extras it is

:ext:yourfedorausername@cvs.fedoraproject.org:/cvs/pkgs
</code> while for Fedora Docs it is <code>
:ext:yourfedorausername@cvs.fedoraproject.org:/cvs/docs

Make sure to 'export CVS_RSH=ssh' as well.

The most important rule to checking in packages is this:

Stop (medium size).png
Warning! Don't break things that don't belong to you.

For packages/modules that you don't own, follow the policies detailed in the README.cvs file if it exists. In the absence of any other policy, you should get permission from the module's owner before committing any changes into CVS. You can view the list of package owners through bugzilla

For packages/modules that you own, you may wish to place a README.cvs file in the main directory explaining the commit policies for that module.