| Summary: | Cannot login with my CVS committer account | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Community | Reporter: | Stephan Eberle <stephaneberle9> | ||||||
| Component: | CVS | Assignee: | Eclipse Webmaster <webmaster> | ||||||
| Status: | RESOLVED FIXED | QA Contact: | |||||||
| Severity: | critical | ||||||||
| Priority: | P3 | CC: | anne.jacko, karl.matthias, sharon.corbett | ||||||
| Version: | unspecified | ||||||||
| Target Milestone: | --- | ||||||||
| Hardware: | PC | ||||||||
| OS: | Windows Vista | ||||||||
| Whiteboard: | |||||||||
| Attachments: |
|
||||||||
Timeouts are usually caused by blocks for your IP on our firewall. Please go to http://whatsmyip.org and either post the resulting IP here or you can email it webmaster if you prefer. With that I can check the blocks table and clear anything that may be in the way. -M. Here is my IP address: 84.97.165.163 - thanks! Hi Stephan, that IP address does not appear to be blocked. From the windows command line are you able to get a response when you type: telnet dev.eclipse.org 22 It should come back with: SSH-1.99-OpenSSH_4.2 If it times out or never returns, then it's a network problem. If it comes back with that SSH banner then something is wrong with your Eclipse configuration. SSH-1.99-OpenSSH_4.2 does come back. Do you have any hint for me what could be wrong with my Eclipse? I've already tried to connect from 2 different Ganymede installations on 2 different machines, one with Win XP and one with Vista. Hi Stephan, can you paste the connection string(repository location) from your Eclipse install here? -M. The file .metadata\.plugins\org.eclipse.team.cvs.ui\repositoriesView.xml in my workspace yields the following settins: <?xml version="1.0" encoding="UTF-8"?> <repositories-view> <repository id=":extssh:seberle@dev.eclipe.org:/cvsroot/modeling"> </repository> </repositories-view> Ok I wanted to check that you weren't trying via pserver. But the issue seems to be:
> @dev.eclipe.org
which should be dev.eclipse.org or is that a c&p error?
-M.
There isn't any @ in front of the host address in my CVS respository location (see attached screen shot). It only appears in the repositoriesView.xml file and in the label displayed in the CVS Repository Explorer. Created attachment 117272 [details]
Repository Location
Stephan, what Matt is referring to is the typo in your host name. Witness: dev.eclipe.org <-- wrong dev.eclipse.org <-- right Oh my goodness! Having corrected that it obviously works. I'm deeply sorry for having bothered you with such kind of things. Thank you guys! ;) no worries! |
Created attachment 116870 [details] Error message I'm an EMFT committer for the Teneo component, and my user name is seberle. For some reason I don't understand I'm unable to connect to CVS via my committer account. I always get some sort of timeout error message (see attached screenshot for details). I assume that my account itself is ok, because I can log in to the committer portal without any problems.