info-cvs
[Top][All Lists]
Advanced

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

Re: Importing then checking out?


From: Galen Boyer
Subject: Re: Importing then checking out?
Date: 29 Nov 2004 16:12:11 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

On Mon, 29 Nov 2004, address@hidden wrote:
> Galen Boyer <address@hidden> writes:
> 
>> Okay,
>> 
>> Now I'm confused.  My documentation gives the following
>> example:
>> 
>>     $ cd wdiff-0.04 cvs import -m "Import of FSF v. 0.04"
>>     $ fsf/wdiff FSF_DIST WDIFF_0_04
>> 
>> So, I'm trying to import sources for ecb-1.93.  I do the
>> following:
>> 
>>   $ cd ecb-1.93 cvs import -m "Import of FSF ECB v. 1.93"
>>   $ grersrepository/ecb FSF_DIST ECB_1_93
>> 
>> I get the following:
>> 
>>    No conflicts created by this import
>> 
>> Okay, now I try to commit this (I assume I need to commit?)
>> 
>>    cvs commit cvs1 commit: in directory .: cvs1 [commit
>>    aborted]: there is no version here; run 'cvs1 checkout'
>>    first
>> 
>> Okay, so I try to check this out:
>> 
>>    $ cd ../ecb
>>    $ cvs checkout ecb
> 
> If you used 'grersrepository/ecb' in the import, then you need
> to use it in the checkout:
> 
>     cvs checkout grersrepository/ecb
> 
>> 
>> And I get:
>> 
>>    cvs server: cannot find module `ecb' - ignored cvs1
>>    [checkout aborted]: cannot expand modules
> 
> Correct, but you could use
> 
>     cvs checkout grersrepository
> 
> to checkout the top-level 'grersrepository' you created via the
> 'cvs import' command you gave above.

Thanks alot for helping.

My confusion looks like it lays in that grersrepository is the
name of our repository.  From what I did, it looks like I was
telling CVS that grersrepository is a module?

Or, in the documentation's example:

   $ cd wdiff-0.04
   $ cvs import -m "Import of FSF v. 0.04" fsf/wdiff FSF_DIST WDIFF_0_04
 
Is the "fsf" of fsf/wdiff a module or a repository?

-- 
Galen Boyer


reply via email to

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