[3rd-Party Apps] rabbitvcs查看差异报错(有无其他svn工具推荐)
Tofloor
poster avatar
n2020
deepin
2021-06-27 19:06
Author

deepin20.2版   右键 -> rabbitvcs_svn -> 日志 -> 查看相对于前一个版本的差异,报以下错误

Note: 在deepin15.11版中可以正常查看差异

安装方式: sudo apt-get install rabbitvcs-core rabbitvcs-nautilus rabbitvcs-cli rabbitvcs-gedit

 

版本:

deepin15.11 (rabbitvcs-0.16.0, subversion-1.9.5,pysvn-1.9.4.0,configobj-5.0.6)

deepin20.2(rabbitvcs-0.16.0, subversion-1.10.4,pysvn-1.9.9.0,configobj-5.0.6)

 

错误(论坛今天上传不了图片), 见附件rabbitvcs_err.zip:

Unhandled exception in thread started by >
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/ui/diff.py", line 69, in launch
    self.launch_unified_diff()
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/ui/diff.py", line 159, in launch_unified_diff
    rabbitvcs.util.helper.open_item(fh[1])
  File "/usr/lib/python2.7/dist-packages/rabbitvcs/util/helper.py", line 490, in open_item
    subprocess.Popen(["gnome-open", os.path.abspath(path)])
  File "/usr/lib/python2.7/subprocess.py", line 394, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1047, in _execute_child
    raise child_exception
OSError: [Errno 2] 没有那个文件或目录

 

我有2台20.2的电脑,都出现此情况

搜了论坛,都没看到有这种情况,难道就我栽了吗

还是都不用rabbitvcs

Reply Favorite View the author
All Replies
130******09
deepin
2021-06-28 02:37
#1

kdesvn 

应用商店安装可能会报依赖问题,用命令安装。sudo apt install kdesvn

Reply View the author
n2020
deepin
2021-06-28 06:54
#2
130******09

kdesvn 

应用商店安装可能会报依赖问题,用命令安装。sudo apt install kdesvn

这工具可以,赞

Reply View the author