Cvs and gCvs on Fedora Core 5
This is to discourage Fraz from reading my blog:) Anyway recently I installed CVS server and client on a customers Fedora Core 5 system.
As for the server I followed my own quick Howto from here . The differences were that Fedora Core 5 doesent have xinetd super server by default. I installed it like this
# yum install xinetd.
Secondly the cvsadmin link in my howto is broken. So I managed to download a working rpm from here
As for the cvs client I used gCvs. Its rpm can be downloaded and installed from here. Though the installation went fine but due to some GCC compatibilty it would not run. For that I had to install some libstdc related packages. This is all you have to do for yum enabled systems:
# yum install compat-libstdc++-33 compat-libstdc++-296
Thats all :)
As for the server I followed my own quick Howto from here . The differences were that Fedora Core 5 doesent have xinetd super server by default. I installed it like this
# yum install xinetd.
Secondly the cvsadmin link in my howto is broken. So I managed to download a working rpm from here
As for the cvs client I used gCvs. Its rpm can be downloaded and installed from here. Though the installation went fine but due to some GCC compatibilty it would not run. For that I had to install some libstdc related packages. This is all you have to do for yum enabled systems:
# yum install compat-libstdc++-33 compat-libstdc++-296
Thats all :)