~ubuntu-branches/debian/sid/subversion/sid

« back to all changes in this revision

Viewing changes to subversion/tests/cmdline/getopt_tests_data/svn_help_log_switch_stdout

  • Committer: Package Import Robot
  • Author(s): James McCoy
  • Date: 2015-08-07 21:32:47 UTC
  • mfrom: (0.2.15) (4.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20150807213247-ozyewtmgsr6tkewl
Tags: 1.9.0-1
* Upload to unstable
* New upstream release.
  + Security fixes
    - CVE-2015-3184: Mixed anonymous/authenticated path-based authz with
      httpd 2.4
    - CVE-2015-3187: svn_repos_trace_node_locations() reveals paths hidden
      by authz
* Add >= 2.7 requirement for python-all-dev Build-Depends, needed to run
  tests.
* Remove Build-Conflicts against ruby-test-unit.  (Closes: #791844)
* Remove patches/apache_module_dependency in favor of expressing the
  dependencies in authz_svn.load/dav_svn.load.
* Build-Depend on apache2-dev (>= 2.4.16) to ensure ap_some_authn_required()
  is available when building mod_authz_svn and Depend on apache2-bin (>=
  2.4.16) for runtime support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
                                'BASE'       base rev of item's working copy
83
83
                                'COMMITTED'  last commit at or before BASE
84
84
                                'PREV'       revision just before COMMITTED
85
 
  -q [--quiet]             : print nothing, or only summary information
86
 
  -v [--verbose]           : print extra information
 
85
  -c [--change] ARG        : the change made in revision ARG
 
86
  -q [--quiet]             : do not print the log message
 
87
  -v [--verbose]           : also print all affected paths
87
88
  -g [--use-merge-history] : use/display additional information from merge
88
89
                             history
89
 
  -c [--change] ARG        : the change made in revision ARG
90
90
  --targets ARG            : pass contents of file ARG as additional args
91
91
  --stop-on-copy           : do not cross copies while traversing history
92
92
  --incremental            : give output suitable for concatenation
108
108
                                 amount of white space
109
109
                               -w, --ignore-all-space: Ignore all white space
110
110
                               --ignore-eol-style: Ignore changes in EOL style
 
111
                               -U ARG, --context ARG: Show ARG lines of context
111
112
                               -p, --show-c-function: Show C function name
112
113
  --search ARG             : use ARG as search pattern (glob syntax)
113
114
  --search-and ARG         : combine ARG with the previous search pattern
114
115
 
115
116
Global options:
116
117
  --username ARG           : specify a username ARG
117
 
  --password ARG           : specify a password ARG
 
118
  --password ARG           : specify a password ARG (caution: on many operating
 
119
                             systems, other users will be able to see this)
118
120
  --no-auth-cache          : do not cache authentication tokens
119
121
  --non-interactive        : do no interactive prompting (default is to prompt
120
122
                             only if standard input is a terminal device)
121
123
  --force-interactive      : do interactive prompting even if standard input
122
124
                             is not a terminal device
123
 
  --trust-server-cert      : accept SSL server certificates from unknown
124
 
                             certificate authorities without prompting (but only
125
 
                             with '--non-interactive')
 
125
  --trust-server-cert      : deprecated; same as
 
126
                             --trust-server-cert-failures=unknown-ca
 
127
  --trust-server-cert-failures ARG : with --non-interactive, accept SSL server
 
128
                             certificates with failures; ARG is comma-separated
 
129
                             list of 'unknown-ca' (Unknown Authority),
 
130
                             'cn-mismatch' (Hostname mismatch), 'expired'
 
131
                             (Expired certificate), 'not-yet-valid' (Not yet
 
132
                             valid certificate) and 'other' (all other not
 
133
                             separately classified certificate errors).
126
134
  --config-dir ARG         : read user configuration files from directory ARG
127
135
  --config-option ARG      : set user configuration option in the format:
128
136
                                 FILE:SECTION:OPTION=[VALUE]
188
196
  --relocate               : relocate via URL-rewriting
189
197
  --ignore-externals       : ignore externals definitions
190
198
  --ignore-ancestry        : allow switching to a node with no common ancestor
191
 
  --force                  : force operation to run
 
199
  --force                  : handle unversioned obstructions as changes
192
200
  --accept ARG             : specify automatic conflict resolution action
193
201
                             ('postpone', 'working', 'base', 'mine-conflict',
194
202
                             'theirs-conflict', 'mine-full', 'theirs-full',
197
205
 
198
206
Global options:
199
207
  --username ARG           : specify a username ARG
200
 
  --password ARG           : specify a password ARG
 
208
  --password ARG           : specify a password ARG (caution: on many operating
 
209
                             systems, other users will be able to see this)
201
210
  --no-auth-cache          : do not cache authentication tokens
202
211
  --non-interactive        : do no interactive prompting (default is to prompt
203
212
                             only if standard input is a terminal device)
204
213
  --force-interactive      : do interactive prompting even if standard input
205
214
                             is not a terminal device
206
 
  --trust-server-cert      : accept SSL server certificates from unknown
207
 
                             certificate authorities without prompting (but only
208
 
                             with '--non-interactive')
 
215
  --trust-server-cert      : deprecated; same as
 
216
                             --trust-server-cert-failures=unknown-ca
 
217
  --trust-server-cert-failures ARG : with --non-interactive, accept SSL server
 
218
                             certificates with failures; ARG is comma-separated
 
219
                             list of 'unknown-ca' (Unknown Authority),
 
220
                             'cn-mismatch' (Hostname mismatch), 'expired'
 
221
                             (Expired certificate), 'not-yet-valid' (Not yet
 
222
                             valid certificate) and 'other' (all other not
 
223
                             separately classified certificate errors).
209
224
  --config-dir ARG         : read user configuration files from directory ARG
210
225
  --config-option ARG      : set user configuration option in the format:
211
226
                                 FILE:SECTION:OPTION=[VALUE]