Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 80015 - cvs and subversion fetching
Summary: cvs and subversion fetching
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Core - Ebuild Support (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-29 19:15 UTC by Goran Mekic
Modified: 2005-01-30 12:04 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 Goran Mekic 2005-01-29 19:15:05 UTC
Why is *_fetch() function inside *_unpack() function? Wouldn't it be more logical to make it "outside"? This way emerge -f <some-cvs-ebuild> doesn't do anything. Or is there more logical explanation for this?
Comment 1 SpanKY gentoo-dev 2005-01-29 20:35:21 UTC
what files are you refering to ?

`emerge -f <some cvs ebuild>` doesnt do anything atm:
root@vapier 0 engage # emerge -f =engage-9999 --nodeps
Calculating dependencies ...done!
>>> emerge (1 of 1) x11-misc/engage-9999 to /
root@vapier 0 engage # 
Comment 2 Goran Mekic 2005-01-30 11:21:47 UTC
.eclass files. I've made a mistake. It's not svn but subversion (I tought it is abreviated, too).
Comment 3 SpanKY gentoo-dev 2005-01-30 11:25:25 UTC
subversion doesnt do anything either when you fetch:
root@vapier 0 bitbake # emerge bitbake -f --nodeps
>>> emerge (4 of 4) dev-embedded/bitbake-0 to /
root@vapier 0 bitbake # 
Comment 4 Goran Mekic 2005-01-30 12:04:56 UTC
I said that, too