subversion中passwd下的用户是否有权限?
我可以在mac上使用Cornerstone从我的subversion存储库下载所有文件。
但是,如果我对文件进行了更改并尝试将该文件提交回存储库...
基石给了我这个:
Description : You are not authorized to access the files in the repository.
Suggestion : You might be required to provide a user name and password when prompted before being allowed to access the repository.
Technical Information
=====================
Error : V4AuthorizationError
Exception : ZSVNAuthorizationException
Causal Information
==================
Description : Commit failed (details follow):
Status : 170001
File : subversion/libsvn_client/commit.c, 867
Description : Authorization failed
Status : 170001
File : subversion/svnserve/serve.c, 167它不会提示我输入用户名和密码...
任何人??
发布于 2013-06-24 22:06:40
我遇到了同样的问题,并找到了解决方法。您必须告诉密钥链文件,Cornerstone应用程序可以使用密钥链文件(手动执行此操作)。
首先,进入Utilities--> Keychain Access。
其次,找到基石密钥链文件。应该是一个登录密钥链,并且名称应该以“Cornerstone”开头。
第三,右键单击keychain文件,然后单击"Get info“。
第四,在弹出的窗口中,选择Access Control Tab。
第五,点击显示“允许所有应用程序访问此项目”的单选按钮。
输入您的密码,保存更改。
第六,返回到cornerstone并重新输入存储库的用户名和密码。保存更改。
第七,提交你想要提交的更改。
第八,在Lawsonry.com给我留点爱吧。=)
发布于 2012-03-21 19:54:11
删除你钥匙链上基石保存的密码即可。应该能行得通。
发布于 2012-02-10 21:57:07
我在Cornerstone 2.02上也遇到过类似的问题(我想)。密钥链选项有一个错误。要解决此问题,您必须在添加/编辑存储库选项中取消标记存储库并在我的密钥链中保存名称和密码复选框。虽然你每次都必须输入密码,但这是让它工作的代价。
https://stackoverflow.com/questions/8045535
复制相似问题