Author: svn-role
Date: Wed Jun 5 04:00:02 2024
New Revision: 1918160
URL: http://svn.apache.org/viewvc?rev=1918160&view=rev
Log:
Merge r1914222 from trunk:
* r1914222
Improve help message for svnmucc PUT.
Justification:
Users asked.
Votes:
+1: dsahlberg, hartmannathan, astieger
Modified:
subversion/branches/1.14.x/ (props changed)
subversion/branches/1.14.x/STATUS
subversion/branches/1.14.x/subversion/svnmucc/svnmucc.c
Propchange: subversion/branches/1.14.x/
------------------------------------------------------------------------------
Merged /subversion/trunk:r1914222
Modified: subversion/branches/1.14.x/STATUS
URL:
http://svn.apache.org/viewvc/subversion/branches/1.14.x/STATUS?rev=1918160&r1=1918159&r2=1918160&view=diff
==============================================================================
--- subversion/branches/1.14.x/STATUS (original)
+++ subversion/branches/1.14.x/STATUS Wed Jun 5 04:00:02 2024
@@ -55,10 +55,3 @@ Veto-blocked changes:
Approved changes:
=================
-
- * r1914222
- Improve help message for svnmucc PUT.
- Justification:
- Users asked.
- Votes:
- +1: dsahlberg, hartmannathan, astieger
Modified: subversion/branches/1.14.x/subversion/svnmucc/svnmucc.c
URL:
http://svn.apache.org/viewvc/subversion/branches/1.14.x/subversion/svnmucc/svnmucc.c?rev=1918160&r1=1918159&r2=1918160&view=diff
==============================================================================
--- subversion/branches/1.14.x/subversion/svnmucc/svnmucc.c (original)
+++ subversion/branches/1.14.x/subversion/svnmucc/svnmucc.c Wed Jun 5 04:00:02
2024
@@ -286,7 +286,9 @@ help(FILE *stream, apr_pool_t *pool)
" mv SRC-URL DST-URL : move SRC-URL to DST-URL\n"
" rm URL : delete URL\n"
" put SRC-FILE URL : add or modify file URL with contents copied
from\n"
- " SRC-FILE (use \"-\" to read from standard
input)\n"
+ " SRC-FILE (to read from standard input, use
\"--\"\n"
+ " to stop option processing followed by \"-\"
to\n"
+ " indicate standard input)\n"
" propset NAME VALUE URL : set property NAME on URL to VALUE\n"
" propsetf NAME FILE URL : set property NAME on URL to value read from
FILE\n"
" propdel NAME URL : delete property NAME from URL\n"