bug-cvs
[Top][All Lists]
Advanced

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

Re: need help


From: Jim Hyslop
Subject: Re: need help
Date: Thu, 15 Sep 2011 08:32:57 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 11-09-14 7:55 PM, Joseph Cheng wrote:
> I got as follows:
> 
> 
> 
> When I Enter the cvs command: *cvs import RecipeCenter MyProg 
> START*

...

> C:\cvs commit RecipeCenter

The tutorial told you to execute "cvs import" but you show us that you
executed "cvs commit". Either you used the wrong command, or you have
performed several other steps you haven't told us about: checking out
your working directory and modifying your files.

> Cvs[commit aborted:  c:\cvs /CVSROOT no such file or directory

Double-check your environment variable CVSROOT, and make sure there is
no space at the end of it.

> How I can create those file,

Think of the repository (c:\cvs and all its subdirectories) as a
system directory, that you should not touch until you have a thorough
understanding of CVS and how it works. CVS will manage all the files
in the c:\cvs directory.

The commands shown in "chapter 3" should never be executed from the
repository, but from your own working directory that you have checked out:

c:\> mkdir YourWorkingDirectory
c:\> cd YourWorkingDirectory
c:\> cvs checkout RecipeCenter
[modify, add, remove to your heart's content]
c:\YourWorkingDirectory\RecipeCenter> cvs commit

- -- 
Jim Hyslop
Dreampossible: Better software. Simply.     http://www.dreampossible.ca
                 Consulting * Mentoring * Training in
    C/C++ * OOD * SW Development & Practices * Version Management
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.8 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5x8HgACgkQLdDyDwyJw+MRYQCg67Mze3dA3+VyzjgFA/+ydMVD
mGQAoOeybHsQATaaYA3MRTvIwaDH05eD
=E8Hl
-----END PGP SIGNATURE-----



reply via email to

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