aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/svn.fish
blob: 3922edce017400b0f7ca90757b44066f1a35c375 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886

#
# Completions for the svn command
# This file was autogenerated by the file make_mercurial_completions.fish
# which is shipped with the fish source code
#

#
# Completions from commandline
#


#
# subcommands
#

complete -c svn -n '__fish_use_subcommand' -x -a add --description 'Put files and directories under version control, scheduling'
complete -c svn -n '__fish_use_subcommand' -x -a blame --description 'Output the content of specified files or'
complete -c svn -n '__fish_use_subcommand' -x -a praise --description 'Output the content of specified files or'
complete -c svn -n '__fish_use_subcommand' -x -a annotate --description 'Output the content of specified files or'
complete -c svn -n '__fish_use_subcommand' -x -a ann --description 'Output the content of specified files or'
complete -c svn -n '__fish_use_subcommand' -x -a cat --description 'Output the content of specified files or URLs.'
complete -c svn -n '__fish_use_subcommand' -x -a checkout --description 'Check out a working copy from a repository.'
complete -c svn -n '__fish_use_subcommand' -x -a co --description 'Check out a working copy from a repository.'
complete -c svn -n '__fish_use_subcommand' -x -a cleanup --description 'Recursively clean up the working copy, removing locks, resuming'
complete -c svn -n '__fish_use_subcommand' -x -a commit --description 'Send changes from your working copy to the repository.'
complete -c svn -n '__fish_use_subcommand' -x -a ci --description 'Send changes from your working copy to the repository.'
complete -c svn -n '__fish_use_subcommand' -x -a copy --description 'Duplicate something in working copy or repository, remembering history.'
complete -c svn -n '__fish_use_subcommand' -x -a cp --description 'Duplicate something in working copy or repository, remembering history.'
complete -c svn -n '__fish_use_subcommand' -x -a delete --description 'Remove files and directories from version control.'
complete -c svn -n '__fish_use_subcommand' -x -a del --description 'Remove files and directories from version control.'
complete -c svn -n '__fish_use_subcommand' -x -a remove --description 'Remove files and directories from version control.'
complete -c svn -n '__fish_use_subcommand' -x -a rm --description 'Remove files and directories from version control.'
complete -c svn -n '__fish_use_subcommand' -x -a diff --description 'Display the differences between two paths.'
complete -c svn -n '__fish_use_subcommand' -x -a di --description 'Display the differences between two paths.'
complete -c svn -n '__fish_use_subcommand' -x -a export --description 'Create an unversioned copy of a tree.'
complete -c svn -n '__fish_use_subcommand' -x -a help --description 'Describe the usage of this program or its subcommands.'
complete -c svn -n '__fish_use_subcommand' -x -a ? --description 'Describe the usage of this program or its subcommands.'
complete -c svn -n '__fish_use_subcommand' -x -a h --description 'Describe the usage of this program or its subcommands.'
complete -c svn -n '__fish_use_subcommand' -x -a import --description 'Commit an unversioned file or tree into the repository.'
complete -c svn -n '__fish_use_subcommand' -x -a info --description 'Display information about a local or remote item.'
complete -c svn -n '__fish_use_subcommand' -x -a list --description 'List directory entries in the repository.'
complete -c svn -n '__fish_use_subcommand' -x -a ls --description 'List directory entries in the repository.'
complete -c svn -n '__fish_use_subcommand' -x -a lock --description 'Lock working copy paths or URLs in the repository, so that'
complete -c svn -n '__fish_use_subcommand' -x -a log --description 'Show the log messages for a set of revision(s) and/or file(s).'
complete -c svn -n '__fish_use_subcommand' -x -a merge --description 'Apply the differences between two sources to a working copy path.'
complete -c svn -n '__fish_use_subcommand' -x -a mkdir --description 'Create a new directory under version control.'
complete -c svn -n '__fish_use_subcommand' -x -a move --description 'Move and/or rename something in working copy or repository.'
complete -c svn -n '__fish_use_subcommand' -x -a mv --description 'Move and/or rename something in working copy or repository.'
complete -c svn -n '__fish_use_subcommand' -x -a rename --description 'Move and/or rename something in working copy or repository.'
complete -c svn -n '__fish_use_subcommand' -x -a ren --description 'Move and/or rename something in working copy or repository.'
complete -c svn -n '__fish_use_subcommand' -x -a propdel --description 'Remove a property from files, dirs, or revisions.'
complete -c svn -n '__fish_use_subcommand' -x -a pdel --description 'Remove a property from files, dirs, or revisions.'
complete -c svn -n '__fish_use_subcommand' -x -a pd --description 'Remove a property from files, dirs, or revisions.'
complete -c svn -n '__fish_use_subcommand' -x -a propedit --description 'Edit a property with an external editor.'
complete -c svn -n '__fish_use_subcommand' -x -a pedit --description 'Edit a property with an external editor.'
complete -c svn -n '__fish_use_subcommand' -x -a pe --description 'Edit a property with an external editor.'
complete -c svn -n '__fish_use_subcommand' -x -a propget --description 'Print the value of a property on files, dirs, or revisions.'
complete -c svn -n '__fish_use_subcommand' -x -a pget --description 'Print the value of a property on files, dirs, or revisions.'
complete -c svn -n '__fish_use_subcommand' -x -a pg --description 'Print the value of a property on files, dirs, or revisions.'
complete -c svn -n '__fish_use_subcommand' -x -a proplist --description 'List all properties on files, dirs, or revisions.'
complete -c svn -n '__fish_use_subcommand' -x -a plist --description 'List all properties on files, dirs, or revisions.'
complete -c svn -n '__fish_use_subcommand' -x -a pl --description 'List all properties on files, dirs, or revisions.'
complete -c svn -n '__fish_use_subcommand' -x -a propset --description 'Set the value of a property on files, dirs, or revisions.'
complete -c svn -n '__fish_use_subcommand' -x -a pset --description 'Set the value of a property on files, dirs, or revisions.'
complete -c svn -n '__fish_use_subcommand' -x -a ps --description 'Set the value of a property on files, dirs, or revisions.'
complete -c svn -n '__fish_use_subcommand' -x -a resolved --description 'Remove \'conflicted\' state on working copy files or directories.'
complete -c svn -n '__fish_use_subcommand' -x -a revert --description 'Restore pristine working copy file (undo most local edits).'
complete -c svn -n '__fish_use_subcommand' -x -a status --description 'Print the status of working copy files and directories.'
complete -c svn -n '__fish_use_subcommand' -x -a stat --description 'Print the status of working copy files and directories.'
complete -c svn -n '__fish_use_subcommand' -x -a st --description 'Print the status of working copy files and directories.'
complete -c svn -n '__fish_use_subcommand' -x -a switch --description 'Update the working copy to a different URL.'
complete -c svn -n '__fish_use_subcommand' -x -a sw --description 'Update the working copy to a different URL.'
complete -c svn -n '__fish_use_subcommand' -x -a unlock --description 'Unlock working copy paths or URLs.'
complete -c svn -n '__fish_use_subcommand' -x -a update --description 'Bring changes from the repository into the working copy.'
complete -c svn -n '__fish_use_subcommand' -x -a up --description 'Bring changes from the repository into the working copy.'


#
# Completions for the 'add' subcommand
#

complete -c svn -n 'contains add (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains add (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'
complete -c svn -n 'contains add (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains add (commandline -poc)' -l no-ignore --description 'Disregard default and svn:ignore property ignores'
complete -c svn -n 'contains add (commandline -poc)' -l auto-props --description 'Enable automatic properties'
complete -c svn -n 'contains add (commandline -poc)' -l no-auto-props --description 'Disable automatic properties'


#
# Completions for the 'blame' subcommand
#

complete -c svn -n 'contains blame (commandline -poc)' -l incremental --description 'Give output suitable for concatenation'
complete -c svn -n 'contains blame (commandline -poc)' -l xml --description 'Output in XML'
complete -c svn -n 'contains blame (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains blame (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains blame (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains blame (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains blame (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'praise' subcommand
#

complete -c svn -n 'contains praise (commandline -poc)' -l incremental --description 'Give output suitable for concatenation'
complete -c svn -n 'contains praise (commandline -poc)' -l xml --description 'Output in XML'
complete -c svn -n 'contains praise (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains praise (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains praise (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains praise (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains praise (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'annotate' subcommand
#

complete -c svn -n 'contains annotate (commandline -poc)' -l incremental --description 'Give output suitable for concatenation'
complete -c svn -n 'contains annotate (commandline -poc)' -l xml --description 'Output in XML'
complete -c svn -n 'contains annotate (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains annotate (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains annotate (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains annotate (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains annotate (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'ann' subcommand
#

complete -c svn -n 'contains ann (commandline -poc)' -l incremental --description 'Give output suitable for concatenation'
complete -c svn -n 'contains ann (commandline -poc)' -l xml --description 'Output in XML'
complete -c svn -n 'contains ann (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains ann (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains ann (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains ann (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains ann (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'cat' subcommand
#

complete -c svn -n 'contains cat (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains cat (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains cat (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains cat (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains cat (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'checkout' subcommand
#

complete -c svn -n 'contains checkout (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains checkout (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains checkout (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains checkout (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains checkout (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'
complete -c svn -n 'contains checkout (commandline -poc)' -l ignore-externals --description 'Ignore externals definitions'


#
# Completions for the 'co' subcommand
#

complete -c svn -n 'contains co (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains co (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains co (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains co (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains co (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'
complete -c svn -n 'contains co (commandline -poc)' -l ignore-externals --description 'Ignore externals definitions'


#
# Completions for the 'cleanup' subcommand
#

complete -c svn -n 'contains cleanup (commandline -poc)' -l diff3-cmd -x --description 'Use ARG as merge command'
complete -c svn -n 'contains cleanup (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'commit' subcommand
#

complete -c svn -n 'contains commit (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains commit (commandline -poc)' -l no-unlock --description 'Don\'t unlock the targets'
complete -c svn -n 'contains commit (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains commit (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains commit (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains commit (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains commit (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains commit (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains commit (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains commit (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'ci' subcommand
#

complete -c svn -n 'contains ci (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains ci (commandline -poc)' -l no-unlock --description 'Don\'t unlock the targets'
complete -c svn -n 'contains ci (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains ci (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains ci (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains ci (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains ci (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains ci (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains ci (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains ci (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'copy' subcommand
#

complete -c svn -n 'contains copy (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains copy (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains copy (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains copy (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains copy (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains copy (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains copy (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains copy (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'cp' subcommand
#

complete -c svn -n 'contains cp (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains cp (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains cp (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains cp (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains cp (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains cp (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains cp (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains cp (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'delete' subcommand
#

complete -c svn -n 'contains delete (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains delete (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains delete (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains delete (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains delete (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains delete (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains delete (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains delete (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains delete (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains delete (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'del' subcommand
#

complete -c svn -n 'contains del (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains del (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains del (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains del (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains del (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains del (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains del (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains del (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains del (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains del (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'remove' subcommand
#

complete -c svn -n 'contains remove (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains remove (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains remove (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains remove (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains remove (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains remove (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains remove (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains remove (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains remove (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains remove (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'rm' subcommand
#

complete -c svn -n 'contains rm (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains rm (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains rm (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains rm (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains rm (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains rm (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains rm (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains rm (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains rm (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains rm (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'diff' subcommand
#

complete -c svn -n 'contains diff (commandline -poc)' -l old -x --description 'Use ARG as the older target'
complete -c svn -n 'contains diff (commandline -poc)' -l new -x --description 'Use ARG as the newer target'
complete -c svn -n 'contains diff (commandline -poc)' -l diff-cmd -x --description 'Use ARG as diff command'
complete -c svn -n 'contains diff (commandline -poc)' -l no-diff-deleted --description 'Do not print differences for deleted files'
complete -c svn -n 'contains diff (commandline -poc)' -l notice-ancestry --description 'Notice ancestry when calculating differences'
complete -c svn -n 'contains diff (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains diff (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains diff (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains diff (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains diff (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains diff (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'di' subcommand
#

complete -c svn -n 'contains di (commandline -poc)' -l old -x --description 'Use ARG as the older target'
complete -c svn -n 'contains di (commandline -poc)' -l new -x --description 'Use ARG as the newer target'
complete -c svn -n 'contains di (commandline -poc)' -l diff-cmd -x --description 'Use ARG as diff command'
complete -c svn -n 'contains di (commandline -poc)' -l no-diff-deleted --description 'Do not print differences for deleted files'
complete -c svn -n 'contains di (commandline -poc)' -l notice-ancestry --description 'Notice ancestry when calculating differences'
complete -c svn -n 'contains di (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains di (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains di (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains di (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains di (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains di (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'export' subcommand
#

complete -c svn -n 'contains export (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains export (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains export (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains export (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains export (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains export (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'
complete -c svn -n 'contains export (commandline -poc)' -l native-eol -x --description 'Use a different EOL marker than the standard'
complete -c svn -n 'contains export (commandline -poc)' -l ignore-externals --description 'Ignore externals definitions'


#
# Completions for the 'help' subcommand
#

complete -c svn -n 'contains help (commandline -poc)' -l version --description 'Print client version info'
complete -c svn -n 'contains help (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the '?' subcommand
#

complete -c svn -n 'contains ? (commandline -poc)' -l version --description 'Print client version info'
complete -c svn -n 'contains ? (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'h' subcommand
#

complete -c svn -n 'contains h (commandline -poc)' -l version --description 'Print client version info'
complete -c svn -n 'contains h (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'import' subcommand
#

complete -c svn -n 'contains import (commandline -poc)' -l auto-props --description 'Enable automatic properties'
complete -c svn -n 'contains import (commandline -poc)' -l no-auto-props --description 'Disable automatic properties'
complete -c svn -n 'contains import (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains import (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains import (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains import (commandline -poc)' -l no-ignore --description 'Disregard default and svn:ignore property ignores'
complete -c svn -n 'contains import (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains import (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains import (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains import (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains import (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'info' subcommand
#

complete -c svn -n 'contains info (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains info (commandline -poc)' -l incremental --description 'Give output suitable for concatenation'
complete -c svn -n 'contains info (commandline -poc)' -l xml --description 'Output in XML'
complete -c svn -n 'contains info (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains info (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains info (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains info (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains info (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'list' subcommand
#

complete -c svn -n 'contains list (commandline -poc)' -l incremental --description 'Give output suitable for concatenation'
complete -c svn -n 'contains list (commandline -poc)' -l xml --description 'Output in XML'
complete -c svn -n 'contains list (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains list (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains list (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains list (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains list (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'ls' subcommand
#

complete -c svn -n 'contains ls (commandline -poc)' -l incremental --description 'Give output suitable for concatenation'
complete -c svn -n 'contains ls (commandline -poc)' -l xml --description 'Output in XML'
complete -c svn -n 'contains ls (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains ls (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains ls (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains ls (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains ls (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'lock' subcommand
#

complete -c svn -n 'contains lock (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains lock (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains lock (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains lock (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains lock (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains lock (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains lock (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains lock (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'
complete -c svn -n 'contains lock (commandline -poc)' -l force --description 'Force operation to run'


#
# Completions for the 'log' subcommand
#

complete -c svn -n 'contains log (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains log (commandline -poc)' -l stop-on-copy --description 'Do not cross copies while traversing history'
complete -c svn -n 'contains log (commandline -poc)' -l incremental --description 'Give output suitable for concatenation'
complete -c svn -n 'contains log (commandline -poc)' -l xml --description 'Output in XML'
complete -c svn -n 'contains log (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains log (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains log (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains log (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains log (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'
complete -c svn -n 'contains log (commandline -poc)' -l limit -x --description 'Maximum number of log entries'


#
# Completions for the 'merge' subcommand
#

complete -c svn -n 'contains merge (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains merge (commandline -poc)' -l dry-run --description 'Try operation but make no changes'
complete -c svn -n 'contains merge (commandline -poc)' -l diff3-cmd -x --description 'Use ARG as merge command'
complete -c svn -n 'contains merge (commandline -poc)' -l ignore-ancestry --description 'Ignore ancestry when calculating merges'
complete -c svn -n 'contains merge (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains merge (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains merge (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains merge (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains merge (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'mkdir' subcommand
#

complete -c svn -n 'contains mkdir (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains mkdir (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains mkdir (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains mkdir (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains mkdir (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains mkdir (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains mkdir (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains mkdir (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'move' subcommand
#

complete -c svn -n 'contains move (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains move (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains move (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains move (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains move (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains move (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains move (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains move (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains move (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'mv' subcommand
#

complete -c svn -n 'contains mv (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains mv (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains mv (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains mv (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains mv (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains mv (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains mv (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains mv (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains mv (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'rename' subcommand
#

complete -c svn -n 'contains rename (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains rename (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains rename (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains rename (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains rename (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains rename (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains rename (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains rename (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains rename (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'ren' subcommand
#

complete -c svn -n 'contains ren (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains ren (commandline -poc)' -l force-log --description 'Force validity of log message source'
complete -c svn -n 'contains ren (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains ren (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains ren (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains ren (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains ren (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains ren (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains ren (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'propdel' subcommand
#

complete -c svn -n 'contains propdel (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains propdel (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains propdel (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains propdel (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains propdel (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains propdel (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'pdel' subcommand
#

complete -c svn -n 'contains pdel (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains pdel (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains pdel (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains pdel (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains pdel (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains pdel (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'pd' subcommand
#

complete -c svn -n 'contains pd (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains pd (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains pd (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains pd (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains pd (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains pd (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'propedit' subcommand
#

complete -c svn -n 'contains propedit (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains propedit (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains propedit (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains propedit (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains propedit (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains propedit (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains propedit (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains propedit (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains propedit (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'pedit' subcommand
#

complete -c svn -n 'contains pedit (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains pedit (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains pedit (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains pedit (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains pedit (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains pedit (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains pedit (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains pedit (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains pedit (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'pe' subcommand
#

complete -c svn -n 'contains pe (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains pe (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains pe (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains pe (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains pe (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains pe (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains pe (commandline -poc)' -l editor-cmd -x --description 'Use ARG as external editor'
complete -c svn -n 'contains pe (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains pe (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'propget' subcommand
#

complete -c svn -n 'contains propget (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains propget (commandline -poc)' -l strict --description 'Use strict semantics'
complete -c svn -n 'contains propget (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains propget (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains propget (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains propget (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains propget (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'pget' subcommand
#

complete -c svn -n 'contains pget (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains pget (commandline -poc)' -l strict --description 'Use strict semantics'
complete -c svn -n 'contains pget (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains pget (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains pget (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains pget (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains pget (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'pg' subcommand
#

complete -c svn -n 'contains pg (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains pg (commandline -poc)' -l strict --description 'Use strict semantics'
complete -c svn -n 'contains pg (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains pg (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains pg (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains pg (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains pg (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'proplist' subcommand
#

complete -c svn -n 'contains proplist (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains proplist (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains proplist (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains proplist (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains proplist (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains proplist (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'plist' subcommand
#

complete -c svn -n 'contains plist (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains plist (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains plist (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains plist (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains plist (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains plist (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'pl' subcommand
#

complete -c svn -n 'contains pl (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains pl (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains pl (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains pl (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains pl (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains pl (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'propset' subcommand
#

complete -c svn -n 'contains propset (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains propset (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains propset (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains propset (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains propset (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains propset (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains propset (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains propset (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains propset (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'pset' subcommand
#

complete -c svn -n 'contains pset (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains pset (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains pset (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains pset (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains pset (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains pset (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains pset (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains pset (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains pset (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'ps' subcommand
#

complete -c svn -n 'contains ps (commandline -poc)' -l encoding -x --description 'Treat value as being in charset encoding ARG'
complete -c svn -n 'contains ps (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains ps (commandline -poc)' -l revprop --description 'Operate on a revision property (use with -r)'
complete -c svn -n 'contains ps (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains ps (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains ps (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains ps (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains ps (commandline -poc)' -l force --description 'Force operation to run'
complete -c svn -n 'contains ps (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'resolved' subcommand
#

complete -c svn -n 'contains resolved (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains resolved (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'revert' subcommand
#

complete -c svn -n 'contains revert (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains revert (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'status' subcommand
#

complete -c svn -n 'contains status (commandline -poc)' -l no-ignore --description 'Disregard default and svn:ignore property ignores'
complete -c svn -n 'contains status (commandline -poc)' -l incremental --description 'Give output suitable for concatenation'
complete -c svn -n 'contains status (commandline -poc)' -l xml --description 'Output in XML'
complete -c svn -n 'contains status (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains status (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains status (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains status (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains status (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'
complete -c svn -n 'contains status (commandline -poc)' -l ignore-externals --description 'Ignore externals definitions'


#
# Completions for the 'stat' subcommand
#

complete -c svn -n 'contains stat (commandline -poc)' -l no-ignore --description 'Disregard default and svn:ignore property ignores'
complete -c svn -n 'contains stat (commandline -poc)' -l incremental --description 'Give output suitable for concatenation'
complete -c svn -n 'contains stat (commandline -poc)' -l xml --description 'Output in XML'
complete -c svn -n 'contains stat (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains stat (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains stat (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains stat (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains stat (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'
complete -c svn -n 'contains stat (commandline -poc)' -l ignore-externals --description 'Ignore externals definitions'


#
# Completions for the 'st' subcommand
#

complete -c svn -n 'contains st (commandline -poc)' -l no-ignore --description 'Disregard default and svn:ignore property ignores'
complete -c svn -n 'contains st (commandline -poc)' -l incremental --description 'Give output suitable for concatenation'
complete -c svn -n 'contains st (commandline -poc)' -l xml --description 'Output in XML'
complete -c svn -n 'contains st (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains st (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains st (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains st (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains st (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'
complete -c svn -n 'contains st (commandline -poc)' -l ignore-externals --description 'Ignore externals definitions'


#
# Completions for the 'switch' subcommand
#

complete -c svn -n 'contains switch (commandline -poc)' -l diff3-cmd -x --description 'Use ARG as merge command'
complete -c svn -n 'contains switch (commandline -poc)' -l relocate --description 'Relocate via URL-rewriting'
complete -c svn -n 'contains switch (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains switch (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains switch (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains switch (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains switch (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'sw' subcommand
#

complete -c svn -n 'contains sw (commandline -poc)' -l diff3-cmd -x --description 'Use ARG as merge command'
complete -c svn -n 'contains sw (commandline -poc)' -l relocate --description 'Relocate via URL-rewriting'
complete -c svn -n 'contains sw (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains sw (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains sw (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains sw (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains sw (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'


#
# Completions for the 'unlock' subcommand
#

complete -c svn -n 'contains unlock (commandline -poc)' -l targets -x --description 'Pass contents of file ARG as additional args'
complete -c svn -n 'contains unlock (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains unlock (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains unlock (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains unlock (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains unlock (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'
complete -c svn -n 'contains unlock (commandline -poc)' -l force --description 'Force operation to run'


#
# Completions for the 'update' subcommand
#

complete -c svn -n 'contains update (commandline -poc)' -l diff3-cmd -x --description 'Use ARG as merge command'
complete -c svn -n 'contains update (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains update (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains update (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains update (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains update (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'
complete -c svn -n 'contains update (commandline -poc)' -l ignore-externals --description 'Ignore externals definitions'


#
# Completions for the 'up' subcommand
#

complete -c svn -n 'contains up (commandline -poc)' -l diff3-cmd -x --description 'Use ARG as merge command'
complete -c svn -n 'contains up (commandline -poc)' -l username -x --description 'Specify a username ARG'
complete -c svn -n 'contains up (commandline -poc)' -l password -x --description 'Specify a password ARG'
complete -c svn -n 'contains up (commandline -poc)' -l no-auth-cache --description 'Do not cache authentication tokens'
complete -c svn -n 'contains up (commandline -poc)' -l non-interactive --description 'Do no interactive prompting'
complete -c svn -n 'contains up (commandline -poc)' -l config-dir -x --description 'Read user configuration files from directory ARG'
complete -c svn -n 'contains up (commandline -poc)' -l ignore-externals --description 'Ignore externals definitions'