【发布时间】:2012-01-01 23:12:46
【问题描述】:
我正在使用 SVN 进行一个小项目。
我检查了项目:
svn co http://mylocalserver/projectx/ .
我进行了更改(更新并添加了文件):
svn add file1.php, file2.php
但是,每次我想使用这个命令提交我的更改时:
svn commit -m "added file1.php and file2.php and updated the bug #4123" file1.php file2.php gah.php
我得到:Access is denied
可能是什么问题?
【问题讨论】:
-
mylocalserver 是指你的电脑?还是您服务器中的 svn 服务器?还是 www svn 服务器?
-
这是一个本地网络服务器(不是我的电脑)