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

Re: WARNING: error decoding UTF-8 for ?

From: root <ebay_101011_0x2b_at_yahoo.com>
Date: 2003-12-31 01:44:46 CET

> Davis,
>
> We'll need a little more information, such as what
> server and client version
> you're using, and over which ra_layer (ra_local,
> ra_svn, or ra_dav). Also,
> can you narrow your commit down to see where this
> fails, or prints the
> warning? That could help identify the problem, as
> would having the exact
> command line you used to commit.
>
> I made a change in r8040 whereby ra_dav could
> compute the root of the
> repository wrong. This may stem from that, but
> without more information it
> would be difficult to tell.
>
> -John

Hi John,

The server is running the following, all of which I
built yesterday:

subversion-0.35.1
http-2.0.48
db-4.2.52

If you need other versions of relevant software
pieces, let me know, but those three I specifically
re-built yesterday.

The client is Win32 command line svn tools,
svn-win32-0.33.0.

Pardon my ignorance, but I believe I'm using
ra_svn...although I do have https access to said
repository through ra_dav, I use svn+ssh method to
checkin/out..so, I think this is ra_svn, right?

The sequence of steps:

On server:

# svnadmin create /svn/repos1
# chmod -R 770 /svn/repos1
# chown -R svn /svn/repos1
# chgrp -R svn /svn/repos1

On client:

C:\DirToCheckin>svn co
svn+ssh://192.168.1.10/svn/repos1 .
C:\DirToCheckin>svn add *
C:\DirToCheckin>svn ci -m"Initial Import"
Adding ..... <lots of stuff printed here>

...then finally:

Transmitting file data
................................................................................................................................
.......................................................................................................................................................
......................................WARNING: error
decoding UTF-8 for ?
.......................................................................................................................................................
.......................................................................................................................................................
.......................................................................................................................................................
.............................
Committed revision 1.

Please let me know if you need me to provide any other
information that would be useful.

Regards,
Davis

__________________________________
Do you Yahoo!?
Find out what made the Top Yahoo! Searches of 2003
http://search.yahoo.com/top2003

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Dec 31 01:45:25 2003

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

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