Turn SVN project into a PHP project in Eclipse
I had this problem and then my boss tell me that it was very easy to solve it.
Create an empty PHP project. Open the .project file and see the difference between your SVN Project:
The differences will be this:
<buildSpec>
<buildCommand>
<name>net.sourceforge.phpeclipse.parserbuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>net.sourceforge.phpeclipse.phpnature</nature>
</natures>
Probably you will have anything in your SVN project.
[...] necesario realizar este pequeño truco para cambiar el proyecto de SVN a PHP y poder hacer inspecciones dentro de funciones, includes, [...]
Instalar Eclipse Ganymede + PHPEclipse + Subclipse + Dokeos dev-1.86 en Ubuntu 8.04 « Dokeos Latinoamérica
July 25, 2008 at 3:18 am
[...] Visto aquí [...]
Inspeccionar funciones en PHPEclipse « Dokeos Latinoamérica
August 6, 2008 at 3:35 am