Re: display web contents from svn repository

2023-04-24 Thread Daniel Sahlberg
Den mån 24 apr. 2023 kl 20:16 skrev Marco Asa : > Nice, I was not aware of hooks and post-commit would work very nicely > for the pourpose. I still had to make it work in a convoluted way > since I deployed the svm server manager in an isolated container and > the post-commit hook could not access

Re: display web contents from svn repository

2023-04-24 Thread Marco Asa
Hello Daniel, thanks for the answer, > > If the SVN repository is available over http/https, then it should be > possible to configure mod_rewrite so that any access to the web server is > redirected to the Subversion server. > Unfortunately this is not my case but I was not much optimistic on

Re: display web contents from svn repository

2023-04-24 Thread Daniel Sahlberg
Den mån 24 apr. 2023 kl 13:19 skrev Marco Asa : > Hello, > > I set up a combined svn server / web server where the latter displays > contents taken directly from one of the repositories. It runs fine but > I would like to make it work a bit more efficiently. > > At the moment it works like this: >

display web contents from svn repository

2023-04-24 Thread Marco Asa
Hello, I set up a combined svn server / web server where the latter displays contents taken directly from one of the repositories. It runs fine but I would like to make it work a bit more efficiently. At the moment it works like this: 1) Both the svn repository and one checkout of it in "/example