Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 36895 - Please add -P to emerge's initial cvs checkout command
Summary: Please add -P to emerge's initial cvs checkout command
Status: RESOLVED FIXED
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core (show other bugs)
Hardware: All All
: High minor
Assignee: Portage team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2003-12-31 08:00 UTC by Sven Blumenstein (RETIRED)
Modified: 2004-02-08 17:55 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sven Blumenstein (RETIRED) gentoo-dev 2003-12-31 08:00:53 UTC
If cvs sync is setup in make.conf, emerge does the initial checkout with the following command:

 if not portage.spawn("cd "+cvsdir+"; cvs -z0 -d "+cvsroot+" co gentoo-x86",portage.settings,free=1):

This also syncs empty directories and gives some false repoman errors if you run repoman over this fresh sync (ChangeLog/metadata missing). Adding -P to the checkout command would fix this.
Comment 1 Marius Mauch (RETIRED) gentoo-dev 2004-02-08 17:55:07 UTC
supposed to be fixed in 2.0.50 which is stable now. If this bug is not fixed please reopen.