CVS Through Proxy

Command to import a CVS project’s code through a proxy

Checkout code from remote  server(No Proxy)
cvs -z3 -d:ext:binnyva@nexty.cvs.sourceforge.net:/cvsroot/nexty co -d Nexty nexty

CVS through a Proxy
cvs -z3 "-d:pserver;proxy=192.168.0.15;proxyport=80:binnyva@nexty.cvs.sourceforge.net:/cvsroot/nexty" co -d Nexty nexty

I don’t know how to commit the changes. If someone knows, please leave a comment, mm-kay?
[tags]cvs,command,source control,proxy[/tags]

Author: Binny V A
A philosopher programmer who specializes in backend development and stoicism.

1 thought on “CVS Through Proxy

Leave a Reply

Your email address will not be published. Required fields are marked *