savannah-hackers
[Top][All Lists]
Advanced

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

Re: [Savannah-hackers] Error in CVS-FAQ


From: Jaime E. Villate
Subject: Re: [Savannah-hackers] Error in CVS-FAQ
Date: Mon, 9 Sep 2002 17:32:22 +0100
User-agent: Mutt/1.2.5i

On Mon, Sep 09, 2002 at 05:59:52PM +0200, Ole Tange wrote:
> I have tried
> http://savannah.gnu.org/faq/?group=savannah&question=How_do_I_import_my_project_into_the_CVS.txt
> several times.
> 
> But the:
> 
>   cvs add dir
> 
> does not work...
...
> The commit does not upload the files. However this works:
> 
>   cvs add dir/*
>   cvs commit

The FAQ is correct (although incomplete), because it just shows you how to
import a file "myfile" and a directory "mydir" but it does not attempt to
import any files inside the directory "mydir" as you want. In your case
the correct sequence of commands would have been

cvs add dir
cvs add dir/*
cvs ci dir/*

I will extend the FAQ to cover this case. Thanks for your feedback.

Cheers,
Jaime




reply via email to

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