On Mon, 29 Nov 2004, [EMAIL PROTECTED] wrote:
> Galen Boyer <[EMAIL PROTECTED]> 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
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to