linux svn co 重新迁出

在linux环境下,使用svn co (即svn checkout) 报svn: Authorization failed错误,

使用svn co svn://localhost/temp.cc /data/temp.cc 时还是报:svn: Authorization failed

请更换帐号再次迁出

svn co svn://localhost/g.cc /data/wwwroot/g.cc/ --username svnAccount

当系统提示您时输入您的用户密码。此密码应与您在本站点中的用户帐号的密码相同。不指定目录将签出整个项目源代码。您可能希望签出“trunk/”目录,因为此目录具有工作“www/”文件夹。

--revision (-r) REV, --quiet (-q), --non-recursive (-N), --username USER, --password PASS, --no-auth-cache, --non-interactive, --config-dir DIR

原文地址:https://www.cnblogs.com/300js/p/8108787.html