Author: hwright
Date: Fri Dec 4 15:18:44 2009
New Revision: 887225
URL: http://svn.apache.org/viewvc?rev=887225&view=rev
Log:
* STATUS: Add a "veto-blocked" section, and populate it.
Modified:
subversion/branches/1.6.x/STATUS
Modified: subversion/branches/1.6.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.6.x/STATUS?rev=887225&r1=887224&r2=887225&view=diff
==============================================================================
--- subversion/branches/1.6.x/STATUS (original)
+++ subversion/branches/1.6.x/STATUS Fri Dec 4 15:18:44 2009
@@ -15,37 +15,6 @@
Candidate changes:
- * r877552, r877617, r877618, r877619, r877621
- Support using `svnversion` on files and improve some messages printed by
- `svnversion`.
- Justification:
- Some messages printed by `svnversion` are inconsistent and sometimes
- incorrect:
- $ svnversion /usr
- exported
- $ svnversion /bin/ls
- '/bin/ls' not versioned, and not exported
- $ svnversion VERSIONED_FILE
- 'VERSIONED_FILE' not versioned, and not exported
- $ svnversion /nonexistent
- subversion/libsvn_wc/questions.c:90: (apr_err=2)
- svn: '/nonexistent' does not exist
- ^^^
- Messages with these revisions backported:
- $ svnversion /usr
- Unversioned directory
- $ svnversion /bin/ls
- Unversioned file
- $ svnversion VERSIONED_FILE
- NUMBER
- $ svnversion /nonexistent
- '/nonexistent' doesn't exist
- Votes:
- +1: arfrever
- -0: cmpilato (Introduces new features and changes output)
- -1: rhuijben (Introduces new features and changes output;
- I think it should be removed from STATUS)
-
* r878078, r878088, r878102, r878196
Make KWallet window attached to terminal window.
Justification:
@@ -192,5 +161,38 @@
Votes:
+1: stsp
+Veto-blocked changes:
+
+ * r877552, r877617, r877618, r877619, r877621
+ Support using `svnversion` on files and improve some messages printed by
+ `svnversion`.
+ Justification:
+ Some messages printed by `svnversion` are inconsistent and sometimes
+ incorrect:
+ $ svnversion /usr
+ exported
+ $ svnversion /bin/ls
+ '/bin/ls' not versioned, and not exported
+ $ svnversion VERSIONED_FILE
+ 'VERSIONED_FILE' not versioned, and not exported
+ $ svnversion /nonexistent
+ subversion/libsvn_wc/questions.c:90: (apr_err=2)
+ svn: '/nonexistent' does not exist
+ ^^^
+ Messages with these revisions backported:
+ $ svnversion /usr
+ Unversioned directory
+ $ svnversion /bin/ls
+ Unversioned file
+ $ svnversion VERSIONED_FILE
+ NUMBER
+ $ svnversion /nonexistent
+ '/nonexistent' doesn't exist
+ Votes:
+ +1: arfrever
+ -0: cmpilato (Introduces new features and changes output)
+ -1: rhuijben (Introduces new features and changes output;
+ I think it should be removed from STATUS)
+
Approved changes:
=================