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

Re: [Subclipse-users] Exception when using character sequences in commit message

From: Mark Phippard <markp_at_softlanding.com>
Date: 2006-10-11 19:59:03 CEST

Tom Schindl <tom.schindl@bestsolution.at> wrote on 10/11/2006 01:52:43 PM:

> Mark Phippard schrieb:
> > Tom Schindl <tom.schindl@bestsolution.at> wrote on 10/11/2006 01:20:32
PM:
> >
> >> I tried the submit the message through the svn-command line utility
(on
> >> linux) and it works like a charme. The problem lies in JavaHL try it
> >> yourself and commit message to your subversion system and include [1]
in
> >> your message and you'll hopefully get the same exception. Before
> >> reporting a bug against subversion I wanted to sort out that it is a
> >> subclipse problem.
> >>
> >> [1]:
> >> ---------------8<---------------
> >> Mark Phippard <markp@softlanding.com>
> >> - test commit
> >> ---------------8<---------------
> >
> > It worked fine for me via svn:// and http:// protocols.
> >
> > I am using Subclipse 1.1.7 (JavaHL 1.4.0), Eclipse 3.2.1 on Windows XP
> >
> > Mark
>
> I'm also using Subclipse 1.1.7. I'll try to investigate a bit more
> tomorrow maybe the problem is that I checked out the source when
> subversion server was at 1.3 and in the meanwhile we upgrade to 1.4.

I doubt that is it. The problem is more likely that "<" is an invalid
character in XML and needs to be escaped. If you are using http:// then
the data is exchanged via XML requests. I think that something is
probably preventing the escaping of the message from happening correctly.

Also, have you looked at the commit message in the Subclipse console. This
is what we submitted to the server. There is a bug in 1.1.7 with the new
commit templates feature where it strips some of the text. Possibly it
has done something weird to the message if you are using those templates.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: users-help@subclipse.tigris.org
Received on Wed Oct 11 20:02:42 2006

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

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