[MPlayer-cvslog] r22376 - trunk/TOOLS/checktree.sh

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed Feb 28 13:22:02 CET 2007


Hello,
On Wed, Feb 28, 2007 at 12:48:32PM +0100, ivo wrote:
> Author: ivo
> Date: Wed Feb 28 12:48:32 2007
> New Revision: 22376
> 
> Modified:
>    trunk/TOOLS/checktree.sh
> 
> Log:
> fix printing of -(no)svn option
> 
> 
> 
> Modified: trunk/TOOLS/checktree.sh
> ==============================================================================
> --- trunk/TOOLS/checktree.sh	(original)
> +++ trunk/TOOLS/checktree.sh	Wed Feb 28 12:48:32 2007
> @@ -125,8 +125,8 @@ for i in "$@"; do
>          echo
>          printoption "color     " "colored output" "$_color"
>          printoption "head      " "print heading for each test" "$_head"
> -        printoption "svn       " "use .svn/ to determine which files to " \
> -                                                                "check" "$_svn"
> +        printoption "svn       " "use .svn/ to determine which files to check"\
> +                                                                        "$_svn"

btw. -svn (which is the default) fails without any indication it did
with svn version 1.4
Maybe a solution that does not rely on svn internals (e.g. using svn
status) would be a good idea...

Greetings,
Reimar Döffinger



More information about the MPlayer-cvslog mailing list