Questions tagged [cvsnt]

CVSNT is an open-source version control system.

CVSNT is a client–server version control system compatible with and originally based on CVS (Concurrent Versions System), which has become popular in the open-source world.

Users unhappy with the limitations of CVS (in 1998) began the development of CVSNT. The original limitations addressed were related to running CVS server on Windows and handling filenames for case-insensitive platforms.

To many people CVSNT is best known because it has been embedded in a 3rd party systems such as TortoiseCVS or WinCVS.

The status of the project is active, with further releases of CVSNT 2.5 planned, and continuing evolution of CVSNT/EVS 3.1. CVSNT/EVS will implement a complete SQL database repository to support further complex server and client features.

More information is available on Wikipedia's CVSNT article.

33 questions
10
votes
3 answers

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 run a regular CVS server. I've recently noticed…
David W.
  • 98,713
  • 36
  • 205
  • 318
4
votes
1 answer

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 181 source files to C:\Java\JDeveloper\library …
Tom Henricksen
  • 117
  • 2
  • 10
4
votes
1 answer

Fixing CVSNT 2.5.05

TortoiseCVS comes with bundled CVSNT binaries. The older version(s) came with CVSNT 2.5.03, which turned out to have a security vulnerability. The latest version (1.12.5) comes with CVSNT 2.5.05 that has several issues: It nags with pop-ups that…
Alex O
  • 696
  • 1
  • 6
  • 14
3
votes
2 answers

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 System (CVSNT) 2.0.62.1817 (client/server)]). The…
3
votes
5 answers

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 XP 64-bit (latest SP). However, during the second…
Nikki Locke
  • 126
  • 1
  • 3
3
votes
2 answers

cvs update - cannot open temp file for writing no such file or directory

Disclaimer: This isn't my repo, I'm trying to help a developer access theirs. When checking out code (windows server 2003, tortoiseCVS 1.12.5), CVS displays many errors: cvs udpate: cannot open temp file…
somedev
  • 1,077
  • 1
  • 9
  • 27
3
votes
2 answers

How to get content of last day committed files in CVS?

What I need is to check content of all last day CVS committed files for occurrence of certain expressions in code and report it with its committer. In order to do that, I have to get content of the files, but I am able to get only list of committed…
Kuba
  • 280
  • 1
  • 8
2
votes
1 answer

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: I learned…
abksrv
  • 1,247
  • 1
  • 14
  • 32
2
votes
1 answer

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 00:00:00" *Module* What is the scope of the logs that are…
Salman A. Kagzi
  • 3,483
  • 11
  • 42
  • 62
2
votes
3 answers

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 includes several commands that I use including ant and…
David W.
  • 98,713
  • 36
  • 205
  • 318
2
votes
1 answer

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 identifiers described in the CVSNT manual, but there…
skiphoppy
  • 83,104
  • 64
  • 169
  • 214
2
votes
1 answer

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 files found Are you absolutely certain you are…
thetna
  • 6,315
  • 23
  • 74
  • 109
2
votes
1 answer

Bug: perform a diff in Tortoise CVS after a file rename (using CVSNT)?

I used the experimental feature in Tortoise CVS to rename a file in my CVS repository. Checkouts and commits work fine for this file, however if I perform a diff in Tortoise I get an error: cvs server: cannot find module `MyModule/NewFileName.DPR'…
Duncan
  • 848
  • 1
  • 10
  • 27
1
vote
1 answer

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 myproject/myclass.h 1.5.2.1 I know that with cvs log…
Alessandro Jacopson
  • 16,221
  • 13
  • 91
  • 139
1
vote
1 answer

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 in advance. Selvi
user548279
  • 11
  • 2
1
2 3