Access rights files with Parent path and svn protocol?
From: Tom Malia <tommalia_at_ttdsinc.com>
Date: Fri, 14 Feb 2014 16:39:10 -0500
I've got svnserver running with parent path set and I want to support
I'm starting there server as follows:
C:\Program Files (x86)\WANdisco\Subversion>svnserve -d -r
I'm having no trouble reading repositories from remote clients with the
The documentation talks about setting the "authz-db" value in the
If I populate the authz and passwd files in the conf directory of a specific
(i.e. C:\Program Files (x86)\WANdisco\Subversion>svnserve -d -r
things seem to work fine.
However, if I try to set authz-db to a file in any directory other than the
authz-db = authz
it also works fine if I give it a complete path the same file like:
authz-db = C:/SVN/repositories/Test/conf/authz
However, if I copy the same file to a different directory (i.e.
authz-db =../../ authz
or
authz-db = C:/SVN/repositories/authz
Finally when I run svnserve with a parent path. no matter what I do in any
I've managed access rights for multiple repositories on other servers where
Thanks in advance,
Tom
|
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.