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

6 Commits   0 Branches   2 Tags
bfc1508d (kx 2023-03-24 03:55:33 +0300  1) 
bfc1508d (kx 2023-03-24 03:55:33 +0300  2) Sytem requires:
bfc1508d (kx 2023-03-24 03:55:33 +0300  3)   fakeroot, logrotate, nginx, uwsgi
bfc1508d (kx 2023-03-24 03:55:33 +0300  4) 
bfc1508d (kx 2023-03-24 03:55:33 +0300  5) Build time requires:
bfc1508d (kx 2023-03-24 03:55:33 +0300  6)   make, binutils, gcc, bison, autoconf, automake, pkgconfig,
bfc1508d (kx 2023-03-24 03:55:33 +0300  7)   file (libmagic), pcre2, libxml2, md4c
bfc1508d (kx 2023-03-24 03:55:33 +0300  8) 
bfc1508d (kx 2023-03-24 03:55:33 +0300  9) Runtime requires:
bfc1508d (kx 2023-03-24 03:55:33 +0300 10)   libmagic, pcre2, libxml2, md4c
bfc1508d (kx 2023-03-24 03:55:33 +0300 11) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 12) As non-privileged user:
bfc1508d (kx 2023-03-24 03:55:33 +0300 13) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 14)   $ mkdir build
bfc1508d (kx 2023-03-24 03:55:33 +0300 15)   $ cp PKGBUILD build/
bfc1508d (kx 2023-03-24 03:55:33 +0300 16)   $ cd build/
bfc1508d (kx 2023-03-24 03:55:33 +0300 17)   $ makepkg
bfc1508d (kx 2023-03-24 03:55:33 +0300 18) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 19) As root:
bfc1508d (kx 2023-03-24 03:55:33 +0300 20) 
8c8573fd (kx 2023-04-12 19:24:33 +0300 21)   # pacman -U ./csvn-ui-0.1.5-2-x86_64.pkg.tar.zst
bfc1508d (kx 2023-03-24 03:55:33 +0300 22) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 23) After install you have to configure uWsgi and Nginx servers (see: README.md).