I prefer not to use Netbeans when I write Java code for a project, but Netbeans is perfect for refactoring, and works nicely with svn.
The project is open-source on sourceforge, so I do not want to push other people into using Netbeans. My idea is to symlink the netbeans source direcory with the directory I consider to be the trunk of my project. Is this a good/bad idea?
EDIT: I solved it by adding adding the source directory to Netbeans instead. Did not realize one could separate the Project from source.