[vox-tech] Where did all my output go? Bash shell question

Jeff Newmiller jdnewmil at dcn.davis.ca.us
Wed Mar 23 15:50:15 PST 2005


On Wed, 23 Mar 2005, Jay Strauss wrote:

> Hi,
> 
> I have a little function in my .bashrc like:
> 
> function co {
>     cmd="svn co svn+ssh://fe/home/svn/repos/$1 $2"
>     $cmd
> }
> 
> Then I run it
> 
> jstrauss at hydrogen:~$ co . name
> Password:
> Password:
> Checked out revision 59.
> 
> Normally when I check out a tree, I get a long listing of files getting 
> checked out, but with the script I don't.  Where are all the normal 
> listing of files being checked out going?

are you invoking an alias interactively that has verbose option on? add
the option to your string if so...

---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
---------------------------------------------------------------------------



More information about the vox-tech mailing list