Search Results

0
votes
2answers
418 views

Changing File Type Once Added to CVSNT

Hi, I am using WinCVS as client and CVSNT as my source control server. Some of the files I wanted to add to my CVS repo, were added as Unicode files. Now, I want to recommit the same as ANS …
0
votes
2answers
287 views

CVS: Checkout only the directory structure

How can I checkout only the directory structure of a project (without any files) in a CVS repository? This could be useful, e.g., to know the structure itself, and selectively checkout the folders …