svn存储的默认提交消息在哪里?

whe*_*ext 6 svn freebsd commit

我刚刚在FreeBSD 8.2 RELEASE上升级了subversion.现在,当我提交使用svn commit时,svn-commit.tmp已经预先填充了这个:

PR:             
Submitted by:   
Reviewed by:    
Approved by:    
Obtained from:  
MFC after:      
Security:       
--This line, and those below, will be ignored--
> Description of fields to fill in above:                     76 columns --|
> PR:            If a GNATS PR is affected by the change.
> Submitted by:  If someone else sent in the change.
> Reviewed by:   If someone else reviewed your modification.
> Approved by:   If you needed approval for this commit.
> Obtained from: If the change is from a third party.
> MFC after:     N [day[s]|week[s]|month[s]].  Request a reminder email.
> Security:      Vulnerability reference (one per line) or description.
> Empty fields above will be automatically removed.

我曾试图将Google关闭,但没有运气.我希望svn-commit.tmp预填充文本与以前一样,只需:

--This line, and those below, will be ignored--

有谁知道svn提交的默认提交文本存储在哪里?

ctu*_*fli 5

FreeBSD版本的SVN在可执行文件中包含了这个文本.删除这些行的唯一方法是自己构建devel/subversion端口并关闭该FREEBSD_TEMPLATE选项.