diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-10-19 13:55:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-10-19 13:55:28 +0000 |
commit | fbbd6f882eb3257b5c19169cb2eaec0d43b5370e (patch) | |
tree | 6a062d95f44d195f07896b54170274788ad323ed /devel/thunar-vcs-plugin/pkg-descr | |
parent | 2f241ed96bad59ae9d4e1d8e62bc28b61f28e97a (diff) |
The Thunar SVN Plugin adds Subversion actions to the context menu of thunar.
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.
WWW: http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin
PR: ports/128117
Submitted by: Sergey V. Dyatko <sergey.dyatko at gmail.com>
Notes
Notes:
svn path=/head/; revision=221773
Diffstat (limited to 'devel/thunar-vcs-plugin/pkg-descr')
-rw-r--r-- | devel/thunar-vcs-plugin/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/thunar-vcs-plugin/pkg-descr b/devel/thunar-vcs-plugin/pkg-descr new file mode 100644 index 000000000000..b0af1fa18401 --- /dev/null +++ b/devel/thunar-vcs-plugin/pkg-descr @@ -0,0 +1,9 @@ +The Thunar SVN Plugin adds Subversion actions to the context menu of thunar. + +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. + +WWW: http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin |