SME Pages wellsi.com


Installation of WinCVS

26th December 2003 Ian Wells

Introduction

WinCVS is a comprehensive client for CVS, an alternative to TortoiseCVS which I currently use.

There is extensive documentation for WinCVS, of variable quality.

This HowTo details one way to reach a working set-up with WinCVS Version 1.3b13. It relies on having PuTTY working to access the CVS server over SSH.

Some comparison tools are useful when using CVS to see differences between files and directories.

PuTTY

This HowTo will rely on the use of PuTTY to access your CVS server over SSH, and a Public-Private Key pair for authentication.
I recommend downloading the PuTTY ZIP file which contains all the PuTTY tools and the manual.

The steps relating to PuTTY are described in separate HowTos.

Installation and configuration

Install WinCVS with the default options, and it is likely to inform you that it requires Python for the macros. It is possible to use WinCVS for basic use without Python, so it is not considered further here, although it was easy to install.

When starting WinCVS for the first time the Preferences window appears.

General Tab

This is where you enter the information about your CVS server.

Authentication: SSH the secure shell should be used.

Path: The full path to the CVS repository on the server.

Host-address: Pageant session name.
This HowTo requires the use of a Pageant saved session,
as I have found this to be the most reliable way.
The session name must be one word, not a phrase.


User name: The user must exist on the CVS server.

  img16 (12K)
SSH Options from General Tab

SSH client: The path to the plink executable.

Additional SSH options: Force SSH version 2 protocol to be used.


CVS Tab (not shown)

Home: Select a HOME directory to be used, eg c:\temp


WinCVS Tab (not shown)

Select the diff application to be used
  img15 (10K)

Once these settings have been entered it should now be possible to start using WinCVS. You may want to read the WinCvs -- Daily Use Guide