我最近将我的 VisualSVN Server 2.5.2 移动到同一网络中的新机器(从 Windows Server 2003 到 Windows Server 2008 R2),将/Repositories
目录从一台机器移动到另一台机器(复制/粘贴)。
我在我的 JDeveloper 安装 11.1.1.4 中使用 Subversion 来跟踪我的编码。结帐功能工作正常。当我尝试通过 JDeveloper 提交某些内容时,我收到以下错误:
svn:Commit failled (details follow):
svn: Can't open file 'C:\Repositories\xxxxxxx\db\txn-current-lock': Access is denied.
svn: MKACTIVITY of '/svn/xxxxxxx/!svn/act/xxxxxx-xxxx-xxxx-xxxxxx': 500 Internal Server Error(https://nameOfMyServer)
提交是使用以下方法完成的:
commit -m "" C:/JDeveloper/mywork/newRepo/xxxxx/xxxx/xxxx/Filename.java
当我尝试通过文件系统使用 TortoiseSVN(1.7.7 64 位)提交时,出现以下错误:
Commit
Commit failed (details follow):
The POST request returned invalid XML in the response: XML parse error at line
3: not well-formed (invalid token) (/svn/xxxxxxxxxxx/!svn/me)
使用 TortoiseSVN 也可以正常结帐。
请注意,我已经仔细检查了我的存储库中的所有权限,并且我登录的用户具有所有读/写权限。