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

Re: more tests failures -- can't make release until these fixed.

From: <cmpilato_at_collab.net>
Date: 2003-05-07 17:54:15 CEST

Michael Price <mprice@atl.lmco.com> writes:

> cmpilato@collab.net wrote:
> > Michael Price <mprice@atl.lmco.com> writes:
> >
> >>svn: Trying to use an unsupported feature
> >>svn: Bad encoding option: prop's value isn't stored as UTF8.
> >>
> >>Those two lines above are popping up repeatedly in my tests. On
> >>different platforms they pop up in different tests.
> >>
> >>I'm assuming this is a library issue of some sort as if it was an svn
> >>code problem it would have been noticed/fixed before this.
> >>
> >>Where should I start looking?
> > Do you have the log-encoding option set in your .subversion?
>
> I did on my Solaris box (which explained those failures) but do not
> have it set on my FreeBSD box (which is still failing commit test 25
> for the same reason.

Actually, I'm not convinced that the code is accurate even when that
option is set in your config file. The client binary sets the
opt_state->encoding from the config option without regard to what
operation is happening. So a command that wouldn't normally fail
(like "svn pset name value target") is failing because the
configuration option is making the code behave as if you'd done "svn
pset --encoding some_encoding name value target", which is cause for
complaint. That said, I dunno why we're complaining about the
encoding anyway -- if the property operation doesn't require the
encoding, then why not just ignore it?

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed May 7 17:59:17 2003

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.