Mike Schilli's Friendly Neighborhood Perl Shop

Home
USArundbrief.com
Resume
CPAN Modules
Articles in English
Articles in German
Mike's Script Archive
English-Japanese Translation Trainer
Adventures with O'Reilly's Safari
10 Easy Steps to Become a California Driver
Unofficial perlmonks.com IRC Channel
My Collection of Outage Pages
Prisma (Computer Club Deutschland)
Mike's Monologues
Mike's Script Archive: cvsroot_select

cvsroot_select - Select a CVS root from all subdirectories under the current one


NAME

    cvsroot_select - Select a CVS root from all subdirectories under the current one


DOWNLOAD

cvsroot_select


SYNOPSIS

    cvsroot_select


DESCRIPTION

cvsroot_select finds all CVS/Root files in all directories under the current one, displays a list of CVSROOTs used and prompts the user to pick one.

It should be used in conjunction with a bash shell function like

    function cvsr () { export CVSROOT=`cvsroot_select $1`; echo $CVSROOT }

to let the user select one of the CVSROOTs already used in one of the projects under the current directory.


LEGALESE

Copyright 2004 by Mike Schilli, all rights reserved. This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.


AUTHOR

2004, Mike Schilli <m@perlmeister.com>


Latest update: 20-Oct-2013