0
点赞
收藏
分享

微信扫一扫

Privoxy代码下载


官网官网如何下载Privoxy的说明如下:

​​https://sourceforge.net/p/ijbswa/code/?source=navbar​​

Anonymous CVS Access
This project's SourceForge.net CVS repository can be checked out through anonymous (pserver) CVS with the following instruction set. The module you wish to check out must be specified as the modulename. When prompted for a password for anonymous, simply press the Enter key. To determine the names of the modules created by this project, you may examine their CVS repository via the provided web-based CVS repository viewer.
cvs -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa login 
cvs -z3 -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa co -P modulename
Information about accessing this CVS repository may be found in our document titled, CVS (Version Control for Source Code) .
Updates from within the module's directory do not need the -d parameter.

----------------------------------------------------------------------------------------------------------------------------------------

我的步骤如下:

1、到​​http://www.tortoisecvs.org/download.shtml​​  下载 TortoiseCVS-1.12.5.exe

     安装TortoiseCVS-1.12.5.exe后,重启系统。


2、打开cmd,输入以下命令登陆Privoxy代码服务器:
     cvs -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa login

   然后按回车键,提示输入密码,不用理它,直接按回车即可,截图如下:

Privoxy代码下载_CVS


3.  输入以下命令下载Privoxy代码:

    cvs -z3 -d:pserver:anonymous@ijbswa.cvs.sourceforge.net:/cvsroot/ijbswa co -P current

Privoxy代码下载_Privoxy_02


Privoxy代码下载_Privoxy_03










举报

相关推荐

0 条评论