ycdtosa
2017-09-19 21:08:09 UTC
Hi. i have been nasty with some subversion dump files,
and that got me using svndumpfilter quite a lot.
One of the thinks that i learn is that --pattern does not show up
when using bash_completion
I think this is a (small) bug.
Can anyone confirm it.
Also, i did peek into
http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/bash_completion
and while i can find other options at _svndumpfilter ()
cmdOpts=
case ${COMP_WORDS[1]} in
exclude|include)
cmdOpts="--drop-empty-revs --renumber-revs
--skip-missing-merge-sources --targets
--preserve-revprops --quiet"
;;
--pattern is missing from the list.
and that got me using svndumpfilter quite a lot.
One of the thinks that i learn is that --pattern does not show up
when using bash_completion
I think this is a (small) bug.
Can anyone confirm it.
Also, i did peek into
http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/bash_completion
and while i can find other options at _svndumpfilter ()
cmdOpts=
case ${COMP_WORDS[1]} in
exclude|include)
cmdOpts="--drop-empty-revs --renumber-revs
--skip-missing-merge-sources --targets
--preserve-revprops --quiet"
;;
--pattern is missing from the list.