How do I connect to my CVS from Eclipse?
Hello!I really hope to get some clues for this.
I have created a CVS repoistory following the tutorial from:
http://www.csc.calpoly.edu/~dbutler/tutorials/winter96/cvs/
I imported a project like:
cvs import -m "Test Project" test test start
N test/.project
N test/.classpath
cvs import: Importing /home/fredrik/cvsprojects/test/src
cvs import: Importing /home/fredrik/cvsprojects/test/bin
No conflicts created by this import
[root@Stationary test]#
Then from my Eclipse I would like to try to use this repository with "Add CVS Repository"
Everything is local on my Linux.
So I filled in the following alternatives separated with /:
Host: localhost / the_ip
Repository path:/home/fredrik/cvsprojects / cvsprojects
User: anonymous/fredrik/su
Password: fredrik_password_to_the_machine / su_password_to_the_machine
Connection type: all altenatives
Validate Connection on finish: true
But I can not connect. I just get:
"Error validating location"
Do you guys see anything wrong.
Best regards
Fredrik