On Mon, 2008-06-16 at 08:32 -0400, [EMAIL PROTECTED] wrote: > >From my graphical IDE I can put a multi line commit message like this: > > "bug 222: here is my fix > status 222: resolved fixed" > > But the status change in Bugzilla only seems to work when the two commands > are on separate lines. So I need to figure out a way to put the messages > on separate lines from the command line as well.
If I recall correctly, some of my attempts to use the newline character "\n" on the command-line were unsuccessful. If you need to use the svn command in a script, you can produce the log message you want into a file and then use the -F argument to svn to supply the filename.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ scmbug-users mailing list [email protected] http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users
