如何在 Ubuntu 机器上安装 TortoiseSVN 存储库?

How to install TortoiseSVN repository in Ubuntu machine?

我的机器上有 windows 和 Ubuntu14 运行,我必须切换到 Windows 才能提交代码。可以在我的 Ubuntu 中安装 TortoiseSVN 吗?

Tortoise SVN 仅 Windows,您可以使用命令行客户端,请参阅 here for help, or if you want a GUI you could try RabbitVCS or SmartSVN


安装rabbitvcs:|将 rabbitvcs-nautilus3 更新为 rabbitvcs-nautilus 包

sudo add-apt-repository ppa:rabbitvcs/ppa
sudo apt-get update
sudo apt-get install rabbitvcs-nautilus3

然后注销并重新启动 nautilus(或 How to restart nautilus without logging out?)。

然后您应该在文件浏览器的右键单击上下文菜单中有 RabbitVCS 项目。

试试这个:

sudo add-apt-repository ppa:rabbitvcs/ppa
sudo apt-get update
sudo apt-get install rabbitvcs-nautilus