svnweb-server
Subversion repository web frontend
Install
- All systems
-
curl cmd.cat/svnweb-server.sh
- Debian
-
apt-get install libsvn-web-perl
- Ubuntu
-
apt-get install libsvn-web-perl
- Kali Linux
-
apt-get install libsvn-web-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libsvn-web-perl
- Raspbian
-
apt-get install libsvn-web-perl
- Dockerfile
- dockerfile.run/svnweb-server
libsvn-web-perl
Subversion repository web frontend
SVN::Web provides a web interface to subversion repositories. - Viewing multiple Subversion repositories. - Browsing every revision of the repository. - Viewing the contents of files in the repository at any revision. - Viewing diffs of arbitrary revisions of any file. - Viewing the revision log of files and directories, see what was changed when, by who. - Viewing the blame/annotation details of any file. - Generating RSS feeds of commits, down to the granularity of individual files. - Many more.