subversion中passwd下的用户是否具有某些权限?
我可以使用Mac上的Cornerstone从我的subversion存储库下载所有文件.
但是,如果我对文件进行更改并尝试将文件提交回存储库...
Cornerstone给了我这个:
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
Run Code Online (Sandbox Code Playgroud)
它没有提示我输入用户名和密码......
任何人??