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

Re: Multiple Line Log Messages

From: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 3 Nov 2008 21:59:43 -0500

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

This is an archived mail posted to the Subversion Users mailing list.

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