TortoiseSVN:错误 运行 上下文:服务器在尝试创建 branch/tag 时意外关闭了连接

TortoiseSVN : Error running context: The server unexpectedly closed the connection when trying to create a branch/tag

我正在尝试从 TortoiseSVN 创建一个 branch/tag。单击“确定”后,它传输 0 Bytes/second,大约需要 15 分钟,然后返回错误

"Copy C:\MyRepository to https://example.com/svn/svn_repository/tags/release_1.0, Revision HEAD"
"Error running context: The server unexpectedly closed the connection"
"Completed"

SVN 版本:1.8.8,TortoiseSVN 版本:1.9.4,SVN 使用 apache 设置

除了使用 branch/tag 选项创建版本之外,我能够 SVN 提交和更新以及在存储库中执行其他所有操作。

apache 错误日志:

[Fri Jun 09 06:58:37.301131 2017] [access_compat:error] [pid 29848] [client my_ip:61199] AH01797: client denied by server configuration: svn:path_to_my_repository_in_server

[Fri Jun 09 06:59:08.220708 2017] [access_compat:error] [pid 3480] [client my_ip:61375] AH01797: client denied by server configuration: svn:path_to_my_repository_in_server/tags/release_1.0

谁能帮忙。

@Supersonic 看起来您没有在 SVN 上创建 branch/tag 的权限,您只有 read/write 访问 branch/trunk 的权限。请与您的 SVN 管理员联系,询问检查 SVN apache 配置。

问题已解决。问题不在于存储库配置,而是我为存储库创建 branch/tag 的方式。我试图创建 branch/tag 的文件夹中有一个 .svn 文件夹,但它拒绝连接。但是,一旦我进入该文件夹并将我的 .svn 文件放在外面,它就能够创建 branch/tag.