Questions tagged [cvs]

CVS - Concurrent Versions System - is an open-source version control system

#Description CVS, or Concurrent Versions System, is a client–server version control system based on the earlier RCS.

A version control system keeps track of all work and all changes in a set of files, and allows several developers (potentially widely separated in space and time) to collaborate. Dick Grune developed CVS as a series of shell scripts in July 1986.

In addition to commercial software developers, CVS became popular with the open source software world and was released under the GNU General Public License. While there was regular development to add features and fix bugs in the past, including regular builds and test results, there have been no new releases since 2008.

Whilst it lacks support for features more prevalent in newer version control systems (Unicode support, file renames, distributed revision control, cheap branching), and is not in active development, it is still used by a number of open source and commercial developers.

#Documentation

1521 questions
0
votes
1 answer

How to export web project from CVS?

I am using Netbeans to work on a CVS web project in Windows. Is there a solution to export the project into a target directory without the metadata dotfiles created by Netbeans and "CVS" directories? Thanks!
Jens
  • 174
  • 1
  • 6
0
votes
2 answers

can't execute cvs command in DOS in windows 7

When cvs is typed in cmd.exe in windows 7 nothing is output. The path of the cvs is already in the PATH :C:\Program Files (x86)\CVSNT\; When typing "C:\Program Files (x86)\CVSNT\cvs" there are outputs there. But when other .exe e.g. calc is typed…
Shengyan
  • 93
  • 2
  • 7
0
votes
2 answers

eclipse cvs load error

I just installed eclipse indigo and when I open cvs perspective I get the following error. Could not create the view: Plug-in org.eclipse.team.cvs.ui was unable to load class org.eclipse.team.internal.ccvs.ui.repo.RepositoriesView. Please help. …
itsraja
  • 1,640
  • 4
  • 32
  • 48
0
votes
3 answers

Can I do a cvs commit using a file for the cvs comments?

I would like to be able to do a cvs commit, but provide multi-line comments from a file instead of letting cvs invoke the editor. Is this even possible?
Sasha
  • 3,405
  • 4
  • 19
  • 21
0
votes
1 answer

Avoiding Branching - but need to maintain code for multiple countries

We support more that 4 countries of a same set of code base with some specific changes for each country. we are using CVS , we have HEAD and branches for each countries. once we fix something in any branch, eventually we merge it into HEAD. We just…
-1
votes
1 answer

cvs to git conversion on Debian

I just installed a VMWare image for Debian 6 to experiment with git. Ultimately, I need to convert a CVS repo to Git. I have installed git cvs package. When I type git-cvsimport, it does not find the command. What am I missing? Thanks
reza
  • 5,972
  • 15
  • 84
  • 126
-1
votes
4 answers

Mass conflict resolving

I am using CVS and after a merge, I have hundreds of conflicts. None of the conflicts are an issue (they're unimportant changes as a result of keyword expansion differences on the trunk and branch). I know no changes have been made to the files…
Ray Hayes
  • 14,896
  • 8
  • 53
  • 78
-1
votes
1 answer

How do I solve CVS error: cannot change permissions on temporary directory C:\CVS\cvstmp

Trying to "share project" in CVS from Eclipse, to upload a newly created Java project to the CVS repository it failed with the message: «: cvs [server aborted]: cannot change permissions on temporary directory C:\CVS\cvstmp/cvs-serv:3072: Permission…
manuelvigarcia
  • 1,696
  • 1
  • 22
  • 32
-1
votes
2 answers

CVS to GIT in Centos8

cvsimport is missing in Centos8. Unable to install. Now I tried to use fast-import. Most of the repos it is okay but it fails with some repo which has binary files. I think there is a bug in cvs-fast-export $ cat ../repoexport.fi|git fast-import…
Ramanan T
  • 179
  • 1
  • 10
-1
votes
1 answer

Is there a feature to batch upload folders with files in git, svn, hg?

There are folders with files with names: "1", "2", "3"... and "2020070801", "2020070802", "2020070803" ... locally currently. Is there a feature to batch upload such folders with files in git, svn, hg not step by step and in batch so to get commits…
Oleksii Kyslytsyn
  • 2,458
  • 2
  • 27
  • 43
-1
votes
4 answers

How to manage my project? (Souce code control, production server/developing sever)

i'm in a small team right now. We have two developers. We are developing PHP web applications. Now we have two servers. One is production server, the other is developing server. Usually my work-mate and I worked for different part of the project,…
user503853
-1
votes
1 answer

Error while adding CVS repository(extssh) in ReviewBoard

I installed ReviewBoard in my local and trying to connect to remote CVS repository. While I am trying to add CVS repository in ReviewBoard, I'm seeing below error. Please help. The executable "cvs" is not in the path. I used below string to specify…
Bond007
  • 9
  • 2
-1
votes
1 answer

Why is checkout permission denied on new folder creation for CVS?

We generally access our CVS server via Eclipse. One of our teammates, steveo created a new package Testing under our Java src folder for project ProjectName. Afterwards, this caused failures with all checkouts for ProjectName. The server reported…
JoshDM
  • 4,939
  • 7
  • 43
  • 72
-1
votes
1 answer

CVS Version on RHEL5

Currently I have CVS version 1.11.17 installed on RHEL4 server in my workspace. Now, my company is planning to upgrade to RHEL5. Is the CVS version compatible with RHEL5, or we'll need to upgrade that too?
Zubin S
  • 3
  • 2
-1
votes
1 answer

How to configure Cruise Control with CVS

I am first time using Cruise Control for Automation of build. Please Guide me how can I configure Cruise Control with my CVS Server. I installed Cruise Control , does it require any extra plug-in. how can I write config file, Where i have to place…
1 2 3
99
100