> > - svnserve was then started using > > svnserve -d -r C:\repo --log-file C:\temp\svn.log > > Doesn't -r need to specify a parent directory of repos to serve, not a single repo itself?
I believe that's a common way of doing things, but it's not enforced; last time I set up svnserve I pointed -r directly at a repo, and if I disable SASL on my currenct config it works fine.