The CVS tests require a repository to test with. Modify the repository.properties file in plug-in org.eclipse.team.tests.cvs.core 
  to contain the information required to connect to your repository.
  Important fields in the repository properties file are:
    
       - repository - the location string that identifies your test repository.
       This string should be of the format ":method:user:password@host:/repo/path"
       
- initrepo - true if you want to initialize the repository before beginning.
       It is not essential to initialize the repository, as the tests will create unique test
       project names.
       
- rsh - the rsh (or ssh) client used to initialize the repository
 	   
 Note: Your repository must allow rsh connections from your userid and machine in order for
	   the tests to run when initrepo is set to true. If ssh is used, it must be configured to connect
	   when provided with  the parameters "host -l username" (i.e. setup to use keys).
There is a sample repository.properties file provided in org.eclipse.team.tests.cvs.core.
	The additional properties are for more in-depth tests.
	Note: If you want to keep a repositories.properties file in a separate directory,
	this directory can be provided to the test script run below as the "team-home" parameter.