"svn log" via svnserve is letting me see things it shouldn't, but "svn ls" works as I expect
From: Reid Priedhorsky <reid_at_umn.edu>
Date: Wed, 03 Mar 2010 15:01:22 -0600
Hi,
We are trying to set up svnserve to serve part of a repository to the
The goal: serve repository path /cyclingproject/public read-only to
We are mirroring our main repository with svnsync, restricting the copy
We are on version 1.5.7.
Contents of svnserve.conf:
[general]
Contents of authz:
[/cyclingproject/public]
We invoke svnserve as:
$ svnserve -d --foreground -r /project/Grouplens/svn-cyclopath-public
"svn ls" output (all this is what we want):
$ svn ls svn://localhost/
"svn log" output:
$ svn log svn://localhost/cyclingproject/public
It is the last command that is the problem. The expected (and desired)
What's wrong? Did I make a configuration error? Is this a bug?
All I can think of is to write a commit hook in the mirror repository
Any help would be much appreciated.
Reid
|
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.