Hi,
- OpenDeploy 6.2.0.0.0 Build 68916
- Solaris 9
I am trying to setup the CVS Payload Adapter but when it builds the CVSROOT it adds an extra semi-colon within the string and then fails to connect to our CVS repository.
In my CVS checkout config file i have the following cvsRepository tag:
[HTML][/HTML]
When i run my deployment it fails returning the following error:
ERROR message: ***ERROR - cvs checkout: CVSROOT may only specify a positive, non-zero, integer port (not `2402:').
cvs checkout: Perhaps you entered a relative pathname?
cvs [checkout aborted]: Bad CVSROOT: `
server:myusername@111.111.111.111:2402:/ts67'.
Details: message: ***ERROR - cvs checkout: CVSROOT may only specify a positive, non-zero, integer port (not `2402:').
cvs checkout: Perhaps you entered a relative pathname?
cvs [checkout aborted]: Bad CVSROOT: `
server:myusername@111.111.111.111:2402:/ts67'.
The CVSROOT is correct without the extra semi-colon after the port number. It works fine and i can connect to CVS directly from the command line on the server where OD is running.
Any ideas on why the payload adapter adds that semi-colon after the port number and how to get it removed?
Thanks,
Patrick