cvs Questions
7
Solved
I'm trying to make an update of one project of mine, but i don't manage.
When I try, I get the error
'Synchronizing CVS' has encountered a problem.
Problems reported while synchronizing CVS Works...
Raina asked 13/5, 2009 at 8:5
3
What does this special folder icon in CDT/Eclipse project explorer mean? The bluish thingy looks like a key or screw or some kind of tool. I guess it has something to do with CVS. I couldn't find t...
Woollen asked 3/8, 2012 at 13:0
3
Solved
I'm using using TortoiseCVS to access the CVS server. I get the following error:
In D:\source\foo: "C:\Program Files\CVSNT\cvs.exe" -q update -P -d
CVSROOT=:ssh:[email protected]:/home/cvsroo...
Recruitment asked 5/5, 2011 at 21:46
3
Solved
CVS is really driving me crazy!
Is there any trick to remove sticky tags without updating file contents?
I know of 'cvs up -A' but this also changes my files.
Or the other way round:
Is there...
Rubinstein asked 9/7, 2013 at 9:29
3
Solved
CVS and Subversion both have a handy merge feature so that when you update a source file that you have modified, it merges in changes that others have made on the same file.
However, if your chang...
Futurity asked 10/10, 2008 at 22:50
3
Solved
Could someone tell me exactly what the "pserver" mode is, in regards to CVS? The term "pserver" is used frequently, but I've yet to find an explanation of what it actually is. If "pserver" is a spe...
Planarian asked 5/1, 2010 at 15:19
1
I have configured a Jenkins project (test_cvs) via the CVS plugin to checkout a folder; lets call it CVSFOLDER. The build reports the checkout command (on console output) as:
cvs checkout -D "29 ...
Schroeder asked 29/11, 2013 at 23:33
1
Solved
When I'm forced to change my Windows AD account password IntelliJ is no longer able to perform any CVS action (e.g. update) on any checked out class files.
Right-click on class file->CVS->Update
T...
Bugleweed asked 3/6, 2013 at 13:56
2
Solved
We use CVS on Linux for software development.
I noticed that one of the scripts I'm working on is missing the execute bit set in the CVS repository.
Is there any way to add the execute bit back t...
Exanimate asked 2/4, 2009 at 16:49
2
Please help me in generating the .cvspass file to configure hudson tool .
Valerle asked 22/8, 2010 at 3:54
8
Solved
I've removed a checked in file from the CVS branch, i.e.:
cvs remove -f file.txt
cvs commit
How do I restore the file?
Latticed asked 27/9, 2008 at 22:55
7
Solved
I'm not quite sure how this happened, but somehow a completely empty hierarchy of directories has ended up in my repository:
com/
com/companyname/
com/companyname/blah/
com/sun/
com/sun/java/
com/...
Lubet asked 15/10, 2008 at 14:45
4
Solved
When doing a cvs update, you get a nice summary of the state of the repository, for example:
M src/file1.txt
M src/file2.txt
C src/file3.txt
A src/file4.txt
? src/file5.txt
Is there a way to get...
Verlaverlee asked 17/10, 2008 at 11:37
2
Solved
I would like to checkout file1 from CVS repository to the current directory.
File1's path is: /opt/application/CVS_REPOSITORY/project/lib/source/file1
How do I do it?
First I set:
setenv CVSROO...
Episternum asked 31/1, 2012 at 9:16
6
Solved
is there a place I can get just the cvs executable for OSX as a standalone binary?
I don't want to go through the whole rigamarole of having to download XCode just to get cvs, which I don't use, e...
3
Solved
If you've named a branch in CVS incorrectly, or the name originally chosen becomes inappropriate, how do you change it to something else?
A related question is How do you rename a branch in CVS wi...
Thaumatrope asked 10/7, 2009 at 6:47
2
Solved
Is it possible to get a list of all generated tags for a given module in CVS?
I can use
cvs status -v FILE
but it shows too much information that I just don't need. I can use some gui utilitie...
Iconolatry asked 29/6, 2010 at 19:8
4
Solved
First, I have to admit I screwed up a little with CVS. I had a release tag releaseX, which was done some time back (i.e., not HEAD). Then I decided I need a maintenance branch at that point. Instea...
Katlin asked 23/6, 2009 at 7:51
5
Solved
The UNIX department of my company currently uses CVS as source-version control system. They use it in a very strange way: different repositories for development/testing/production code (for the sam...
Karate asked 13/4, 2010 at 9:9
6
Solved
Looking to get a list of all the files (commit comments would be nice too) of a user in cvs.
2
Is there a way to use a VCS (I'm using git) and have it work with merges to the Xcode files? For example, if my co-worker adds a new Group to the project, when I merge in his changes, I get the Gro...
8
Solved
So, I killed the build today by checking in a config file. It knows where the server is (think SQL server or the like), and I've been working against the server which runs on my box. Normally, or r...
Roley asked 10/2, 2009 at 20:43
7
Solved
This obviously requires the source file to be under source control. I would ideally like a tool which works under the IDE (Eclipse, Visual Studio, etc) - but an external tool would be nice, too. Ob...
Gwennie asked 15/12, 2008 at 7:45
1
Solved
I need to test some old version of our source code, however I have some local changes. So I would like to "stash" these changes, checkout the old version, do some tests, then go back to the current...
1
Solved
I'm looking at a doxygen code example and seeing the following.
/**
@file test.h
@brief Define helper functions
$Id: test.h,v 1.10 2012/10/10 10:10:10 author Exp $
*/
Can anyone explain...
© 2022 - 2024 — McMap. All rights reserved.