Skip to content

xfce-mirror/thunar-vcs-plugin

Repository files navigation

License

thunar-vcs-plugin

The Thunar VCS Plugin adds Subversion and GIT actions to the context menu of thunar. This gives an SVN 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.

Homepage

Thunar-vcs-plugin documentation

Changelog

See NEWS for details on changes and fixes made in the current release.

Source Code Repository

thunar-vcs-plugin source code

Download a Release Tarball

Thunar-vcs-plugin vcs or Thunar-vcs-plugin tags

Installation

From source code repository:

% cd thunar-vcs-plugin
% ./autogen.sh
% make
% make install

From release tarball:

% tar xf thunar-vcs-plugin-<version>.tar.bz2
% cd thunar-vcs-plugin-<version>
% ./configure
% make
% make install

Reporting Bugs

Visit the reporting bugs page to view currently open bug reports and instructions on reporting new bugs or submitting bugfixes.