Arnau Rius - 2010-02-04

Hi,
I'm trying to use SVN searcher on a SVN repository over Win2003.
I've changed the conf.proporties file to add url, directPath, indexPath and user and password in the optional section.
I've added a windows user (who is in administrators group) named as the user added in the conf-properties.
But it's still not working:
Exception in thread "main" java.lang.NullPointerException
        at pl.infovide.SVNInfo.RepositoryList.getDirectAccessRepositories(RepositoryList.java:76)
        at pl.infovide.SVNIndexUpdater.IndexRepositoryList.setIndexRepository(IndexRepositoryList.java:142)
        at pl.infovide.SVNIndexUpdater.SVNIndex.index(SVNIndex.java:71)
        at pl.infovide.SVNIndexUpdater.SVNIndex.main(SVNIndex.java:97)

I'm not a programmer, so I don't know exactly what's wrong.