info-cvs
[Top][All Lists]
Advanced

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

Re: Problem in checking out


From: Todd Denniston
Subject: Re: Problem in checking out
Date: Fri, 09 Jan 2009 10:02:39 -0500
User-agent: Thunderbird 2.0.0.18 (X11/20081105)

Prabha karan wrote, On 01/09/2009 01:01 AM:
Hi all

im having problem in checking out a directory, whenever i execute cvs
checkout, im getting the following error

$ cvs checkout -P -d cvsTools Blockbuster/hnadra/cvsTools
bash: cvs: command not found

This means that cvs is not installed in your path.
The output of the following should help folks diagnose what you need to do next.

Are you the administrator of the machine?
if the answer is no,
   then
        contact the administrator and ask
        that person to help you get cvs in your path.
   else
        continue to gather the information listed below
fi

1) is there a cvs binary on the machine?
execute: locate cvs|grep bin\/cvs$
if it finds something, then you need to get that directory in your path.


2) are you on a machine configured to get programs using yum, and does it have a cvs package the admin could install?
execute: yum info cvs
if it comes back with something like:
Name       : cvs
Arch       : i386
Version    : ....
then the admin could execute 'yum -y install cvs' to install cvs.
{similar commands could be done on an apt machine, but I have no experience with apt}


--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane)
Harnessing the Power of Technology for the Warfighter




reply via email to

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