There may or may not be something wrong with our SVN server, but that is
besides the point. If I use the Cygwin command line svn client, I am able
to get a change list log, with a few random "svn: REPORT of '....' : 200 OK"
messages in the mix. I do not know what is causing these messages, but "OK"
does not seem like a fault condition.
When I try to view the same log file from Tortoise SVN (
TortoiseSVN 1.6.16, Build 21511 - 64 Bit , 2011/06/01 19:00:35
Subversion 1.6.17,
apr 1.3.12
apr-utils 1.3.12
neon 0.29.6
OpenSSL 1.0.0d 8 Feb 2011
zlib 1.2.5
)
the log dialog pops up a few "There has been a problem contacting the
server" dialogs, which I can cancel. When it is all done, I don't get a list
of changes. Just a "REPORT of ... : 200 OK' message at the top of the
dialog list (see attachment).
However, if I hover my mouse up and down the list, I can see traces of the
log messages flickering on then off. It appears that the OnPaint handler is
drawing the correct log entries, but then wipes it all out and replaces it
with the "REPORT of" message.
It seems that the fix is to assign the "REPORT of" message to the individual
log entry that is causing the "200 OK" message, instead of a global message
that replaces all of the log messages.
-Mark
$ svn log GrangePICurvePanel.pm | less
------------------------------------------------------------------------
r4299 | mlakata | 2011-05-27 16:39:57 -0700 (Fri, 27 May 2011) | 1 line
precheckin for release 0203.1500
------------------------------------------------------------------------
r4272 | mlakata | 2011-04-07 15:14:33 -0700 (Thu, 07 Apr 2011) | 1 line
precheck in for 0203.0900
------------------------------------------------------------------------
r4239 | mlakata | 2011-02-15 17:35:36 -0800 (Tue, 15 Feb 2011) | 1 line
prerelease for 0203_0300
------------------------------------------------------------------------
r4217 | mlakata | 2011-01-24 16:17:20 -0800 (Mon, 24 Jan 2011) | 1 line
work in progress for 0203.0000
------------------------------------------------------------------------
r4026 | mlakata | 2010-04-20 18:23:51 -0700 (Tue, 20 Apr 2010) | 1 line
pre-check-in for 0201.9000
------------------------------------------------------------------------
r4002 | mlakata | 2010-03-22 16:04:08 -0700 (Mon, 22 Mar 2010) | 1 line
prerelease for 0201.8500
------------------------------------------------------------------------
r3972 | mlakata | 2010-03-11 17:27:48 -0800 (Thu, 11 Mar 2010) | 1 line
prerelease for 0201.8100
------------------------------------------------------------------------
r3840 | mlakata | 2009-11-05 18:37:13 -0800 (Thu, 05 Nov 2009) | 1 line
svn: REPORT of
'/svn/ams/!svn/bc/4301/grange/trunk/common/tools/GrangePICurvePan
el.pm': 200 OK (https://svn.gener8.net)
precheck in for 0201.6800
------------------------------------------------------------------------
r3832 | mlakata | 2009-11-03 17:25:56 -0800 (Tue, 03 Nov 2009) | 1 line
precheck-in for 0201.6700
------------------------------------------------------------------------
r3611 | mlakata | 2009-04-23 18:08:13 -0700 (Thu, 23 Apr 2009) | 1 line
changes for release '3700
------------------------------------------------------------------------
r3574 | mlakata | 2009-04-03 18:26:49 -0700 (Fri, 03 Apr 2009) | 1 line
pre release for 3100
------------------------------------------------------------------------
r3567 | mlakata | 2009-04-01 19:05:44 -0700 (Wed, 01 Apr 2009) | 1 line
prerelease for 0201_3000
------------------------------------------------------------------------
r3535 | mlakata | 2009-03-23 20:29:13 -0700 (Mon, 23 Mar 2009) | 1 line
prerelease for 0201_2500
------------------------------------------------------------------------
r3527 | mlakata | 2009-03-18 19:54:03 -0700 (Wed, 18 Mar 2009) | 1 line
prerelease for 0201_2300 part deux
------------------------------------------------------------------------
r3526 | mlakata | 2009-03-18 19:47:15 -0700 (Wed, 18 Mar 2009) | 1 line
prerelease for 0201_2300
------------------------------------------------------------------------
r3514 | mlakata | 2009-03-13 17:52:08 -0700 (Fri, 13 Mar 2009) | 1 line
0201_2100 prerelease
------------------------------------------------------------------------
r3454 | mlakata | 2009-02-09 20:37:42 -0800 (Mon, 09 Feb 2009) | 1 line
2 fixes to gui
------------------------------------------------------------------------
r3451 | mlakata | 2009-02-09 19:22:10 -0800 (Mon, 09 Feb 2009) | 1 line
Fixes for q-switch changes during exposure. Also improvements to GUI.
:
--
Mark Lakata
Senior Firmware and Software Architect
Gener8, Inc.
mlakata_at_gener8.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2755338
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-06-02 03:55:01 CEST