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

Re: tcsh-completion? [was: Re: Patch for bash-completion]

From: Jim Lawton <jim.lawton_at_gmail.com>
Date: 2004-07-28 09:01:22 CEST

Lukas,

This is what I use. Put it in your .tcshrc or somewhere called from
there and restart
your shell.

    --------------------snip---------------------
    set svn_cmds=(add annotate blame cat checkout cleanup commit copy delete \
                  diff export help import info list log merge mkdir
move pdel pedit pget \
                  plist praise propdel propedit propget proplist
propset pset remove \
                  rename resolved revert status stat switch update)
    complete svn p/1/\$svn_cmds/

    set svnadmin_cmds=(create deltify dump help hotcopy list-dblogs
list-unused-dblogs \
                  load lstxns recover rmtxns setlog verify)
    complete svnadmin p/1/\$svnadmin_cmds/

    set svnlook_cmds=(author cat changed date diff dirs-changed help
history info log \
                  propget pget proplist plist tree uuid youngest)
    complete svnlook p/1/\$svnlook_cmds/

    set svndumpfilter_cmds=(exclude include help)
    complete svnlook p/1/\$svndumpfilter_cmds/
    --------------------snip---------------------

This is for Subversion v 1.0.5.
/regards/jim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 28 09:02:22 2004

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

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