cvs Questions
2
Solved
I'm trying to commit my changes to CVS repository, but I get the following error:
RCS file: /opt/CZarmen/CVS_REPOSITORY/Z_user/lib/python/StudioCustom.py,v
retrieving revision 1.38
retrieving revi...
2
I am doing a whole bunch of conversions of CVS and RCS repositories into Subversion. Every now and then I run into a damaged ,v file. I have figured out how to repair these manually, but it's...
8
Solved
Is there any simple way to show only the files in my repository that have been locally added, removed, or modified? I know that I can type "cvs stat" and look through the list of files, but that is...
Nuremberg asked 16/1, 2010 at 0:7
2
I have a file containing a number of tags contained in a a CVS repository. Is there a way I can checkout all the files and their associated directories using only these tags without checking out th...
Inward asked 28/12, 2010 at 17:19
5
I am using cvs2svn-2.4.0 for CVS to Git migration. This does not include the .cvsignore to .gitignore conversion. How do I convert .cvsignore files to .gitignore file?
3
Solved
My co-worker checked out our source tree from cvs and made some local changes, and then gave me a copy of the entire modified directory. When I try to do cvs operations on it, cvs is asking for his...
Chops asked 2/7, 2010 at 17:2
8
Solved
Is there any diff/merge tool for programming languages, that works in a syntax-aware way (like XML Diff Tool), doing more than compare line-by-line (and optionally ignoring whitespace).
I'm inter...
Lexicology asked 21/2, 2011 at 15:32
3
In eclipse there is a "Team Synchronizing Perspective" that basically does a directory diff to the cvs repository. It is very handy. For various reasons I am looking to move to intellij. Is there a...
Nomanomad asked 13/1, 2011 at 16:28
3
Solved
Is there way to create the diff of a file b/w its top two revisions in the CVS repo? I doesn't care about the revision numbers and my local checked-out file. All I need is, the diff b/w the last co...
5
Solved
For legacy reasons, I'm using CVS on a project. Recently I committed some changes which broke our code and I needed to revert them. What's CVS's analog of git revert -r <old_revision>?
Looki...
7
Solved
Is there a way in Eclipse to view all recent changes of a project? Like in SVN, you can just go "view log" on a right-click menu of a folder. In CVS/Eclipse, I can only view history on a certain fi...
Trine asked 18/2, 2009 at 0:21
2
Solved
Using Terminal (on Mac OSX 10.8.x) whenever I try to add a directory within my project
project_root jacob$ cvs add foo/
project_root jacob$ cvs add ./shared/foo/
project_root jacob$ cvs add /full/...
2
Solved
I am using the org-netbeans-lib-cvsclient.jar to execute various cvs commands in a java class that communicates with CVS. I am able to do a cvs checkout command, add, commit, etc.
However, I need...
2
Solved
I executed the same cvs command on two machines and it worked only on 1 of them. The command is:
cvs -d %CVSROOT% ls "module"
* In the first machine it returned me the files directly under the m...
14
Solved
I've played with CVS a little bit and am not the most familiar with all of its capabilities, but a huge annoyance for me is trying to add new directories that contain more directories in them. Runn...
Inhospitality asked 7/8, 2008 at 18:5
1
I'm curious what's the best practice of keeping your occasional contributions to an OSS project in git (e.g., on github/bitbucket/gitlab), whilst the upstream is exclusively CVS.
My take is that i...
4
Please let me know how to delete a CVS tag which was already created from eclipse.
If the tag is removed, can a new tag be created with same name?
3
Solved
How do you set to ignore folders and all its subdirectories in CVS?
It's getting pretty annoying when it commits every file in my \bin, \obj or \TestResult folders.
Tried *\TestResult in the igno...
Kaifeng asked 15/9, 2010 at 23:44
19
Solved
Let's say you have a typical web app and with a file configuration.whatever. Every developer working on the project will have one version for their dev boxes, there will be a dev, prod and stage ve...
Loot asked 8/8, 2008 at 14:44
10
Solved
I know 1000s of similar topics floating around. I read at lest 5 threads here in SO But why am I still not convinced about DVCS?
I have only following questions (note that I am selfishly worried o...
Anesthetize asked 1/4, 2010 at 21:33
7
Solved
I am aware of this command:
cvs log -N -w<userid> -d"1 day ago"
Unfortunately this generates a formatted report with lots of newlines in it, such that the file-path, the file-version, and th...
Leslee asked 23/9, 2008 at 0:6
5
Solved
Coming from CVS, we have a policy that commit messages should be tagged with a bug number (simple suffix "... [9999]"). A CVS script checks this during commits and rejects the commit if the message...
4
Solved
I just found an open source project that still uses CVS. I wondered if there were still any reasons to prefer CVS over SVN or Git nowadays. (I don't count being too lazy to migrate as an answ...
Specification asked 23/10, 2011 at 22:58
1
Solved
This seems like it should be so simple, but I can't find any solution that appears to work...
I need a CVS command that given the name of a tag that you have applied to a file, it will give you th...
Animalize asked 13/5, 2015 at 21:0
3
Solved
There is a central repository in CVS, and I would like to use it with Git locally, and then send my changes back to CVS.
What can I accomplish that on a daily basis?
The tasks I would like to acc...
© 2022 - 2024 — McMap. All rights reserved.