Tagged Questions

2
votes
1answer
64 views

Using the nested element module in cvs task in ant build.xml

I have problems connecting to CVS using ant build.xml. I figured out the reason was whitespaces in package attribute of CVS task as: <cvs cvsRoot=":pserver:user@xx.xxx.xxx.xx:/CVSREPO_CCP_MIG" ...
2
votes
2answers
657 views

Jenkins/Hudson fails when trying to retrieve code from CVS

Trying to configure Jenkins CI. Currently just running it from the .war (eventual intention as a service). Jenkins is aware of the CVS executable (i.e. will read the version [Concurrent Versions ...
2
votes
1answer
921 views

CVS checkout on windows ANT Build: invalid CEN header (bad signature)

I have code in CVS and when I checkout the code and do an ANT build on my Windows box I receive the following errors. Buildfile: C:\Java\JDeveloper\library\build.xml compile: [javac] Compiling ...
1
vote
2answers
579 views

CVSNT install hangs forever in Windows XP 64-bit

I need to access some source code stored on SourceForge using CVS. I used (many computers ago) to use WinCVS, so I downloaded it from SourceForge and installed it on this machine, which runs Windows ...
1
vote
1answer
62 views

CVSNT: from a tag to a list of file names and revisions

I have a project with sources under the control of CVSNT. I need a list of source file names and revisions belonging to a certain tag. For example: the tag MYTAG is: myproject/main.cpp 1.5.2.3 ...
1
vote
1answer
77 views

cvs login issue - how to restrict a user from cvs login

Is there any way to restrict particular users from cvs login or allow only particular users to login. We are using pserver connection for the cvs login and the authentication is done via LDAP. Thanks ...
1
vote
1answer
337 views

How do I obtain and use a CVSNT commit ID?

I saw a reference on another question to a unique commit id auto-generated by CVSNT that marks each commit. I think most people in my department are using CVSNT or frontends to it. I found commit ...
1
vote
5answers
549 views

Can't add a file to CVSNT

I'm getting a strange error while trying to add a file to CVS. The problem started because the case was wrong, and causing issues (i.e. MyFile.js was in CVS as myfile.js) I tried deleting the ...
1
vote
2answers
182 views

cvs checkin: Identifying the names of the files checked in

The cvsnt manual provides a detailed list of parameters than can be passed to the postcommand module, but none of them specify the file name. Is anybody aware of an option not listed here that would ...
0
votes
0answers
10 views

Two Different CVS servers (remote and local) for one project (CVSNT, WinCVS client)

There is a project that uses CVSNT/WinCVS for Version Control. This is the central repository. Locally checked out folders contain hidden sub-folder called "CVS". I tried to install CVSNT server ...
0
votes
0answers
6 views

Uninstalling CVSNT and installing it again

I was using CVSNT (2.5.03.2382) and I installed TortoiseCVS (TortoiseCVS-1.12.5.exe). CVSNT is now stopped working. Clients could not connect to CVSNT. I uninstalled TortoiseCVS but CVSNT is still not ...
0
votes
0answers
79 views

SSPI CVS support in Eclipse Galileo on Ubuntu Natty

I have CVS and CVSNT installed. Setting CVSROOT environment variable to CVSROOT=":sspi:my.domain\my.name@CVSHOST:/PATH" enables me to login from the terminal with cvs login From eclipse, I used ...
0
votes
1answer
41 views

Scope of logs listed by CVS using rlog command

I haven't been able to find an answer for this. If I run following command from command line cvs -d :pserver:*User*:*Pass*@*HostName*:/cvsroot rlog -N -d "2008-08-01 00:00:00 < 2011-05-01 ...
0
votes
1answer
570 views

Issue with Hudson/Jenkins pulling from a CVS repo

I am trying to use Hudson to do CI on a CVS repository but I receive the following error when I try to run the build: Started by user admin [Pilot1] $ "C:\Program Files (x86)\CVS ...
0
votes
1answer
56 views

CVS server- source files are not getting displayed in a project imported from CVS server in eclipse

I am facing very typical problem here. Scenario: I have two projects in eclipse named A and B. I created both these projects in eclipse by importing files from CVS repository. Project A works fine ...
0
votes
1answer
521 views

When running a build from Hudson, I'm getting: “Empty password used - try 'cvs login' with a real password”

Everything was working great with the build. Then this started popping up after the admins did some maintenace. [workspace] $ "C:\Program Files\CVSNT\cvs.exe" -q -z3 update -PdC -D "Monday, August ...
0
votes
1answer
153 views

Netbeans 6.1 Incorrect CVS Status on a file that does not exist

I have been trying to figure this out for a few hours off and on now and can't figure it out. I committed a lot of binary (jar files) to cvs and they worked fine, but one of the 6 directories, ...