简体   繁体   English

无法访问CVS公共存储库匿名访问

[英]Unable to access cvs public repository anonymous access

I am trying to migrate cvs to git repository. 我正在尝试将cvs迁移到git存储库。 I tried to test how it works. 我试图测试它是如何工作的。 So I tried to access cvs public repository using the doc 所以我试图使用doc访问cvs公共存储库

There is support to access cvs repositories with an anonymous account with an empty password, but I am unable to access it. 支持使用带有空密码的匿名帐户访问cvs存储库,但是我无法访问它。

cvs -d :pserver:anonymous@cvs.infodrom.org:/var/cvs/$repository login

Logging in to :pserver:anonymous@cvs.infodrom.org:2401/var/cvs/config

CVS password: 

cvs [login aborted]: unrecognized auth response from cvs.infodrom.org: /usr/bin/cvs: unrecognized option '--allow_root=/var/cvs/debian'

How can I access cvs repository with an anonymous user? 如何使用匿名用户访问CVS存储库?

Two points: 两点:

  1. Try using infodrom rather than config as a $repository value as that's what's documented here: http://www.infodrom.org/projects/cfingerd/cvs.php and in similar projects ie 尝试使用infodrom而不是config作为$repository值,因为这是这里记录的内容: http : //www.infodrom.org/projects/cfingerd/cvs.php和类似项目,例如

    cvs -d :pserver:anonymous@cvs.infodrom.org:/var/cvs/infodrom login cvs -d:pserver:anonymous@cvs.infodrom.org:/ var / cvs / infodrom登录

  2. You normally need the whole server-side repo to do a proper cvs2git, not just a client-side checkout. 通常,您需要整个服务器端存储库来执行适当的cvs2git,而不仅仅是客户端检出。 Which you cannot get from a repo on the web, you can only get if you are the sysadmin on your own cvs repo. 您不能从Web上的仓库中获得哪些信息,只有当您是自己的CVS仓库中的系统管理员时才能获得。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM