After upgrading debian version (which probably resulted in updates of subversion and apache etc too) i can no longer access my subversion repositories at the url:s i used before.
Before all url:s looked like this:
svn+ssh://user@127.0.0.1/project
Now i suddenly need to specify the full path to access it:
svn+ssh://user@127.0.0.1/var/svn/repos/project
Anyone knows how to fix this? It was several years since i did this setup so i don't remember much about how it works.