~ubuntu-branches/ubuntu/trusty/thunar-vcs-plugin/trusty

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2011-08-08 22:57:33 UTC
  • Revision ID: james.westby@ubuntu.com-20110808225733-mh2lhudn627hcmxu
Tags: upstream-0.1.4
ImportĀ upstreamĀ versionĀ 0.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
About Thunar VCS Plugin
 
2
=======================
 
3
 
 
4
The Thunar VCS Plugin adds Subversion actions to the context menu of thunar.
 
5
This gives a VCS integration to Thunar.
 
6
 
 
7
The current features are:
 
8
- Most of the svn action: add, blame, checkout, cleanup, commit, copy, delete,
 
9
  export, import, lock, log, move, properties, relocate, resolved, revert,
 
10
  status, switch, unlock, update.
 
11
- Subversion info in file properties dialog.
 
12
- Basic git support: add, blame, branch, clean, clone, log, move, reset,
 
13
  stash, status.
 
14
 
 
15
 
 
16
Usage
 
17
=====
 
18
 
 
19
In the thunar file/folder view right click on a file ore folder and the
 
20
context menu pops up showing the SVN and GIT submenu. Choose the appropriate
 
21
action.
 
22
 
 
23
 
 
24
Required packages
 
25
=================
 
26
 
 
27
The Thunar VCS Plugin depends on the following packages:
 
28
- Thunar
 
29
- Thunarx 1.2.0 or higher
 
30
- exo 0.6.0 or higher
 
31
- libxfce4util 4.8.0 or higher
 
32
- gtk 2.14.0 or higher
 
33
- glib 2.18.0 or higher
 
34
- gobject 2.18.0 or higher
 
35
 
 
36
For svn support it requires the following packages:
 
37
- libsvn 1.5 or higher
 
38
- libapr 0.9.7 or higher
 
39
 
 
40
For git support it requires the following packages:
 
41
- git
 
42
 
 
43
 
 
44
Installation
 
45
============
 
46
 
 
47
The file 'INSTALL' contains generic installation instructions. To build the
 
48
plugin xfce4-dev-tool version 4.7.2 or higher is required. For more
 
49
information, visit the thunar-vcs-plugin website at
 
50
http://goodies.xfce.org/projects/thunar-plugins/thunar-vcs-plugin
 
51
 
 
52
 
 
53
How to report bugs?
 
54
===================
 
55
 
 
56
Bugs should be reported to the Xfce bug tracking system
 
57
(http://bugzilla.xfce.org, product Thunar Plugins, component
 
58
thunar-vcs-plugin).  You will need to create an account for yourself.
 
59
 
 
60
# vi:set ts=2 sw=2 et ai nocindent textwidth=78: