Re: Having trouble with local subversion repository

2010-06-21 Thread Guido Bartolucci
That fixed it, thanks. I was using svn+ssh which launches its own svnserver. To get this to work I only needed to start up an svnserver process for local read-only access for review board. On Mon, Jun 21, 2010 at 12:54 PM, Christian Hammond wrote: > Hi Guido, > > Review Board assumes that the p

Re: Having trouble with local subversion repository

2010-06-21 Thread Christian Hammond
Hi Guido, Review Board assumes that the path is a URL of some sort that points to a repository, rather than a filesystem path. It will attempt to append the filenames from the diff onto that path. What you should be doing is using the same path that the clients would use to check out your reposito