Author: cmpilato
Date: Mon Jan 7 18:24:40 2013
New Revision: 1429931
URL: http://svn.apache.org/viewvc?rev=1429931&view=rev
Log:
On the 'issue-3348-dev' branch:
* BRANCH-README
Add.
Added:
subversion/branches/issue-3348-dev/BRANCH-README
Added: subversion/branches/issue-3348-dev/BRANCH-README
URL:
http://svn.apache.org/viewvc/subversion/branches/issue-3348-dev/BRANCH-README?rev=1429931&view=auto
==============================================================================
--- subversion/branches/issue-3348-dev/BRANCH-README (added)
+++ subversion/branches/issue-3348-dev/BRANCH-README Mon Jan 7 18:24:40 2013
@@ -0,0 +1,14 @@
+This branch exists to track the implementation of a solution for issue
+#3348 ("Provide syntax which means 'include all files *not* in a
+changelist'"). It has the following details:
+
+ - Items returned when filtering in this fashion are limited to
+ those which support changelists at all -- that is, non-directories.
+
+ - The command-line client UI for performing such filtering is to
+ use the --changelist (--cl) option with an empty-string value:
+
+ svn info --cl=""
+
+Both of the above details have been called into question in dev@
+discussions, so this branch is NOT ready for reintegration.