I'm trying to create a PHP project from SVN Repository with Netbeans 7.0.1 but I can't. Context: There are three users, two uses Macs and I'm using Windows 7 64 bits. I needed to add
-J-Dline.separator=LF
to netbeans.conf to be able to work with the Mac's developers.
Everything was working until a SVN folder restructure went on. Now I can checkout the project but then, I select to create a new PHP project from Existiing sources and it says
org.xml.sax.SAXParseException: Content is not allowed in prolog.
Checking in the file nbproject/project.xml, this is the content.
<?xml version="1.0" encoding="UTF-8"?>LF<project xmlns="http://www.netbeans.org/ns/project/1">LF <type>org.netbeans.modules.php.project</type>LF <configuration/>LF</project>LF
Which seems to be wrong. I really don't know what else I can try. Any help will be really appretiated. Thanks! Guillermo.