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

Re: Console messages

From: Jesper Steen Møller <jesper_at_selskabet.org>
Date: 2004-09-23 22:55:58 CEST

Hi Ian

"Ian Brockbank" <Ian.Brockbank@wolfsonmicro.com> wrote on 09/23/2004
09:45:42 AM:

>For each updated item a line will start with a character reporting the
>action taken. These characters have the following meaning:
>
>A Added
>D Deleted
>U Updated
>C Conflict
>G Merged
>
>I always assumed it was some sort of character encoding flaw, and the 117
>mapped to something.
>
>Mark
>
>
I think this comes from svnClientAdapter, from the
line handling the "complex" update types inside
org.tigris.subversion.svnclientadapter.javahl.JhlNotificationHandler.onNotify:

logMessage(statecharBuf[0]+statecharBuf[1]+" "+path);

Look at it, I think it lacks a ""+ at the front.

'A'+' ' = 103
'U'+' '= 117
etc.

The fix should be rather simple to implement.

-Jesper
Received on Fri Sep 24 06:55:58 2004

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

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