[no subject]

2003-02-11 Thread Jaya Kumari
unsubscribe likhi123 [EMAIL PROTECTED]



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



removing a directory

2002-11-24 Thread Jaya Kumari
Hi all,
Pls. help to delete a directory with a hierchary of files.
I don't want the directory to exist in the repoistory.

Thanks and Regards,
Jaya



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



problem while checking out a file

2002-11-19 Thread Jaya Kumari
Hi all,
I have a system user and cvs user with the same name.
And i have a group CVS with users who can access the repoistory.
I have changed the group of the repoistory folder to CVS.
When i try to checkout a file it is giving me the following error.

cvs checkout -P uClinux-dist/config.in (in directory C:\)
cvs checkout: Empty password used - try 'cvs login' with a real password

cvs [checkout aborted]: authorization failed: server 172.16.12.152 rejected
access to /opt for user ssatya

ssatya is a user in the group CVS.

the folder permissions are as follows :
drwxrwxr-x3 rtslinux CVS  4096 Nov 14 19:56 CVSROOT
drwxrwxr-x   17 rtslinux CVS  4096 Nov 14 20:10 uClinux-dist

the /etc/group file has the following entries :
rtslinux:x:501
ssatya:x:503
CVS:x:505:ssatya,rtslinux

not able to figure what is the problem.




___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



problem while checking out a file

2002-11-15 Thread Jaya Kumari
i have created a repoistory in /opt directory the project name is
Uclinux-dist .When accessing the repoistory remotly using pserver
after connecting whne i try to checkout a file it gives me following
error :

cvs server: failed to create lock directory in repository
`/opt/uClinux-dist': Permission denied
cvs server: failed to obtain dir lock in repository `/opt/uClinux-dist'
cvs [server aborted]: read lock failed - giving up

Pls help me solve this...



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



RE: problem while checking out a file

2002-11-15 Thread Jaya Kumari
Hi All,
I have created repoistory on a linux m/c.And i am tryino to acces the
repoistory
from a remote m/c through pserver.I am able to login and when i try to
checkout
a file from the repoistory it gives the following error ...cvs checkout
config.in
cvs checkout file
cvs server: warning: cannot make directory CVS in /: Permission denied
cvs [server aborted]: cannot make directory CVS in /uClinux-dist: Permission
denied




___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs



problem with pserver

2002-09-24 Thread Jaya Kumari

Hi,
I created a file called `/etc/xinetd.d/cvspserver' containing the
following :

service cvspserver
{
port= 2401
socket_type = stream
protocol= tcp
wait= no
user= root
passenv= PATH
server= /usr/local/bin/cvs
server_args = -f --allow-root=/usr/cvsroot pserver
}

and started the xinetd.
and checked whether cvspserver is running by
'telnet cvspserver 2401' and it is giving 'unknown host '.
i am not able to setup pserver.



___
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs