[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[PATCH] Adding option --pre-1.4-compatible to bash_completion

From: Mathias Weinert <mathias.weinert_at_gfa-net.de>
Date: 2006-09-11 10:57:24 CEST

Hi,

I just noticed that the new 'svnadmin create' option
--pre-1.4-compatible is missing in bash_completion - so here comes a
little patch that adds this option.

Mathias

[[[

Add new 'svnadmin create' option --pre-1.4-compatible to bash_completion.

* tools/client-side/bash_completion
  Add --pre-1.4-compatible.

]]]

--- tools/client-side/bash_completion.orig 2006-07-10 20:57:27.000000000 +0200
+++ tools/client-side/bash_completion 2006-09-11 10:51:01.568396200 +0200
@@ -644,7 +644,7 @@
        cmdOpts=
        case ${COMP_WORDS[1]} in
        create)
- cmdOpts="--bdb-txn-nosync --bdb-log-keep --config-dir --fs-type"
+ cmdOpts="--bdb-txn-nosync --bdb-log-keep --config-dir --fs-type --pre-1.4-compatible"
                ;;
        deltify)
                cmdOpts="-r --revision -q --quiet"

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 11 10:58:09 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.