info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: .cvsignore files


From: Derek R. Price
Subject: Re: .cvsignore files
Date: Wed, 11 Oct 2000 15:31:38 -0400

David Keith wrote:

> I have just installed CVS, version 1.10.7 and imported several projects.
> The problem I'm having is with the .cvsignore file.  How can I get CVS
> to ignore the bin directory for a given project?  Everything else seems
> to be working perfectly.

    cd importdir
    cvs import -I bin importdir vendortag releasetag

alternatively:

    cd importdir
    for file in `find . -type d`; do echo bin >.cvsignore; done
    cvs import importdir vendortag releasetag

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
The home town of American Olympic Champion skier, Picabo Street, has
decided to recognize their "favorite daughter" by naming the new wing
of the local hospital in her honor.  That wing, which will include a
state-of-the-art Intensive Care Unit, will hereafter be known as the
"Picabo, ICU".






reply via email to

[Prev in Thread] Current Thread [Next in Thread]