Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / Tools / November 2005

Tip: Looking for answers? Try searching our database.

cvs and eclipse

Thread view: 
esara123 - 30 Oct 2005 16:35 GMT
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.
Tomasz Jochimski - 16 Nov 2005 01:47 GMT
check if your firewall on fedora box is allowing connection on port used by
pserver (system-config-securitylevel)

> Hi there
> I have 2 computer, one is winxp and eclipse (java IDE) is install on that
[quoted text clipped - 40 lines]
> 192.168.1.101)
> Any help would be very much appreciate it . Thank a lot.


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.