php commit

daily job of a php bug killer

Turn SVN project into a PHP project in Eclipse

with 2 comments

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.

Written by juliomontoya

June 16, 2008 at 4:42 pm

Posted in eclipse, php

Tagged with

2 Responses

Subscribe to comments with RSS.

  1. [...] necesario realizar este pequeño truco para cambiar el proyecto de SVN a PHP y poder hacer inspecciones dentro de funciones, includes, [...]


Leave a Reply