Author: brane
Date: Mon Feb 16 07:52:48 2015
New Revision: 1660036

URL: http://svn.apache.org/r1660036
Log:
On the svn-info-detail branch: Add branch info.

* BRANCH-README: New.

Added:
    subversion/branches/svn-info-detail/BRANCH-README   (with props)

Added: subversion/branches/svn-info-detail/BRANCH-README
URL: 
http://svn.apache.org/viewvc/subversion/branches/svn-info-detail/BRANCH-README?rev=1660036&view=auto
==============================================================================
--- subversion/branches/svn-info-detail/BRANCH-README (added)
+++ subversion/branches/svn-info-detail/BRANCH-README Mon Feb 16 07:52:48 2015
@@ -0,0 +1,23 @@
+This branch will be used to implement an alternative solution for
+the problem described in issue #4299 in order to solve issue #4556.
+
+Instead of 'svn youngest', we'll implement an extension to 'svn info',
+as described in option 1. of issue #4556, as follows:
+
+  - Add a --detail=FIELD option to 'svn info' that will cause it to
+    display only the value of FIELD and nothing else; for example:
+
+        $ svn info ^/subversion/trunk --detail=revision
+        1660035
+        $ svn info ^/subversion/trunk --detail=last-changed-rev
+        1660014
+
+    and so on.
+
+  - The --detail option is incompatible with the --xml option
+
+  - Initially, only a few field values will be supported with
+    --detail; revision, last-changed-rev, url, relative-url,
+      repository-root; maybe a few more.
+
+  - The 'svn youngest' command will be removed.

Propchange: subversion/branches/svn-info-detail/BRANCH-README
------------------------------------------------------------------------------
    svn:eol-style = native


Reply via email to