0
votes
3answers
26 views
maven open source project
Please, I want to test CVS and Maven tools within an existing project so:
is there any open source project that I can check out from its "CVS" and build it with "Maven"?
thanx in …
0
votes
1answer
19 views
Can I setup CVSROOT with remote access?
I created a cvs repository in my school network account, I would love to have the access to it using my local machines at home. I tried, at local, setting CVSROOT variable to be "m …
1
vote
2answers
39 views
Tips on upgrading CVS to git/hg?
We still use CVS, I use git and hg for my personal use though I'm still a novice at both, but I realize they're much more modern and better, faster, distributed, etc.
It's just ev …
0
votes
0answers
15 views
CVS log file editor - issue
Hi,
I'm encountering some problems recently with CVS.
When executing commit command I got following errors:
cvs commit: cannot exec vim: No such
file or directory cvs comm …
0
votes
1answer
19 views
Is there a way to disable the cvs init command for the cvsd daemon?
Is there a way to prevent users from doing 'cvs init'?
'cvs init' creates a new repository. The doc says it is a safe operation on an existing repository, since it does not overwr …
0
votes
2answers
23 views
How to update CVS/Root in Eclipse
Basically I need to change the username located in the file CVS/Root to a new one to which I have access and each folder has a file like it. Is there a simple way to do this in suc …
1
vote
1answer
32 views
Get local cvs comment history when committing file/s in emacs
Hi,
I often commit files with similar cvs comment but not in a single operation. I would like to able to bring up previous comments I've used in a previous commit when I am in th …
0
votes
1answer
20 views
CVS history…can’t get it work
Hi
An really embarrassing question: I have specified my CVS root, and within
this CVS root I have a repository, let call it REP. Within REP, I have
a file TEST.TXT where I wanna s …
0
votes
2answers
14 views
CVS Annotate returns blank output
Hello,
I am working on a script that will get the user name associated with a CVS line number change and am using cvs annotate filepath to do it.
However, sometimes I run accost f …
1
vote
1answer
25 views
parse CSV files that contain unicode character using OpenCSV
hi everybody,
i parse a .csv file with OpenCSV in netbeans 6.0.1. my file contains some unicode character and when i write it in output the character appears in other form(like (HJ …
0
votes
1answer
28 views
Getting MMIX repo for CVS/Git
How can you get the CVS repo of MMIX to CVS/Git?
I know how to clone a repo at github by git clone URL, but I have never really used sourceforge before. They use CVS which is new …
4
votes
2answers
92 views
How to migrate project from RCS to CVS?
I have a 20-year-old project that I would like to migrate from RCS to git, without losing the history. All web pages suggest that the One True Path is through CVS. But after an h …
0
votes
1answer
83 views
What is a branch in CVS?
What is a branch in CVS?
35
votes
39answers
3k views
Version Control. Getting started…
So I know I need to implement version control, even for just the developing I do at home. My issue is I have read about how great Subversion is for the past couple years. I was a …
0
votes
3answers
71 views
How can I get CVS to delete a folder I just checked in?
I run CVS on my Mac OS X box and access it from a Windows VM. It works great (although the version of CVS that comes with Mac OS X is really old).
But I find it annoying that I ca …
