[Olaf Meding - Fri at 04:58:45PM -0500]
> Why would I get the below error message?
> 
>    cvs checkout: move away dir/file; it is in the way

If I remember correctly, you have some file or directory that has the same
name as the file you want to check out.

Try this:

cd /tmp
mkdir my_unique_empty_dir
cd my_unique_empty_dir
cvs checkout

Peeking a bit at your examples, I'd try to use "update" instead of checkout.

-- 
Unemployed hacker
Will program for food!
http://ccs.custompublish.com/

_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to