You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Peter Münster <pm...@deltadore.com> on 2006/05/02 09:53:39 UTC

using AuthzSVNAccessFile without repository

Hello,

I have one <Location /svn> for the repository with path based access
control (AuthzSVNAccessFile), and I would like to have some other
<Location /docs> with a normal directory structure (no svn repository)
using the same AuthzSVNAccessFile.

2 usage examples:

- TeX-files are in the repository and at each commit transformed to PDF,
  that is copied to the /docs directory with the same sub-path as the
  TeX-source in the repository. With the same access control only users who
  can read the TeX file will be able to read the PDF.

- The same for documentation generated from C-source (Doxygen).


Should I discuss this on the dev-list, or fill in a feature-request in the
issue-tracker? What do think about this?

Cheers, Peter


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org