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
> 
> [EMAIL PROTECTED]:~$ 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:<[EMAIL PROTECTED]>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
---------------------------------------------------------------------------

_______________________________________________
vox-tech mailing list
vox-tech@lists.lugod.org
http://lists.lugod.org/mailman/listinfo/vox-tech

Reply via email to