Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 522132 - repoman should warn about empty FILESDIR in cvs tree
Summary: repoman should warn about empty FILESDIR in cvs tree
Status: RESOLVED INVALID
Alias: None
Product: Portage Development
Classification: Unclassified
Component: Repoman (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Portage team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-04 10:03 UTC by Pacho Ramos
Modified: 2014-09-04 10:42 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 Pacho Ramos gentoo-dev 2014-09-04 10:03:12 UTC
I have seen some cases of sections with an empty files/ subdirectory. Maybe would be interesting to let repoman warn about this to remember to cvs rm -Rf them :)

Thanks a lot
Comment 1 Arfrever Frehtes Taifersar Arahesis 2014-09-04 10:27:09 UTC
It is impossible to delete directories in CVS (except by direct manipulation of repository on server side).
As mentioned in https://wiki.gentoo.org/wiki/CVS/Tutorial you should always use 'cvs up' with -P and -d options (preferably set in ~/.cvsrc) so that directories with 0 non-deleted files are hidden.
Comment 2 Pacho Ramos gentoo-dev 2014-09-04 10:42:11 UTC
Oops, ok, thanks and sorry for the noise