CVS Through Proxy
Tagged with: command, cvs, proxy, source-control
Monday, March 5th, 2007 06:37 PM
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]