svnweb-install
Subversion repository web frontend
Install
- All systems
-
curl cmd.cat/svnweb-install.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 updatesudo apt-get install libsvn-web-perl - Raspbian
-
apt-get install libsvn-web-perl
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.