bug-cvs
[Top][All Lists]
Advanced

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

Re: CVS bug? "cvs checkout: move away bar; it is in the way"


From: kynn
Subject: Re: CVS bug? "cvs checkout: move away bar; it is in the way"
Date: Sat, 5 Jun 2004 22:20:30 -0400 (EDT)

   X-Original-To: kynn@panix.com
   Date: Sat, 5 Jun 2004 19:43:02 -0400 (EDT)
   Cc: bug-cvs@gnu.org
   From: lawrence.jones@ugsplm.com (Larry Jones)

   kynn@panix.com writes:
   > 
   >   % rm -rf Foo && mkdir Foo && cd Foo
   >   % echo -n 0 > bar 
   >   % cvs -d $TESTCVSROOT import -m '' Foo vendor_1 v1
   >   N Foo/bar
   > 
   >   No conflicts created by this import
   > 
   >   % cvs -d $TESTCVSROOT checkout -d . -r vendor_1 Foo

   This is the root of your problems: you're doing a checkout into an
   existing directory that already contains files.  You should always let
   checkout create a brand new directory.

OK.  I thought that the fact that the first checkout went through
without any errors meant that it was not wrong to do it.

Thanks for the clarification,

kj




reply via email to

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