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

Re: svn commit: rev 712 - trunk/tools

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-12-22 01:18:57 CET

That is all well and humorous, but now it instills a total lack of
confidence on the part of the user.

WHAT are you trying to really say? Without the gimmicky stuff? Should the
user save a log or NOT?

Given that the script logs all changes, I would presume that it doesn't need
to save a log. And that this note should say that all changes are backed up,
so the user doesn't need to save a copy.

Funny sarcasm is good... but in a real tool, it can cause much more
consternation than laughs :-(

Cheers,
-g

On Fri, Dec 21, 2001 at 12:58:08PM -0600, kfogel@tigris.org wrote:
> Author: kfogel
> Date: 2001-12-21 18:58 GMT
> New Revision: 712
>
> Modified:
> trunk/tools/tweak-log.cgi
> Log:
> * tools/tweak-log.cgi (doFetchLog): Display prominent notice about how
> there's no need to save the output of `svn log' first because nothing
> could possibly go wrong. Right?
>
>
> Modified: trunk/tools/tweak-log.cgi
> ==============================================================================
> --- OLD/trunk/tools/tweak-log.cgi Fri Dec 21 12:58:08 2001
> +++ NEW/trunk/tools/tweak-log.cgi Fri Dec 21 12:58:08 2001
> @@ -175,6 +175,14 @@
> print "<h1>Editing Log Message for Revision $rev</h1>\n";
> print "<h2>Current log message:</h2>\n";
> print "<blockquote><hr /><pre>$escaped_log</pre><hr /></blockquote>\n";
> + print "\n<p>\n";
> + print "<font color=\"red\">\n";
> + print "<i>This cgi script is perfect and has no bugs. Therefore, the\n";
> + print "ordinarily sensible precaution of running `<tt>svn log</tt>' and\n";
> + print "saving the output before you modify a log message is entirely\n";
> + print "unnecessary. After all, what could possibly go wrong?</i>\n";
> + print "</font>\n";
> + print "\n<p>\n";
> print "<form action=\"$gActionURL\" method=\"post\">\n";
> print "<h2>New log message:</h2>\n";
> print "<blockquote>\n";
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: svn-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: svn-help@subversion.tigris.org

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:53 2006

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.