info-cvs
[Top][All Lists]
Advanced

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

Re: Problem while connecting to AIX server


From: Larry Jones
Subject: Re: Problem while connecting to AIX server
Date: Wed, 2 Apr 2003 13:38:10 -0500 (EST)

Satyanarayan Nanda writes:
> 
> I installed cvs in the /home/cvsadmin directory and initialized the
> directory , using the command 
> /home/cvsadmin/cvs -d /home/cvsadmin init 

That implies that the cvs binary is inside your repository.  While that
isn't necessarily bad, it is unusual and could cause confusion in the
future.  I suggest you make a brand new (empty) directory for your
repository instead, say /home/cvsadmin/repos.  (And note that cvs init
will create the directory for you, you don't have to create it first.)

> when I am trying invoke this from my WSAD editor , the
> connection(pserver ) was smooth . I gave the repository location as
> /home/cvsadmin . 

I, and I'm sure most other people here, know nothing about your WSAD
editor.  I suggest using normal CVS commands first until you're sure
everything is working, then worry about integrating with your editor.

> but when I am trying to expand HEAD stream , i was expecting to see
> source under that . 

I have no idea what you're trying to say here.  Again, use normal CVS
commands first; if they don't do what you expect, show us exactly what
you typed and exactly what errors you got.

> but the following error messages are showing . 
> 
> -f server:updating
> -f server:new directory 'CVSROOT' -- ignored
> -f server:new directory 'source' -- ignored

That implies that your /etc/inetd entry for CVS is incorrect.  It also
implies that you're trying to do an update inside the repository, which
doesn't make any sense.

You might try reading the CVS manual, which you can find on-line at
<http://www.cvshome.org>, if you haven't already.

-Larry Jones

I've got an idea for a sit-com called "Father Knows Zilch." -- Calvin




reply via email to

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