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) To build RPM packages we have to copy source package downloaded
bfc1508d (kx 2023-03-24 03:55:33 +0300  3) from https://ftp.radix.pro/pub/csvn-ui directory to /usr/src/packages/SOURSES/
bfc1508d (kx 2023-03-24 03:55:33 +0300  4) directory. And also copy the csvn-ui.spec file into /usr/src/packages/SPECS/
bfc1508d (kx 2023-03-24 03:55:33 +0300  5) directory. Then edit the package version in the csvn-ui.spec file according
bfc1508d (kx 2023-03-24 03:55:33 +0300  6) to source package version.
bfc1508d (kx 2023-03-24 03:55:33 +0300  7) 
bfc1508d (kx 2023-03-24 03:55:33 +0300  8) Dependencies: file-devel, pcre2-devel, libxml2-devel, md4c-devel, md4c-html-devel.
bfc1508d (kx 2023-03-24 03:55:33 +0300  9) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 10) RPMs can be built by following command:
bfc1508d (kx 2023-03-24 03:55:33 +0300 11) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 12)  $ rpmbuild --define "_topdir /usr/src/packages" -ba /usr/src/packages/SPECS/csvn-ui.spec
bfc1508d (kx 2023-03-24 03:55:33 +0300 13) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 14) Resulting RPMs will be saved in /usr/src/packages/SRPMS/ and
bfc1508d (kx 2023-03-24 03:55:33 +0300 15) /usr/src/packages/RPMS/`uname -m`/ directories.
bfc1508d (kx 2023-03-24 03:55:33 +0300 16) 
bfc1508d (kx 2023-03-24 03:55:33 +0300 17) After install you have to configure uWsgi and Nginx servers (see: README.md).