You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by François Beausoleil <fb...@users.sourceforge.net> on 2003/02/27 02:08:02 UTC

Still unable to access local repository with c cedil in name

Hi !

I reported this a while ago 
(http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgId=226310).

I downloaded Subversion 0.18.0 (r4973) and I tried importing data to an 
empty repository.  Here is the reproduction recipe:
D:\jgb-cvs>svn import file:///svn/repos/trunk/jgb --message "initial import"
svn: Invalid argument
svn: Safe data:
"Fran"
... was followed by non-ascii byte 231.

Non-ascii character detected (see above), and unable to convert to UTF-8.

D:\jgb-cvs>svn --version
svn, version 0.18.0 (r4973)
   compiled Feb 20 2003, 22:39:07

I know about 0.18.1 but there were no downloadable binaries for Win32.  
I'll stay alert and try again with it.

Thanks,
Francois Beausoleil



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: Still unable to access local repository with c cedil in name

Posted by Branko Čibej <br...@xbc.nu>.
François Beausoleil wrote:

> Hi !
>
> I reported this a while ago
> (http://subversion.tigris.org/servlets/ReadMsg?list=dev&msgId=226310).
>
> I downloaded Subversion 0.18.0 (r4973) and I tried importing data to
> an empty repository.  Here is the reproduction recipe:
> D:\jgb-cvs>svn import file:///svn/repos/trunk/jgb --message "initial
> import"
> svn: Invalid argument
> svn: Safe data:
> "Fran"
> ... was followed by non-ascii byte 231.
>
> Non-ascii character detected (see above), and unable to convert to UTF-8. 

That's because we're still not using a recent enough version of
apr-iconv in the binaries, due to Apache compatibility issues.

> D:\jgb-cvs>svn --version
> svn, version 0.18.0 (r4973)
>   compiled Feb 20 2003, 22:39:07
>
> I know about 0.18.1 but there were no downloadable binaries for
> Win32.  I'll stay alert and try again with it.


I'll probably just use the latest APR for the client, and only use the
one in 2.0.44 for the server. That should finally fix your problem. I
don't think there's much chance we could wait for 2.0.45 with this release.

-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org