Hi,
I've set up codebrag and it is actually working. I have sereval SVN repo trunks syncronized. Everything is acutally working well. When I have a look in the logs there is sometimes
an error coming up:
10:41:59.360 [Thread-1251] INFO c.s.c.repository.GitSvnRepository - Current branch master is up to date.
10:41:59.735 [Thread-1261] INFO c.s.c.repository.GitSvnRepository - Current branch master is up to date.
10:42:04.984 [codebrag-akka.actor.default-dispatcher-35] ERROR c.s.c.s.n.UserNotificationSenderActor - Cannot find repository trunk
java.lang.IllegalArgumentException: Cannot find repository trunk
at com.softwaremill.codebrag.cache.RepositoriesCache$$anonfun$getRepo$1.apply(RepositoriesCache.scala:25) ~[codebrag.jar:2.3.4]
at com.softwaremill.codebrag.cache.RepositoriesCache$$anonfun$getRepo$1.apply(RepositoriesCache.scala:25) ~[codebrag.jar:2.3.4]
...
unfortunately I have no idea which trunk it can't find. there is no project or trunk name to find in the logs. Also I don't understand why it is coming up only sometimes.
In the logs it looks like sometimes it works and sometimes this error comes up.
Can anyone help?