top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

CVS Installation System Requirement

+3 votes
209 views

I am planning to use CVS for one of my project and would like to understand the system/hardware requirement for below project requirement:

 * Estimated no. of CVS users: 5
 * Project size: 100 MB

What would be that optimal hardware requirement in terms of:

 * Processes
 * RAM
 * Hard disk
posted Sep 21, 2013 by Jagan Mishra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

CVS Suite is a modern versioning system that combines the power and stability of CVS with modern easy to use client software and support for Configuration Management best practice.

Requirements for CVSNT/CVS 2.x on Windows/Linux/Solaris/HPUX/Mac are here:

answer Jul 13, 2017 by Manikandan J
Similar Questions
+1 vote

We have stuck in integrating CVS with Bugzilla. We tried some online documents i.e. CVS Zilla, which we are unable to download it.

Is there any step by step document which we can follow?

+4 votes

I want to configure CVS on linux machine to maintain history and revision of files.

+1 vote

I'm facing to a strange problem: cvs corrupts rcs file while I'm trying to tag it. The file itself is about 50Mb (and it's binary) and rcs file is about 2.1G.

Every time I launch

 cvs rtag -B -a -F -r 1.526 -b "my_tag" project/file.bin

rcs file turns from 2.1G into 110K file with completely lost history and file itself. All other operations (commit, update, etc) works fine. This is the biggest file in repository and the only file with such behavior on tags. Others are working fine.

0 votes

We installed CVS server on some of our HP UX machines. Recently all these servers have been integrated with Active Directory for LDAP authentication.

Could someone please let me know how I can reconfigure the existing CVS on these servers to support PAM authentication without affecting any of the existing data?

...