Tagged Questions
1
vote
1answer
74 views
How to change commit tag (author name) in CVS of a file already committed?
I didn't have my own development environment, and copied a VM from a different user. I had did a cvs update and did a cvs commit.
I did not observe, but the CVS\Root file had the username of the ...
0
votes
1answer
291 views
Is there a way in Eclipse to track recent SVN and CVS commits by author / username?
I am facing a very different issue due to the branches of source code.
I have 2 branches trunk and QA , because the source code is so huge its very difficult for me to remember all the files to ...
0
votes
1answer
403 views
CVS commit Example from ANT build.xml
My build.xml has...
<property name="cvs.directory" value="MyProj/build" />
<target name="CVS.Commit" depends="login">
<echo>Commiting EAR file to CVS....</echo>
<cvs ...
0
votes
2answers
352 views
what causes “insufficient karma” error when committing to cvs
When using Eclipse to commit a change to a file to a branch of a project in CVS, it fails, and the following is in CVS Console in Eclipse (with specifics stripped out)
***
cvs ci -m "comment for the ...
0
votes
1answer
109 views
How to commit working copy to CVS repository if some files are deleted from working copy?
I want to commit my working copy to CVS repository, first I do:
>>> cvs -n update
to see what changes were made. I get the following:
cvs update: warning: crc/etable.tar.gz was lost
...
1
vote
1answer
92 views
can't commit code after renaming a file
What I did:
renamed a file
tried to commit
cvs fails with error message
file should be removed and is still there (or back again)
What is the problem and how do I solve it so that I can ...
0
votes
3answers
1k views
Eclipse CVS Commit, ignore certain file types
I have a rather large project made up of lots of...projects, each with their own Debug and Release folders along with a bunch of other files that I don't really want to commit like .rc and .user.
At ...
1
vote
1answer
4k views
Problem when committing a change to CVS
I'm trying to commit my changes to CVS repository, but I get the following error:
RCS file: /opt/Carmen/CVS_REPOSITORY/thy_user/lib/python/StudioCustom.py,v
retrieving revision 1.38
retrieving ...
2
votes
1answer
48 views
In CVS how to find whether i have a commit rights or not without trying to commit
In CVS is there a way to query the permissions for a module to know whether we have commit rights
0
votes
0answers
55 views
cvs commit gives a response code of 311 and hangs
$ cvs commit
cvs commit: Examining .
user@cvshost's password:
311
Pressing enter gives question marks (?) and even CTRL+C does not work. cvs diff displays the changes correctly.
0
votes
1answer
65 views
Generate a log from all commits I've done in a day (or in an specific date) using CVS (log or history)?
I have to use CVS in my work and at the end of the day, I need to generate a report in an internal enterprise system.
I write meaningful comments in all my work. I would like to do a cvs log or cvs ...
0
votes
1answer
34 views
How do we add a whole repository and not file by file in CVS?
Hello I am using a custom library which has a lot of files. Now in order to use that library I need to add all the files of that library to the local CVS. So when I cvs update, it shows me all the ...
0
votes
3answers
946 views
Can we commit individual files?
Hello we are using CVS and development takes place regularly. I work only on one-three files most of the time. Do I still have to commit all the changes in the folder?? Is it possible to select the ...
9
votes
3answers
6k views
git - how do we verify commit messages for a push?
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
votes
4answers
4k views
Use the commit message in a CVS pre-commit hook
Is it possible to use the commit message in a pre-commit hook in CVS? The CVS server is running remotely, and I access it using pserver.
Ideally, I want to allow the commit if the files pass the ...
1
vote
2answers
310 views
Is there a way to automatically strip out trailing whitespace in code on commit to CVS?
We're using CVS, on every release we have to synchronise two different branches of code, and in every release cycle it's the same story, whitespace problems causing errors and wasting time.
I'm ...
4
votes
4answers
2k views
CVS to SVN conversion — How to replace CVS TAGS functionalities
we are planing to move away from CVS and to SVN.
Everything looks good expect that our developers do a pre/post tags on each submission.
So, in CVS we don't have a problem as TAGS are intuitive and ...
0
votes
4answers
1k views
CruiseControl.NET : launch build on commit
I searched a lot but i didn't find a solution for my problem.
I use CruiseControl.NET (1.4.4). My project (in ccnet.config) load a repository from a cvs server to a local repository, and launch some ...