Question

If using like Subhooker package for hooks in Subversion (Edge), how is it possible to list the content under a directory from the WebUI?

-this restriction since myself as administrator don't have access to the production server itself...

Files on server:

/<reporoot>/<repo>/hooks/pre-commit.bat
/<reporoot>/<repo>/hooks/subHooker-2.2.0/etc/subHooker.properties

WebUI lists only like "pre-commit.bat" / post-commit.tmpl aso.

Using Subversion Edge version 3.2.2

Was it helpful?

Solution

Subversion Edge does not give a general purpose browser of the server filesystem. Why would it? That would be a security risk.

It does give you access to the hooks folder of a repository. Just use the option to show the repository details, and then click on the hooks tab. This lets you upload or edit files in the hooks folder for the repository. It does not let you establish a browse a folder hierarchy within that structure though.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top