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

[PATCH] Missing newline in message

From: Øyvind A. Holm <sunny_at_sunbase.org>
Date: 2004-09-08 02:59:29 CEST

When running things like "svn ps svn:log -r14 --revprop" and the log
message isn't changed, the message printed out isn't terminated by a
newline:

~
~
No changes to property 'svn:log' on revision 14$ <-- prompt

[[[
Add missing newline to message following a "svn propset svn:log" command
when no changes was made to the property.

* subversion/clients/cmdline/propedit-cmd.c
  (svn_cl__propedit): Add missing \n to message.
]]]

4d8858b72042b7d645056771f9c4dfd8 r10850-missing_newline.patch
http://www.sunbase.org/src/subversion/patch/r10850-missing_newline.patch

Regards,
Øyvind A. Holm
---------------------
#!/bin/bash
for f in 1 2 3; do
  PREF=http://musthave.sunbase.org/Stallman/stallman${f}c
  wget $PREF.sub ; mplayer -cache 8192 -sub stallman${f}c.sub $PREF.mpeg
done

  • application/pgp-signature attachment: stored
Received on Wed Sep 8 03:00:05 2004

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

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