$ svn commit -m "Resolved property conflict in file.txt"
复制代码
权限相关错误及解决
权限问题是SVN提交中常见的另一类错误,通常与用户访问权限或文件系统权限有关。
错误示例:
svn: E170001: Commit failed (details follow):
svn: E170001: Authorization failed
svn: E170001: Unable to connect to a repository at URL 'https://svn.example.com/project'
svn: E170001: OPTIONS of 'https://svn.example.com/project': authorization failed: Could not authenticate to server: rejected Basic challenge (https://svn.example.com)
svn: E175002: Unable to connect to a repository at URL 'https://old-svn.example.com/project'
svn: E175002: The repository at 'https://old-svn.example.com/project' has been permanently relocated to 'https://new-svn.example.com/project' (Please relocate)