You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Eric Lemings <Er...@roguewave.com> on 2008/04/01 19:43:20 UTC

Custom Change Log Templates?

Hi,
 
Is it possible to customize the log message used to invoke the user's
preferred editor in the Subversion check-in command?  For example, the
editor might be invoked with the following log message by default:
 
   2008-04-01 Eric Lemings eric.lemings@roguewave.com
    
        Issue #
        * file1.cpp: Summary of change.
        * file2.cpp: Summary of change.
    
    --This line, and those below, will be ignored--
    
    M    file1.cpp
    M    file2.cpp
 
Would appreciate any tips or ideas.
 
Thanks,
Eric.
 

Re: Custom Change Log Templates?

Posted by Hari Kodungallur <hk...@gmail.com>.
On Tue, Apr 1, 2008 at 12:43 PM, Eric Lemings <Er...@roguewave.com>
wrote:

>  Hi,
>
> Is it possible to customize the log message used to invoke the user's
> preferred editor in the Subversion check-in command?  For example, the
> editor might be invoked with the following log message by default:
>
>    2008-04-01 Eric Lemings eric.lemings@roguewave.com
>
>         Issue #
>         * file1.cpp: Summary of change.
>         * file2.cpp: Summary of change.
>
>     --This line, and those below, will be ignored--
>
>     M    file1.cpp
>     M    file2.cpp
>
> Would appreciate any tips or ideas.
>
>


Check out this thread: http://svn.haxx.se/users/archive-2006-08/1261.shtml

And, for windows users TortoiseSVN already has support for this, I believe,
using the tsvn:logtemplate property.

regards,
-Hari