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 16:03:12 -0400

"Derek R. Price" wrote:

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

Er,

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

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
I will not spank others.
I will not spank others.
I will not spank others...

          - Bart Simpson on chalkboard, _The Simpsons_






reply via email to

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