LoginSignup
1
0

More than 3 years have passed since last update.

Ubuntu 16.04でSubversionのGUIベースクライアントを使う

Last updated at Posted at 2020-10-05

Ubuntu 16.04でTortoiseSVNのような、SubversionのGUIクライアントが使いたい場合、下記のコマンドでインストールできます。
上から順番にコマンドを実行していってください。

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

上記3つのコマンドを打ったら再起動しましょう。

右クリックのコンテキストメニューに「RabbitVCS SVN」というSVNの機能が追加されます。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0