我试图在SVN (RapidSVN)上提交修改过的文件。我得到了以下错误:
Error while performing action: Commit failed (details follow):
Can't open file '/var/www/svn/repos/db/txn-current-lock': Permission denied有人能帮忙解决这个问题吗?如有任何建议,敬请见谅。
发布于 2013-12-31 12:42:28
我想你的机器上没有这个文件/var/www/svn/repos/db/txn-current-lock。你有没有检查过它是否exists on your system or not。如何对不属于系统的文件授予权限。
这可能是server admin should take care of.He应该给予files.Ask适当许可的问题。
检查这个http://www.jamison.org/2011/09/13/fixing-the-svn-txn-current-lock-permission-denied-error-in-subversion/
发布于 2013-12-31 11:00:30
您需要将命令(S)作为根运行。
苏秀
3.然后运行您想要的命令。
您执行的以下命令将作为root运行,希望您能够获得访问'/var/www/svn/repos/db/txn-current-lock‘文件的权限。
https://askubuntu.com/questions/398065
复制相似问题