CVS is an open-source version control system.

learn more… | top users | synonyms

0
votes
1answer
14 views

Import .cvs file to Sqlite in Android

I have a .cvs file and I want to import this file putting into my database in android. Example, the .cvs file: | id | name | dt1 | dt2 | dt3 | | 1 | Paul | 21 | 98 | 91 | | 2 | John | 22 | ...
1
vote
1answer
11 views

CVS synchronize/update issue

I am using CVS as version control system and facing a strange issue. For some files, I am not able to synchronize or update (using eclipse) because of the following error: "[Project Name]: cvs ...
1
vote
1answer
36 views

CVS for Android Studio

So I'm guessing everyone have heard about or seen the new Android Studio. If not you can find it here, it's wonderful! The only thing I cannot figure out is how to install CVS on it? I know it's ...
0
votes
0answers
15 views

Adding the scm tag element to the release-pom.xml

When performing a Maven release using the maven release plugin from Jenkins -Dresume=false release:prepare-with-pom release:perform -Dmaven.scm.provider.cvs.implementation=cvs_native It correctly ...
0
votes
1answer
15 views

Integrate CVS repository in Xcode

Is it possible to integrate a CVS repository in Xcode? If it is, can you give step-by-step instruction to integrate it? Edit: if it is impossible to integrate in Xcode, does exists a free client GUI? ...
1
vote
1answer
16 views

Managing project Clearcase

Language : Java IDE :Eclipse CVS (version control system) ClearCase (Development & Integration Streams) We have recently completed our project. Now, we have two different clients and has to ...
0
votes
1answer
44 views

tag a cvs merge point later based on the merging date

The scenario: I've merged the most recent version of my development branch to the head a couple of weeks ago. I know I have to tag the merge-points but I forgot. The head already contains a couple of ...
1
vote
1answer
24 views

Cannot find CVSROOT for file

We had trouble with our CVS server connection. Also I've migrated from IDEA 10 to 11 version. Now I have problem with CVS. I cannot update, add or commit project cause of this exception: Error: ...
0
votes
1answer
38 views

Browse CVS without checking out

How can i browse cvs without checking out. I searched for related jars but failed. In my project i need to display all directory names under certain path of cvs. Suggest some jars to browse cvs if ...
0
votes
1answer
12 views

morphing cvs sticky branch tags dont change added files

Quite often I will start coding a feature on our trunk (AKA HEAD) and after starting to change the code realize that I probably want to do this on a branch. This is fairly easy to do, I simply create ...
-1
votes
2answers
56 views

How to insert revision number of Java code file in to Java class file [closed]

Java code file contains @author and @version tags. version tag has information about the revision number of file. This information resides in comments. Is there any compilation flag or other ...
0
votes
1answer
29 views

Eclipse cvs merge issue, merge act as compare

How can I resolve this merging issue ? My project has 1 branch which I used for production and head. 2 times it worked merging production branch into head. Each time I created a tagged head after ...
0
votes
1answer
34 views

Get latest revision number of a file from cvs repository

Is there a way to know the latest revision number of a file in cvs repository without checking out that file. The exact problem is, suppose I know the name of a file which is in cvs repo. Let's call ...
0
votes
0answers
24 views

Toad VCS lost track of who had what checkd out

I am using Toad for Oracle v11.6 (as a software developer) and ran into an issue during setup. When I configured Team Coding I selected Subversion as the VCS and tried to enter credentials and clicked ...
3
votes
2answers
52 views

Merge two git repository histories

I want to combine a cvs and a svn repository into a new git repo, without loosing history of course. The catch is the svn repo is a direct continuation of the cvs repo historywise. Someone just ...
2
votes
2answers
42 views

How to get content of last day committed files in CVS?

What I need is to check content of all last day CVS committed files for occurrence of certain expressions in code and report it with its committer. In order to do that, I have to get content of the ...
0
votes
0answers
21 views

Eclipse CVS Suddenly stopped working

I am using Eclipse Juno for web application development. I checked out a project using CVS(Eclipse) a month ago and was working on it. I also committed various bugs using the same Eclipse, same ...
2
votes
2answers
22 views

Restoring CVS module from Attic

I have deleted one CVS module from repository i.e. HEAD. Now I need to restore the entire module from Attic to HEAD for project work. Can you please explain with an example on how to restore deleted ...
0
votes
1answer
24 views

I want to show the differences on main file itself using CVS?

I am planning to show the differecnes on the samefile by using CVS. Say i have one file a.txt,it contains two revisions. 2.0 3.0 i can find differecne using cvs diff -r 3.0 -r 2.0 a.txt,but i ...
0
votes
1answer
21 views

CVS - At Which Branch is my Working Copy Looking?

I have a few CVS WCs and, today, I took a look at one to make sure such-and-such code was present, but before I tell my colleague that it's okay, I need to make sure I'm looking at the right branch. ...
1
vote
0answers
52 views

CVS tolerance on bad connections [closed]

I have an offsite server that hosts our cvs projects, however the connection isn't very stable and it often disconnects before we finish during commits/retrievals, so when we retry again it has to be ...
0
votes
1answer
19 views

can a file in a cvs be made readonly?

We would like to protect a configuration file in our project, from being committed by most developers (but leave it readable for everybody). Is there a way to set this kind of permissions in CVS? If ...
-2
votes
1answer
28 views

In CVS,Unix how can i find out the recent changes added to file?

Say My Team is keep updating files and check into CVS ? So i want to find out files get modified, and what they added and what they removed in CVS ?
0
votes
0answers
16 views

CVS export without .cvsignore

Is it possible to do a cvs export command, which does not includes any of the .cvsignore files we have in the repo?
2
votes
1answer
32 views

Finding the pre branch tag based on a branch name in CVS - is it possible?

I am new to a repository and all I have is a CVS branch name. I am trying to determine the branch point or base point of this branch. How can I find the pre-branch tag? Is it possible? To be more ...
2
votes
1answer
50 views

Eclipse cvs not working, showing org.eclipse.team.internal.ccvs.ssh2 …Connection Timeout

I have a issue downloading a CVS repository using extssh, i have tried number of times installing different versions of eclipse, still the same '..Connection Timeout' issue exists. But i can download ...
0
votes
2answers
21 views

CVS equivalent of “bzr info”

I want to know the repository URL of a CVS branch. I know "bzr info" can list it, but haven't found its CVS equivalent after searching for a while. Thanks for any hint.
0
votes
0answers
18 views

CVS commit/synchronize repository issue

We have a project in cvs repository which makes heavy use of modules. For example in the modules file we have a project defined like this: &site-templates -d ./templates ...
1
vote
1answer
69 views

How to revert the file in cvs?

I have checked out a file from CVS repository and changed it. cvs up command says that the file is modified M. I need to delete my changes. I can do cvs diff and delete all differences manually. What ...
1
vote
1answer
28 views

Is there any software that generates statistics about CVS that include all of the branches? [closed]

I have tried StatCVS but it only works on the main branch. is there something else that will generate statistics for everything?
2
votes
1answer
112 views

View “cvs diff” output in two columns with vim

I have "cvs diff" output (for all files in project) in unified diff format. Format could be like this: Index: somefile.cpp =================================================================== RCS ...
1
vote
1answer
48 views

CVS command to get the current revision number of file

I need a simple way to get the revision of file using cvs. I can get it using the CVS/Entries file. It is not safe and I think there must be another way. cvs log prints too much than I need. How can I ...
0
votes
0answers
20 views

Teamcity & Mavem & CVS configuration - failure build

I have question about Teamcity configuration in combination with CVS and Maven. I dont know what I must input to working directory nad POM path. I have CVS ROOT at server at local LAN with private ...
0
votes
2answers
82 views

Overwriting existing files while doing a cvs checkout

I have an Ant script which does a CVS- checkout every time the application needs to be deployed. The ideal way to do this would be to delete the existing local code first and then do a checkout, but ...
0
votes
1answer
23 views

Why does CVS omit folders when committing?

I do have a project with structure project/lib/lib1/subfolders /lib2/... lib2 was recently added and is now in CVS. When committing /project, the changed files in /project and ...
3
votes
2answers
63 views

A different approach to ident-style strings in Git?

I'm planning my company's transition from CVS to Git, and certain engineers are wishing we still had use of CVS keyword strings such as $Id: $. I have read all about implementing this with the ident ...
0
votes
1answer
36 views

CVS error removing file from repository: Revision x.x is already locked by root

When I try to commit file lib/foo/bar.jar I get back Removing lib/foo/bar.jar; cvs [commit aborted]: Revision 1.6 is already locked by root When I browse the repository, I see that all of the files ...
0
votes
0answers
18 views

cvssuck `block (2 levels) in parse_log'

I'm getting error when run command: $cvssuck -v -D protocollog,mkdir,mkdir_exist :pserver:user@cvs.domain.com:/usr/cvsroot module ["cvs", "-f", "log", "b"] /usr/bin/cvssuck:358:in `block (2 ...
0
votes
0answers
50 views

CVS Change List Equivalent

Perforce has the concept of change lists. I believe that TFS's equivalent is change sets. I'm looking for something similar in CVS. I know I can sync a directory to particular date, so I'm hoping ...
0
votes
1answer
256 views

How to Install the cvs in windows 7

Any one give me the suggestions to download and configure the cvs in the windows 7 Machine . I am new to this to CVS any suggestions would be great.
0
votes
0answers
45 views

Eclipse CVS ignore outgoing change but accept incoming change

In my local environment, I have disabled some security code for performance and convenience during development. I obviously do not want to commit these changes when I commit others. I would like to ...
0
votes
1answer
30 views

Git cvsexportcommit and add new files

I don't know much about perl and I'm having troubles adding the functionality to git-cvsexportcommit.perl to add new files created on a git project when switching to cvs. I always get an error such as ...
1
vote
1answer
144 views

using diff/patch in windows, aka, “can't find file to patch at input line 4”

I am using CVS and win7. I need to copy some changes from the trunk to a branch, so I thought I could just use "diff -ruN" to put the changes into a file, and then use "patch -i" to apply them to the ...
0
votes
1answer
71 views

cvs commit and add files in single command

I am using CVS and I want to checkin/submit/commit multiple files. Also there are new files and I want to add those also for the same bug fix. How can we achieve this in single command so that there ...
0
votes
0answers
22 views

cvs co -r tagname modulename not working

When I use this below command cvs co -r tagname modulename It does say below output cvs checkout: Updating ......... but no directory with modulename is added/created. While cvs co ...
1
vote
0answers
36 views

CVS repository commit file

I'm getting errors when I try to commit a file with CVS (note that I'm a beginner). FYI: I'm doing this locally on my terminal...not with Eclipse. Steps I've taken so far. created a repository for ...
1
vote
1answer
24 views

CVS Recursive Get of Files to Particular Date

I'm looking to do a recursive get of cvs files in a particular cvs repository directory at a particular date. I see something similar for a particular file at: cvs checkout time series I would like ...
0
votes
1answer
90 views

Merging an outdated branch with HEAD in CVS (Eclipse)

Basically, we have a branch (call it B, it contains some branch specific code) which needs to be merged with HEAD. The problem we're having is that the branch was created long time ago. Since then, ...
0
votes
0answers
24 views

Issue with CVS2SVN

I want to copy a project from CVS to SVN. I have installed cvs2svn-2.4.0 on my sun solaris system. When I run cvs2svn it is giving following error. ld.so.1: python: fatal: libstdc++.so.5: open ...
0
votes
1answer
124 views

Eclipse (Indigo) CVS no longer working after subclipse plugin install

I'm running Eclipse 3.7 (Indigo) and installed the Subclipse plugin a while back. Prior to that I know CVS was working properly. Since I installed Subclipse, I haven't really had the need for CVS. ...

1 2 3 4 5 23