richard hornsby wrote:
>
>
> On Mon, May 19, 2008 at 4:39 AM, Antonio Leonforte
> <antonio.leonforte_at_fhoster.com <mailto:antonio.leonforte_at_fhoster.com>>
> wrote:
>
> Hi all, we have an SVN repository on a Linux server, and we access
> it on the web using apache. I would like to setup an account
> allowing potential investors to just *list* all the directories
> and files without actually being able to download or even view the
> content of the files. Is this possible ?
> Antonio.
>
>
>
> It might be useful to take a look at websvn
> (http://websvn.tigris.org/). You could use this as a starting point
> of a PHP app. I built a (very) simple web-based deployment tool using
> the functionality already provided by websvn.
>
>
Yep we used that for a while, works quite well. No fancy bindings just
exec calls against the various SVN binaries (won't work in BSD Jail).
Arran
> -rj
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-05-19 15:29:45 CEST