On Mon, Nov 3, 2008 at 21:57, jmaxwell <jeff.maxwell_at_gmail.com> wrote:
>
> Is using the editor the only option?
> I really need to have this automated from a script.
You can write out a file containing the log message, then pass that
file in for the commit message using the -F/--file argument. See svn
help ci.
> Ryan Schmidt-42 wrote:
>>
>>
>> On Nov 3, 2008, at 20:12, jmaxwell wrote:
>>
>>> How do I create log messages with multiple lines?
>>>
>>> svn commit -m"Issue:7500\nIssue:7800\nIssue:7900" c:\projects\wc
>>
>> Use "svn commit" with out the "-m" argument. It will open the editor
>> of your choice (chosen by setting the EDITOR environment variable)
>> where you can enter as long a log message as you like.
>>
>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
>> For additional commands, e-mail: users-help_at_subversion.tigris.org
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Multiple-Line-Log-Messages-tp20314982p20315406.html
> Sent from the Subversion Users mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
> For additional commands, e-mail: users-help_at_subversion.tigris.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-11-04 04:00:04 CET