Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
What's the role of the lock server. Does the cvs client access it directly? How does it know what port to connect to? The reason I'm asking is that I have to access my customer's CVS through an ssh tunnel. So I tell CVS to access port 3401 on localhost, and ssh forwards those requests to port 2401 on the remote CVS server behind the firewall. I'm wondering how to tell my CVS client to use port 3402 on localhost, which is forwarded to port 2402 (the lock server's port) on the CVS server. -Hartmut