xfce-mirror / thunar-vcs-plugin

Mirror repository, PRs are not watched, please use Xfce's GitLab

Home Page:https://gitlab.xfce.org/thunar-plugins/thunar-vcs-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Mirror repository, PRs are not watched, please use Xfce's GitLab

https://gitlab.xfce.org/thunar-plugins/thunar-vcs-plugin

License:GNU General Public License v2.0


Languages

Language:C 96.8%Language:Makefile 2.1%Language:M4 0.9%Language:Shell 0.2%