| [news.eclipse.newcomer] Re: Taverna Workbench |
Thanks a lot!
Massimiliano Armento wrote:Thanks for your fast reply!!
The problem is that by WinXp shell my firewall not allow the mode ping, but by Unix shell I was able to connect and download the CVS repository!
So I think the problem is in the code of Taverna because otherwise even through Unix I would not have been able to download taverna.
Can I do a question?What port did you use to set the properties of CVS?
Mine in default is : 2401 and you?
That is the normal port for pserver connections. I was able to connect on that port to taverna.cvs.sourceforge.net
If ping is blocked for you, try using telnet. In a Windows command line, type:
telnet taverna.cvs.sourceforge.net 2401
If it is able to connect, your command line should go blank and when you hit <Enter> you should get a message like:
"cvs [pserver aborted]: bad auth protocol start:"
If you can not connect, you'll get an error message stating so.
Hope this helps, Eric