You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by gb...@apache.org on 2013/07/06 16:11:13 UTC

svn commit: r1500271 - /subversion/branches/invoke-diff-cmd-feature/BRANCH_README

Author: gbg
Date: Sat Jul  6 14:11:13 2013
New Revision: 1500271

URL: http://svn.apache.org/r1500271
Log:
On the invoke-diff-cmd branch:

* BRANCH-README: Add.

Added:
    subversion/branches/invoke-diff-cmd-feature/BRANCH_README

Added: subversion/branches/invoke-diff-cmd-feature/BRANCH_README
URL: http://svn.apache.org/viewvc/subversion/branches/invoke-diff-cmd-feature/BRANCH_README?rev=1500271&view=auto
==============================================================================
--- subversion/branches/invoke-diff-cmd-feature/BRANCH_README (added)
+++ subversion/branches/invoke-diff-cmd-feature/BRANCH_README Sat Jul  6 14:11:13 2013
@@ -0,0 +1,22 @@
+This branch implements the 'invoke-diff-cmd' feature.
+
+--invoke-diff-cmd calls an external diff command with a user-defined
+  arbitrary command.
+
+--invoke-diff-cmd is currently is implemented for 'diff', 'log' and
+  the config file.
+
+Also see: http://subversion.tigris.org/issues/show_bug.cgi?id=2044
+
+TODO:
+
+  * add --invoke-diff-cmd to svnlook diff option 
+
+  * figure out if/how to solve file-type issue
+    http://subversion.tigris.org/issues/show_bug.cgi?id=2447
+
+  * add invoke-diff-3-cmd as per:  issue 2447
+
+  * consider adding to svn up, see issue:
+    http://subversion.tigris.org/issues/show_bug.cgi?id=3836
+