[Goodies-commits] r3826 - in thunar-svn-plugin/trunk: . icons thunar-svn-plugin tsp-svn-helper

Peter de Ridder peter at xfce.org
Sat Jan 19 21:54:23 CET 2008


Author: peter
Date: 2008-01-19 20:54:23 +0000 (Sat, 19 Jan 2008)
New Revision: 3826

Modified:
   thunar-svn-plugin/trunk/ChangeLog
   thunar-svn-plugin/trunk/Makefile.am
   thunar-svn-plugin/trunk/NEWS
   thunar-svn-plugin/trunk/README
   thunar-svn-plugin/trunk/icons/Makefile.am
   thunar-svn-plugin/trunk/thunar-svn-plugin/Makefile.am
   thunar-svn-plugin/trunk/tsp-svn-helper/Makefile.am
Log:
Filled the NEWS, README, ChangeLog files for the release

Modified: thunar-svn-plugin/trunk/ChangeLog
===================================================================
--- thunar-svn-plugin/trunk/ChangeLog	2008-01-19 17:19:28 UTC (rev 3825)
+++ thunar-svn-plugin/trunk/ChangeLog	2008-01-19 20:54:23 UTC (rev 3826)
@@ -0,0 +1,6 @@
+2008-01-19	Peter de Ridder <peter at xfce.org>
+
+	* === Released 0.0.1 ===
+	* Initial release
+
+# vi:set ts=8 sw=8 noet ai nocindent:

Modified: thunar-svn-plugin/trunk/Makefile.am
===================================================================
--- thunar-svn-plugin/trunk/Makefile.am	2008-01-19 17:19:28 UTC (rev 3825)
+++ thunar-svn-plugin/trunk/Makefile.am	2008-01-19 20:54:23 UTC (rev 3826)
@@ -12,4 +12,4 @@
 	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
 	@rm -f $(PACKAGE)-$(VERSION).tar.gz
 
-# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
+# vi:set ts=8 sw=8 noet ai nocindent:

Modified: thunar-svn-plugin/trunk/NEWS
===================================================================
--- thunar-svn-plugin/trunk/NEWS	2008-01-19 17:19:28 UTC (rev 3825)
+++ thunar-svn-plugin/trunk/NEWS	2008-01-19 20:54:23 UTC (rev 3826)
@@ -0,0 +1,8 @@
+0.0.1
+=====
+- Initial release of the Thunar SVN Plugin. This version of the Subversion
+  Plugin has suport for various Subversion action: add, checkout, cleanup,
+  commit, copy, delete, export, import, lock, log, move, properties, resolved,
+  revert, status, unlock, update.
+
+# vi:set ts=2 sw=2 et ai nocindent textwidth=80:

Modified: thunar-svn-plugin/trunk/README
===================================================================
--- thunar-svn-plugin/trunk/README	2008-01-19 17:19:28 UTC (rev 3825)
+++ thunar-svn-plugin/trunk/README	2008-01-19 20:54:23 UTC (rev 3826)
@@ -0,0 +1,49 @@
+About Thunar SVN Plugin
+=======================
+
+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, checkout, cleanup, commit, copy, delete, export,
+  import, lock, log, move, properties, resolved, revert, status, 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 submenu. Choose the appropriate action.
+
+
+Required packages
+=================
+
+The Thunar SVN Plugin depends on the following packages:
+- Thunar
+- Thunar-VFS 0.4.0 or higher
+- Thunarx 0.4.0 or higher
+- libsvn 1.4 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
+
+
+Installation
+============
+
+The file 'INSTALL' contains generic installation instructions. For more detailed
+information, visit the thunar-svn-plugin website at
+http://goodies.xfce.org/projects/thunar-plugins/thunar-svn-plugin
+
+
+How to report bugs?
+===================
+
+Bugs should be reported to the Xfce bug tracking system
+(http://bugzilla.xfce.org, product Thunar Plugins, component thunar-svn-plugin).
+You will need to create an account for yourself.
+
+# vi:set ts=2 sw=2 et ai nocindent textwidth=80:

Modified: thunar-svn-plugin/trunk/icons/Makefile.am
===================================================================
--- thunar-svn-plugin/trunk/icons/Makefile.am	2008-01-19 17:19:28 UTC (rev 3825)
+++ thunar-svn-plugin/trunk/icons/Makefile.am	2008-01-19 20:54:23 UTC (rev 3826)
@@ -17,4 +17,4 @@
 		echo "***";						\
         fi
 
-# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
+# vi:set ts=8 sw=8 noet ai nocindent:

Modified: thunar-svn-plugin/trunk/thunar-svn-plugin/Makefile.am
===================================================================
--- thunar-svn-plugin/trunk/thunar-svn-plugin/Makefile.am	2008-01-19 17:19:28 UTC (rev 3825)
+++ thunar-svn-plugin/trunk/thunar-svn-plugin/Makefile.am	2008-01-19 20:54:23 UTC (rev 3826)
@@ -39,4 +39,4 @@
 	$(THUNAR_VFS_LDFLAGS)						\
 	$(APR_LDFLAGS)
 
-# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
+# vi:set ts=8 sw=8 noet ai nocindent:

Modified: thunar-svn-plugin/trunk/tsp-svn-helper/Makefile.am
===================================================================
--- thunar-svn-plugin/trunk/tsp-svn-helper/Makefile.am	2008-01-19 17:19:28 UTC (rev 3825)
+++ thunar-svn-plugin/trunk/tsp-svn-helper/Makefile.am	2008-01-19 20:54:23 UTC (rev 3826)
@@ -102,4 +102,4 @@
 	$(GOBJECT_LIBS)							\
 	$(APR_LIBS)
 
-# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
+# vi:set ts=8 sw=8 noet ai nocindent:




More information about the Goodies-commits mailing list