- This topic has 3 replies, 2 voices, and was last updated 17 years, 3 months ago by
Loyal Water.
-
AuthorPosts
-
mrbahr2003MemberI just downloaded and installed the latest MyEclipse for Windows and can’t get connected to CVS either through the CVS browser or project synch. I rolled back to a previous version and it works. I also tried to import a preferences setting from Adobe Flex builder which is built on Eclipse, and that didn’t work either.
I am running:
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710When ever I try to connect to CVS, I get:
Auth fail
Any thoughts and help would be appreciated. My colleague also tried the latest version and is getting the same response.
CVS is hosted on a Fedora Core linux server.
Thanks,
Tom
Loyal WaterMemberCan you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
Are there any messages recorded under <workspace>/.metadata/.log file ?
What version of MyEclipse did you get this to work on ?
mrbahr2003MemberHere is the information that you requested….
*** Date:
Monday, November 19, 2007 8:30:34 AM PST** System properties:
OS=WindowsVista
OS version=6.0
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.0.1 GA
Build id: 6.0.1-GA-200710*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.0.1 GA
Build id: 6.0.1-GA-200710Eclipse Graphical Editing Framework
Version: 3.3.1.v20070814
Build id: 20070814-1555Eclipse Platform
Version: 3.3.1.R33x_r20070911-_19UEkpF-B7Uh2hKy75y
Build id: M20070921-1145Eclipse RCP
Version: 3.3.1.R33x_r20070802-8y8eE8sEV3Fz0z0GlHJrXvTAUS
Build id: M20070921-1145Eclipse Java Development Tools
Version: 3.3.1.r331_v20070629-7o7jE72EDlXAbqAcnbmyg1rf8RIL
Build id: M20070921-1145Eclipse Plug-in Development Environment
Version: 3.3.1.R33x_r20070802-7N7M3D1VIA_52JsDFsEC
Build id: M20070921-1145Eclipse Project SDK
Version: 3.3.1.R33x_r20070802-7M7J78_mu1mnlRa7A4Ns52XeZ6D0
Build id: M20070921-1145Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
D:\Program Files (x86)\MyEclipse\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
D:\Program Files (x86)\MyEclipse\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.1.R33x_v20070828\eclipse_1020.dll
-startup
D:\Program Files (x86)\MyEclipse\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20070828.jar
-exitdata
1e84_7c
-vm
D:\Program Files (x86)\MyEclipse\jre\bin\javaw.exeIt was working under 5.5.
I just got it to work. I had to change an SSHD config variable on my host CVS linux server. Under /etc/ssh, edit the sshd_config file. Change:
GSSAPIAuthentication yes
to
GSSAPIAuthentication no
and it worked. I found this as an issue if SSH login takes too long. I changed the variable and the CVS plugin worked.
Hopefully, this will help others.
Loyal WaterMemberGlad you got it to work. Thank you for posting your findings.
-
AuthorPosts