[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Problem setting up authz on svnserve

From: Rick Varney <rick.varney1_at_gmail.com>
Date: Mon, 8 Feb 2016 21:36:12 -0800

On Sat, Feb 6, 2016 at 4:22 PM, Daniel Shahaf <d.s_at_daniel.shahaf.name> wrote:
>
>
> You can do 'svnserve --foreground -d --root=/path/to/repos
> --listen-port=3691 --log-file=/dev/stdout' and test against that svnserve
> instance to ensure the log messages are related to a particular client
> action. (You can run multiple instances in parallel.)
>

Thank you! This proved to be good advice. I was unaware I could run
multiple svnserve processes in parallel.

When I started a second svnserve process, I discovered it worked
perfectly fine with my authz setup. Also,
I noticed that doing "svn log" was starting to produce a "Network
connection closed unexpectedly" error on the
client side, making me suspicious my main svnserve process was getting
flaky for whatever reason. I restarted
my main svnserve process and my problem went away.

I don't understand why my svnserve process starting behaving this way,
but the problem is resolved for now.
I was able to modify my authz file to achieve my current access goals.

Many thanks for helping me get unstuck!

Best regards,

Rick Varney
Received on 2016-02-09 06:36:17 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.