info-cvs
[Top][All Lists]
Advanced

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

Re: another question


From: Derek R. Price
Subject: Re: another question
Date: Mon, 09 Oct 2000 17:21:41 -0400

"Hanser, Kevin" wrote:

> another newbie question..  regarding the web-site CVSing again.  I was
> reading the dox about the binary files stuff, so I imported my htdocs
> directory using the -kb option.  Now, when I get stuff out of CVS (using the
> winCVS client), it says all the files are binary files.  However, they still
> pull up fine... are there side effects to doing this?

No line feed translation for text files.  Not sure if you're getting proper
merge behavior or not, but I think you are.  I think you'd have to specify a
merge type of copy to break that.


> Also, how do I tell CVS to _not-recurse_ when I'm importing?

Don't forget the initial copy, but how about this?

    cp -Rpdx dirtoimport newname
    cd newname
    find . -maxdepth 1 -type d -exec rm -rf {} \;
    cvs import ...

Derek

--
Derek Price                      CVS Solutions Architect ( http://CVSHome.org )
mailto:address@hidden     OpenAvenue ( http://OpenAvenue.com )
--
I will not say "Springfield" just to get applause.
I will not say "Springfield" just to get applause.
I will not say "Springfield" just to get applause...

          - Bart Simpson on chalkboard, _The Simpsons_






reply via email to

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