You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by da...@apache.org on 2015/10/02 02:34:14 UTC

svn commit: r1706338 - /subversion/branches/patch-exec/BRANCH-README

Author: danielsh
Date: Fri Oct  2 00:34:14 2015
New Revision: 1706338

URL: http://svn.apache.org/viewvc?rev=1706338&view=rev
Log:
On the patch-exec branch, update BRANCH-README for r1706240 on trunk.

Modified:
    subversion/branches/patch-exec/BRANCH-README

Modified: subversion/branches/patch-exec/BRANCH-README
URL: http://svn.apache.org/viewvc/subversion/branches/patch-exec/BRANCH-README?rev=1706338&r1=1706337&r2=1706338&view=diff
==============================================================================
--- subversion/branches/patch-exec/BRANCH-README (original)
+++ subversion/branches/patch-exec/BRANCH-README Fri Oct  2 00:34:14 2015
@@ -20,9 +20,9 @@ Steps:
   - Use-case?  Who are the current consumers of 'svn diff --git'?
 
 - [TODO] Support symlinks as well (mode 120000)
-         - add the 'svn:special' property0
+         - add the 'svn:special' property
          - map the link target representation svn to/from git
-  - [TODO] teach parse-diff.c to parse mode 120000
+  - [DONE] teach parse-diff.c to parse mode 120000
   - [TODO] forbid mode=120000 and svn:special on one file
            (don't know how to parse file contents)
   - [TODO] munge hunks: repository normal form ↔ just the symlink target