Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
1answer
56 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
601 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
868 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
496 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
2answers
154 views

Batch scripts no longer work?

I am working on the command line in the console window using Ant, Java, and CVSNT. (Unix geek forced to live in a Windows world) When I run a cvsnt command, batch scripts no longer work. This ...
1
vote
1answer
492 views

What is going on with CVSNT?

At our site, we currently use CVSNT running on Solaris as our source repository server. We use the ACL feature in CVSNT and depend upon TortoiseCVS being able to run the cvs ls command, so we can't ...
1
vote
1answer
58 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
75 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
313 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
1answer
150 views

I am getting following error while converting the CVS repository to SVN repository using cvs2svn

I am getting this error while while giving this command: cvs2svn --trunkonly --svnrepo /path/to/new/svn /path/to/existed/cvs/repo The error i am getting is Error summary: ERROR: No RCS ...
1
vote
5answers
529 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
181 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
71 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
39 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
0answers
247 views

CVSNT on windows 2008 server

I have installed CVSNT Client latest version 1.12.5, however after installation i dont see the commands on the right click on a file. Not sure if this is a problem with Windows versions too. Am i ...
0
votes
1answer
538 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
0answers
36 views

CVS User based Check-out

Is there a way to checkout specific user committed files for a single module. I want to checkout the files committed by a single user for a specific module.
0
votes
1answer
55 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
516 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
147 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, ...