~~NOTOC~~ {{ :xfce:xfce.thunar.png?no link|}} ====== Thunar - thunar-vcs-plugin ====== * **[[#Required Packages|Required Packages]]** * **[[#Building and Installing|Building and Installing]]** * **[[#Latest Release|Latest Release]]** * **[[#Source Code Repository|Source Code Repository]]** * **[[#Reporting Bugs|Reporting Bugs]]** ---- ===== Introduction ===== The Thunar VCS Plugin adds Subversion and GIT actions to the context menu of thunar. This gives a SVN integration and GIT integration to Thunar. This project was formerly known as Thunar SVN Plugin. The current features are: * Most of the svn action: add, blame, checkout, cleanup, commit, copy, delete, export, import, lock, log, move, properties, relocate, resolved, revert, status, switch, unlock, update. * Subversion info in file properties dialog. * Basic git actions: add, blame, branch, clean, clone, log, move, reset, stash, status. ---- ===== Usage ===== In the Thunar file/folder view right click on a file ore folder and the context menu pops up showing the SVN and GIT sub menu. Choose the appropriate action. ---- ===== Screenshots ===== These screen shots are of the Thunar git Plugin.
{{thunar-git-plugin-menu.png?650|Git context sub menu show for a version controlled file}}
{{thunar-git-plugin-log.png?650|Git log window for a selected file}}
The notification dialog is shown during and after several Git actions. ---- These screen shots are of the Thunar SVN Plugin.
{{thunar-svn-plugin-menu.png?650|SVN context sub menu show for a version controlled file}}
The SVN context sub menu show for a version controlled file.
{{thunar-svn-plugin-update.png|SVN log window for a selected file}}
The notification dialog is shown during and after many SVN actions, like update. [[|Back To Top]] ---- ===== Dependencies ===== * Thunar * Thunarx 1.2.0 or higher * exo 0.6.0 or higher * libxfce4util 4.8.0 or higher * gtk 2.14.0 or higher * glib 2.18.0 or higher * gobject 2.18.0 or higher * libsvn 1.5 or higher (optional) * libapr 0.9.7 or higher (optional) * git application (optional) ---- ===== Building and Installing ===== For building the Thunar VCS Plugin depends on xfce4-dev-tools version 4.8.0 or higher. For Thunar to be able to find the Thunar VCS Plugin both have to be install with the same prefix. The configure script will automatically try find the prefix of Thunar. To ensure this run the following command to build from tarball: ./configure For source build from the git repository run the following: ./autogen.sh Afterwards one of these commands the source is ready to be build and installed. For install root access might be necessary. make && make install ---- ===== Latest Release ===== {{rss>hhttps://archive.xfce.org/feeds/project/thunar-vcs-plugin 1 date description 2h}} [[https://archive.xfce.org/src/thunar-plugins/thunar-vcs-plugin|Previous Releases]] ---- ===== Source Code Repository ===== [[https://gitlab.xfce.org/thunar-plugins/thunar-vcs-plugin|]] ---- ===== Reporting Bugs ===== * **[[:xfce:thunar:thunar-vcs-plugin:bugs|Reporting Bugs]]** -- Open bug reports and how to report new bugs [[|Back To Top]] ---- [[:xfce:thunar:4.16:|Back to Thunar documentation page]]