[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.technology.ecf] Re: Cannot access ECF CVS

Hi Hanyu,

Hanyu Xiao wrote:
I tried to import the ECF team project set using http://www.eclipse.org/ecf/org.eclipse.ecf.docs/ecf-anonymous.psf, but cannot get past the authentication using the username "anonymous" and empty password. What did I miss?

Nothing. We had an incorrect ecf-anonymous.psf...which was trying to use extssh to connect via anonymous access. For anonymous access it's necessary to use the pserver protocol, so I've fixed the ecf-anonymous.psf to do so.


I've attached a correct ecf-anonymous.psf to this posting, and the one on the website is also now correct. You should be able to import anonymously using this psf file.

Thanks,

Scott
<?xml version="1.0" encoding="UTF-8"?>
<psf version="2.0">
	<provider id="org.eclipse.team.cvs.core.cvsnature">
		<project reference="1.0,:pserver:dev.eclipse.org:/home/technology,org.eclipse.ecf/plugins/org.eclipse.ecf,org.eclipse.ecf"/>
		<project reference="1.0,:pserver:dev.eclipse.org:/home/technology,org.eclipse.ecf/tests/org.eclipse.ecf.test,org.eclipse.ecf.test"/>
		<project reference="1.0,:pserver:dev.eclipse.org:/home/technology,org.eclipse.ecf/tests/org.eclipse.ecf.test.provider,org.eclipse.ecf.test.provider"/>
		<project reference="1.0,:pserver:dev.eclipse.org:/home/technology,org.eclipse.ecf/tests/org.eclipse.ecf.test.ui,org.eclipse.ecf.test.ui"/>
	</provider>
</psf>