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
0
votes
0 answers

sspi protocol setup for RAD 7.1

How to setup sspi protocol for RAD 7 1 to access CVS Repository code. Any Idea to resolve this issue? I tried to connect using cvsNt cilent. added entry in extnt.ini and tried to connect them form cmd line and it conencted from command line. But not…
Jothi
  • 14,720
  • 22
  • 68
  • 93
0
votes
1 answer

Can tortoise cvs individually work without cvsnt?

I want to create a local repository using tortoise tortoise cvs without making a server... Is it possible??
Adil
  • 1
  • 1
0
votes
1 answer

In CVS, how can I find all the revisions of a file on a certain branch

My source code is versioned with CVS (in particular CVSNT). Given the full path of a file and the name of a branch, how can I get all the revisions (just the numbers like 1.341.2.1) of the file on the branch?
Alessandro Jacopson
  • 18,047
  • 15
  • 98
  • 153
1 2
3