cSvn-UI for SVN Repositories

cGit-UI – is a web interface for Subversion (SVN) Repositories. cSvn CGI script is writen in C and therefore it's fast enough

15 Commits   0 Branches   1 Tag
     5         kx 
     5         kx Sytem requires:
     5         kx   fakeroot, logrotate, nginx, uwsgi
     5         kx 
     5         kx Build time requires:
     5         kx   make, binutils, gcc, bison, autoconf, automake, pkgconfig,
     5         kx   file (libmagic), pcre2, libxml2, md4c
     5         kx 
     5         kx Runtime requires:
     5         kx   libmagic, pcre2, libxml2, md4c
     5         kx 
     5         kx As non-privileged user:
     5         kx 
     5         kx   $ mkdir build
     5         kx   $ cp PKGBUILD build/
     5         kx   $ cd build/
     5         kx   $ makepkg
     5         kx 
     5         kx As root:
     5         kx 
     5         kx   # pacman -U ./csvn-ui-0.1.5-2-x86_64.pkg.tar.zst
     5         kx 
     5         kx After install you have to configure uWsgi and Nginx servers (see: README.md).