Hi, we have a bug filed against the NetBeans IDE:
https://netbeans.org/bugzilla/show_bug.cgi?id=212158 ; We're using svnkit 1.7.4.
The NPE is thrown at the following line in SVNWCAccess.java:
String childRoot = childRootEntry.getRepositoryRoot();
it seems that childRootEntry can be null - returned from the previous call to:
childArea.getEntry(childArea.getThisDirName(), false);
I was able to reproduce when the .svn/entries contained "absent" flag in the dir's entry properties. I have no idea however how often (and if at all) this can happen.