cvs, eclipse !

This is a discussion on cvs, eclipse ! within the Linux Administration forums, part of the Linux Forums category; Hi there I have 2 computer, one is winxp and eclipse (java IDE) is install on that machine (192.168....


Go Back   Usenet Forums > Linux Forums > Linux Administration

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-30-2005
esara123
 
Posts: n/a
Default cvs, eclipse !

Hi there
I have 2 computer, one is winxp and eclipse (java IDE) is install on that
machine (192.168.1.100), and the other machine is Linux (fedora) -ip
192.168.1.100) and the cvs installed there.. I did the following to install
cvs

>yum search cvs
>yum install cvs

Then I did the following configuration

I logged on as a root
1) went to /home and create a folder called cvs
2) I did this --> export CVSROOT=:local:/home/cvs
3) then --->cvs init
4) created a file /etc/xinetd.d/cvspserver and put the following


service cvspserver
{
socket_type = stream
wait = no
user = root
group = cvsgroup
env = HOME=/cvsrepo # Fixes RHL 7.0 problem!
server = /usr/bin/cvs # Or path to your cvs binary
server_args = -f --allow-root=<your cvs ropos root> pserver
disable = no
}

5) I did the following
service xinetd stop
service xinetd start

Then I went to the cvs client (Eclipse) and configure it as the following

-host: 192.168.1.101
-repository bath: /home/cvs
-user: me (sometime i used root too)
-password: whatever
-connection: pserver


I got error message "communication error" (could not connect to
192.168.1.101)
Any help would be very much appreciate it . Thank a lot.



Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 05:31 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0