no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | projects:thunar-plugins:thunar-svn-plugin [2009/06/28 15:01] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== thunar-svn-plugin ====== | ||
| + | This project is renamed to [[projects: | ||
| + | |||
| + | ===== About ===== | ||
| + | The Thunar SVN Plugin adds Subversion actions to the context menu of thunar. | ||
| + | This gives a SVN intergration to 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. | ||
| + | |||
| + | ===== Usage ===== | ||
| + | In the thunar file/folder view right click on a file ore folder and the context menu pops up showing the SVN sub menu. | ||
| + | Choose the appropriate action. | ||
| + | |||
| + | ===== Screenshots ===== | ||
| + | {{: | ||
| + | |||
| + | The SVN context sub menu show for a version controlled file. | ||
| + | |||
| + | {{: | ||
| + | |||
| + | The notification dialog is shown during and after many SVN actions, like update. | ||
| + | |||
| + | ===== Releases ===== | ||
| + | |||
| + | ==== Version 0.0.3 ==== | ||
| + | [[http:// | ||
| + | [[http:// | ||
| + | [[http:// | ||
| + | |||
| + | ==== Version 0.0.2 ==== | ||
| + | [[http:// | ||
| + | [[http:// | ||
| + | |||
| + | ==== Version 0.0.1 ==== | ||
| + | [[http:// | ||
| + | [[http:// | ||
| + | |||
| + | ==== Subversion / trunk ==== | ||
| + | [[http:// | ||
| + | svn co http:// | ||
| + | |||
| + | ===== Dependencies ===== | ||
| + | * Thunar | ||
| + | * Thunar-VFS 0.4.0 or higher | ||
| + | * Thunarx 0.4.0 or higher | ||
| + | * libsvn 1.5 or higher | ||
| + | * libapr 0.9.7 or higher | ||
| + | * gtk 2.6.0 or higher | ||
| + | * glib 2.6.0 or higher | ||
| + | * gobject 2.6.0 or higher | ||
| + | |||
| + | |||
| + | ===== Building and Installing ===== | ||
| + | For Thunar to be able to find the Thunar SVN Plugin both have to be install with the same prefix. | ||
| + | To ensure this run the following command to build from tarball: | ||
| + | ./configure --prefix=$(pkg-config --variable prefix thunarx-1) | ||
| + | For source build from the goodies repository run the following: | ||
| + | ./ | ||
| + | Afterwards one of these commands the source is ready to be build and installed. | ||
| + | For install root access might be necessary. | ||
| + | make && make install | ||
| + | |||
| + | ===== Reporting Bugs ===== | ||
| + | Bugs should be reported to the [[http:// | ||