0
votes
1answer
51 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
157 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
0answers
25 views

Is there a way to block committing from a CVS sandbox?

Is there a way to block committing from a local CVS checkout? The situation is that I've checked out a repository and made some changes to it for testing purposes, but it is important that those ...
0
votes
0answers
23 views

Tag previously committed project in CVS

I have a project in CVS which contains latest changes.I have one old copy of the same project, in which the changes which I made recently is not contained, but I have committed those files in CVS ...
0
votes
2answers
196 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
0answers
26 views

Eclipse - can I disable the commit facility?

I have a project work situation where all users an checkout projects from CVS and create patch files, but only team leaders can commit back. I note that Eclipse has a commit option - can I shackle it ...
0
votes
1answer
94 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
60 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
860 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
1k 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
37 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
48 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
61 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
33 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
250 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 ...

1 2
15 30 50 per page