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

[TSVN] Tortoise clutters pre-commit message

From: Stefan Voelkel <stefan.voelkel_at_millenux.com>
Date: 2005-03-24 11:33:08 CET

Hello,

I check for a specific log-message format in my pre-commit hook and create
the following output if there is a policy violation:

------------- snip --------------

        echo "" 1>&2
        echo "========================================" 1>&2
        echo "log message policy violation detected" 1>&2
        echo "$CHECK violating lines follow" 1>&2
        echo "========================================" 1>&2

        cat $OUTPUT 1>&2

        echo "========================================" 1>&2
        echo "log message policy" 1>&2
        echo "" 1>&2
        echo " [dash][space][name][colon][space][message]" >&2
        echo " <this><does><not><show><up><with><toirtoise>" 1>&2
        echo "" 1>&2
        echo "examples" 1>&2
        echo "" 1>&2
        echo " - fred: this is a good message" 1>&2
        echo "========================================" 1>&2

------------- snip --------------

In the attached screenshot you can see that some lines are broken, and the
one containig '<this>...' does not show up at all.

Is there anything I have to consider, so that the messages show up
correctly?

thanks in advance,

regards
  Stefan

-- 
Stefan Völkel                            stefan.voelkel@millenux.com
Millenux GmbH                              mobile: +49.170.79177.17
Lilienthalstraße 2                          phone: +49.711.88770.300
70825 Stuttgart-Korntal                       fax: +49.711.88770.349
     -= linux without limits -=- http://linux.zSeries.org/ =-


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org

pre-commit.png
Received on Thu Mar 24 14:25:40 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

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