tech-pkg archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: cvs fumbles with packages and distfiles
On Thu, Oct 02, 2014 at 01:09:31PM +0200, Richard Palo wrote:
> Le 02/10/14 12:52, Joerg Sonnenberger a écrit :
> >On Thu, Oct 02, 2014 at 12:26:02PM +0200, Richard PALO wrote:
> >>Regardless, the 'noise' is identical... every cvs update, I have to
> >>remove the two .cvsignore files, as they are 'in the way'. It would
> >>be nice to avoid that.
> >
> >Move them *outside* the tree if you care.
> >
> >Joerg
> >
>
> I guess I don't follow you Joerg. If you a referring to my organisation,
> packages and distfiles are in /export/pub/pkgsrc whereas PKGSRCDIR is in
> $HOME/src/pkgsrc. They are definitely out-of-tree.
>
> What does that have to do with the messages from cvs update:
> >richard@omnis:/home/richard/src/pkgsrc$ cvs update
> >cvs update: ignoring distfiles (CVS/Repository missing)
> >cvs update: ignoring packages (CVS/Repository missing)
Here's what's wrong. You do have distfiles and packages directories in
pkgsrc/ but they do not contain the proper CVS files, even though they
are still mentioned in pkgsrc/CVS/Entries.
Since you say that your distfiles are somewhere else anyway, just do:
cd /home/richard/src/pkgsrc && rm -rf distfiles packages && cvs up distfiles packages
and you should be fine.
Thomas
Home |
Main Index |
Thread Index |
Old Index