CVS ext "Unknown response received from cvs server:" [message #334886] |
Fri, 06 March 2009 16:49 |
Dale Messages: 6 Registered: July 2009 |
Junior Member |
|
|
I'm trying to build an Eclipse development workstation with old versions
of things (various external versions need to match-up), so I'm on Eclipse
3.2.1.
Although I'm able to check-out files from CVS via win-cvs, and am able to
execute command line:
H:\>cvs -d:ext:.@chv0ww13-ecmgt:/eComergent ls
Listing modules on server
CVSROOT
Release
...snip...
In Eclipse, I have created an "ext" connection method with parameters
{host} {user} (without the -l), but when I try to add a cvs repository in
Eclipse, I'm getting "Unknown response received from cvs server:" (nothing
else in the message - logging below).
From what I've been reading, and from my experience, these plugins tend to
be version sensitive, so:
Eclipse:
Installed from eclipse-SDK-3.2.1-win32.zip, 126,664,403 bytes
Version: 3.2.1
Build id: M20060921-0945
CVSNT:
Installed from WinCvs2_0_2-4.zip, 3,615,653 bytes
"cvs -version" says 2.0.51d
I have located these threads, but it is not resolved:
http://dev.eclipse.org/newslists/news.eclipse.platform/msg39 675.html
http://dev.eclipse.org/newslists/news.eclipse.platform/msg33 296.html
If it weren't for the last guy at this desk apparently getting this to
work, I probably wouldn't be trying this hard.
Below is the log from when I try to create the new repository.
--Dale--
Install location:
file:/c:/Program Files/eclipse/
Configuration file:
file:/c:/Program Files/eclipse/configuration/config.ini loaded
Configuration location:
file:/c:/Program Files/eclipse/configuration/
Framework located:
file:/c:/Program
Files/eclipse/plugins/org.eclipse.osgi_3.2.2.R32x_v20061101
jar
Framework classpath:
file:/c:/Program
Files/eclipse/plugins/org.eclipse.osgi_3.2.2.R32x_v20061101
jar
Splash location:
c:\Program
Files\eclipse\plugins\org.eclipse.platform_3.2.0.v20060601\s plash
bmp
runCommand:
<C:\program
files\eclipse\eclipse.exe><-name><Eclipse><-showsplash><600 ><c:\
Program
Files\eclipse\plugins\org.eclipse.platform_3.2.0.v20060601\s plash.bmp >
Debug options:
file:/C:/program files/eclipse/.options loaded
Time to load bundles: 0
Starting application: 641
Application Started: 3844
Valid-responses ok error M E Checked-in Valid-requests Template Set-sticky
MT Cl
ear-static-directory Module-expansion Set-static-directory Clear-sticky
New-entr
y Merged Removed Updated Remove-entry Update-existing Copy-file Created
Notified
Mod-time
valid-requests
Valid-responses ok error M E Checked-in Valid-requests Template Set-sticky
MT Cl
ear-static-directory Module-expansion Set-static-directory Clear-sticky
New-entr
y Merged Removed Updated Remove-entry Update-existing Copy-file Created
Notified
Mod-time
valid-requests
!SESSION 2009-03-06 10:52:17.624
-----------------------------------------------
eclipse.buildId=M20060921-0945
java.version=1.4.2_19
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86 -data
c:\goodrich\workspa
ce -debug -consolelog
!ENTRY org.eclipse.team.cvs.ui 4 0 2009-03-06 10:55:46.666
!MESSAGE Unknown response received from cvs server:
!STACK 1
org.eclipse.team.internal.ccvs.core.CVSException: Unknown response
received from
cvs server:
at
org.eclipse.team.internal.ccvs.core.client.Request.executeRe quest(Req
uest.java:222)
at
org.eclipse.team.internal.ccvs.core.client.ValidRequests.exe cute(Vali
dRequests.java:26)
at
org.eclipse.team.internal.ccvs.core.client.Session.open(Sess ion.java:
174)
at
org.eclipse.team.internal.ccvs.core.resources.RemoteFolderMe mberFetch
er.performUpdate(RemoteFolderMemberFetcher.java:97)
at
org.eclipse.team.internal.ccvs.ui.operations.FetchMembersOpe ration$In
ternalRemoteFolderMemberFetcher.performUpdate(FetchMembersOp eration.java:69)
at
org.eclipse.team.internal.ccvs.core.resources.RemoteFolderMe mberFetch
er.fetchMembers(RemoteFolderMemberFetcher.java:64)
at
org.eclipse.team.internal.ccvs.core.resources.RemoteFolderMe mberFetch
er.fetchMembers(RemoteFolderMemberFetcher.java:55)
at
org.eclipse.team.internal.ccvs.ui.operations.FetchMembersOpe ration.ex
ecute(FetchMembersOperation.java:107)
at
org.eclipse.team.internal.ccvs.ui.operations.CVSOperation.ru n(CVSOper
ation.java:81)
at
org.eclipse.team.internal.ccvs.ui.model.CVSTagElement.fetchD eferredCh
ildren(CVSTagElement.java:136)
at
org.eclipse.ui.progress.DeferredTreeContentManager$1.run(Def erredTree
ContentManager.java:207)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
!SUBENTRY 1 org.eclipse.team.cvs.core 4 -4 2009-03-06 10:55:46.682
!MESSAGE Unknown response received from cvs server:
Valid-responses ok error M E Checked-in Valid-requests Template Set-sticky
MT Cl
ear-static-directory Module-expansion Set-static-directory Clear-sticky
New-entr
y Merged Removed Updated Remove-entry Update-existing Copy-file Created
Notified
Mod-time
valid-requests
|
|
|
|
Re: CVS ext "Unknown response received from cvs server:" [message #335009 is a reply to message #334886] |
Mon, 16 March 2009 13:25 |
Eclipse User |
|
|
|
Originally posted by: Jim.Cooper.sas.com
First thing I notice is the odd usage of the cvs root.
The format of the cvs root is :<connection method>:<repo owner>@<host
machine>:<path to repo>
Is your repository owner really named '.'?
Dale wrote:
> I'm trying to build an Eclipse development workstation with old versions
> of things (various external versions need to match-up), so I'm on
> Eclipse 3.2.1.
>
> Although I'm able to check-out files from CVS via win-cvs, and am able
> to execute command line:
>
> H:\>cvs -d:ext:.@chv0ww13-ecmgt:/eComergent ls
> Listing modules on server
>
> CVSROOT
> Release
> ..snip...
>
> In Eclipse, I have created an "ext" connection method with parameters
> {host} {user} (without the -l), but when I try to add a cvs repository
> in Eclipse, I'm getting "Unknown response received from cvs server:"
> (nothing else in the message - logging below).
>
> From what I've been reading, and from my experience, these plugins tend
> to be version sensitive, so:
>
> Eclipse:
> Installed from eclipse-SDK-3.2.1-win32.zip, 126,664,403 bytes
> Version: 3.2.1
> Build id: M20060921-0945
>
> CVSNT:
> Installed from WinCvs2_0_2-4.zip, 3,615,653 bytes
> "cvs -version" says 2.0.51d
>
> I have located these threads, but it is not resolved:
> http://dev.eclipse.org/newslists/news.eclipse.platform/msg39 675.html
> http://dev.eclipse.org/newslists/news.eclipse.platform/msg33 296.html
>
> If it weren't for the last guy at this desk apparently getting this to
> work, I probably wouldn't be trying this hard.
>
> Below is the log from when I try to create the new repository.
>
> --Dale--
>
>
>
> Install location:
> file:/c:/Program Files/eclipse/
> Configuration file:
> file:/c:/Program Files/eclipse/configuration/config.ini loaded
> Configuration location:
> file:/c:/Program Files/eclipse/configuration/
> Framework located:
> file:/c:/Program
> Files/eclipse/plugins/org.eclipse.osgi_3.2.2.R32x_v20061101
> jar
> Framework classpath:
> file:/c:/Program
> Files/eclipse/plugins/org.eclipse.osgi_3.2.2.R32x_v20061101
> jar
> Splash location:
> c:\Program
> Files\eclipse\plugins\org.eclipse.platform_3.2.0.v20060601\s plash
> bmp
> runCommand:
> <C:\program
> files\eclipse\eclipse.exe><-name><Eclipse><-showsplash><600 ><c:\
> Program
> Files\eclipse\plugins\org.eclipse.platform_3.2.0.v20060601\s plash.bmp >
> Debug options:
> file:/C:/program files/eclipse/.options loaded
> Time to load bundles: 0
> Starting application: 641
> Application Started: 3844
> Valid-responses ok error M E Checked-in Valid-requests Template
> Set-sticky MT Cl
> ear-static-directory Module-expansion Set-static-directory Clear-sticky
> New-entr
> y Merged Removed Updated Remove-entry Update-existing Copy-file Created
> Notified
> Mod-time
> valid-requests
> Valid-responses ok error M E Checked-in Valid-requests Template
> Set-sticky MT Cl
> ear-static-directory Module-expansion Set-static-directory Clear-sticky
> New-entr
> y Merged Removed Updated Remove-entry Update-existing Copy-file Created
> Notified
> Mod-time
> valid-requests
>
> !SESSION 2009-03-06 10:52:17.624
> -----------------------------------------------
>
> eclipse.buildId=M20060921-0945
> java.version=1.4.2_19
> java.vendor=Sun Microsystems Inc.
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Command-line arguments: -os win32 -ws win32 -arch x86 -data
> c:\goodrich\workspa
> ce -debug -consolelog
>
> !ENTRY org.eclipse.team.cvs.ui 4 0 2009-03-06 10:55:46.666
> !MESSAGE Unknown response received from cvs server:
> !STACK 1
> org.eclipse.team.internal.ccvs.core.CVSException: Unknown response
> received from
> cvs server:
> at
> org.eclipse.team.internal.ccvs.core.client.Request.executeRe quest(Req
> uest.java:222)
> at
> org.eclipse.team.internal.ccvs.core.client.ValidRequests.exe cute(Vali
> dRequests.java:26)
> at
> org.eclipse.team.internal.ccvs.core.client.Session.open(Sess ion.java:
> 174)
> at
> org.eclipse.team.internal.ccvs.core.resources.RemoteFolderMe mberFetch
> er.performUpdate(RemoteFolderMemberFetcher.java:97)
> at
> org.eclipse.team.internal.ccvs.ui.operations.FetchMembersOpe ration$In
> ternalRemoteFolderMemberFetcher.performUpdate(FetchMembersOp eration.java:69)
>
> at
> org.eclipse.team.internal.ccvs.core.resources.RemoteFolderMe mberFetch
> er.fetchMembers(RemoteFolderMemberFetcher.java:64)
> at
> org.eclipse.team.internal.ccvs.core.resources.RemoteFolderMe mberFetch
> er.fetchMembers(RemoteFolderMemberFetcher.java:55)
> at
> org.eclipse.team.internal.ccvs.ui.operations.FetchMembersOpe ration.ex
> ecute(FetchMembersOperation.java:107)
> at
> org.eclipse.team.internal.ccvs.ui.operations.CVSOperation.ru n(CVSOper
> ation.java:81)
> at
> org.eclipse.team.internal.ccvs.ui.model.CVSTagElement.fetchD eferredCh
> ildren(CVSTagElement.java:136)
> at
> org.eclipse.ui.progress.DeferredTreeContentManager$1.run(Def erredTree
> ContentManager.java:207)
> at org.eclipse.core.internal.jobs.Worker.run(Worker.java:58)
> !SUBENTRY 1 org.eclipse.team.cvs.core 4 -4 2009-03-06 10:55:46.682
> !MESSAGE Unknown response received from cvs server:
> Valid-responses ok error M E Checked-in Valid-requests Template
> Set-sticky MT Cl
> ear-static-directory Module-expansion Set-static-directory Clear-sticky
> New-entr
> y Merged Removed Updated Remove-entry Update-existing Copy-file Created
> Notified
> Mod-time
> valid-requests
>
>
>
>
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.03204 seconds