You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by TRICHET Stéphane <tr...@wanadoo.fr> on 2004/09/27 12:58:16 UTC

RE : RE : RE : svn: can't recode string

A new information

On my Cygwin bash i can write any "é" or "è".

I think the problem is in my charset configuration, how can i solve this
?

Thx to help a poor french,

=========================================
OnWeb Technologies
(Votre site Internet à la commission)
 
Trichet Stéphane - Directeur Technique
Tel : 06-84-05-17-00
Email : stephane.t@owtec.com
Site Internet (en construction) : http://www.owtec.com
=========================================
 

-----Message d'origine-----
De : TRICHET Stéphane [mailto:trichet.stephane@wanadoo.fr] 
Envoyé : lundi 27 septembre 2004 13:49
À : 'Hunkel, Manfred'
Cc : users@subversion.tigris.org
Objet : RE : RE : svn: can't recode string

Hello

I attempt to make this an i have got the same result.
My server is running on a Windows XP with a cygwin install (and i use
the cygwin subersion package).
And i use for adding files the svnserve -t witch is invoked by the
tortoiseSVN client.

Please help ! :)
I am lost !

=========================================
OnWeb Technologies
(Votre site Internet à la commission)
 
Trichet Stéphane - Directeur Technique
Tel : 06-84-05-17-00
Email : stephane.t@owtec.com
Site Internet (en construction) : http://www.owtec.com
=========================================
 

-----Message d'origine-----
De : Hunkel, Manfred [mailto:M.Hunkel@t-systems.com] 
Envoyé : lundi 27 septembre 2004 13:38
À : trichet.stephane@wanadoo.fr
Cc : users@subversion.tigris.org
Objet : RE: RE : svn: can't recode string

Stéphane,

What kind of box does the server run on?  Also WinXP?

If it's some kind of *NIX box, try setting the environment variable
LC_CTYPE to something useful.

For example:

  export LC_CTYPE=fr_FR.ISO8859-1
  svn checkout file://repo/OWTec


;-) -Manfred

| -----Original Message-----
| From: TRICHET Stéphane [mailto:trichet.stephane@wanadoo.fr]
| Sent: Monday, September 27, 2004 1:29 PM
| To: 'John Szakmeister'; users@subversion.tigris.org
| Subject: RE : svn: can't recode string
| 
| Hello,
| 
| I am using the cygwin subersion on windows XP (svn, version 1.0.6
| (r10360)).
| I have added my files with a client on window XP with tortoiseSVN by
my
| ssh tunnel.
| All the client with TortoiseSVN works well.
| But on my server, when i open a shell with cygwin and i attempt to
make
| :
| Svn checkout file://repo/OWTec
| I have got this error : "Svn : Can't recode string"
| 
| Do you need more information ?
| (and i have this error with files who contains "é" or "è" for example)
| 
| Thx,
| 
| =========================================
| OnWeb Technologies
| (Votre site Internet à la commission)
| 
| Trichet Stéphane - Directeur Technique
| Tel : 06-84-05-17-00
| Email : stephane.t@owtec.com
| Site Internet (en construction) : http://www.owtec.com
| =========================================
| 
| 
| -----Message d'origine-----
| De : John Szakmeister [mailto:john@szakmeister.net]
| Envoyé : lundi 27 septembre 2004 13:21
| À : users@subversion.tigris.org
| Objet : Re: svn: can't recode string
| 
| Monday, September 27, 2004, 5:14:41 AM, TRICHET Stéphane wrote:
| > Hello,
| >
| > When i attempt to checkout my repository i have this error message :
| > Svn : Can't recode string
| >
| > I think there is a problem with encoding ?
| 
| You would be correct.
| 
| > Can you help me ?
| 
| We need a little more information here.  What version of SVN are you
| using?  On which platform(s)?
| 
| -John
| 
| 
| 
| 
| ---------------------------------------------------------------------
| To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
| For additional commands, e-mail: users-help@subversion.tigris.org
| 
| 
| ---------------------------------------------------------------------
| To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
| For additional commands, e-mail: users-help@subversion.tigris.org


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


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


Re: svn: can't recode string

Posted by Dave Neary <da...@phenix.fr>.
Salut,

TRICHET Stéphane wrote:
> But i have installed cygwin for using sshd with subversion.
> 
> Anyone can tell me how i can install a sshd server and subversion on
> windows ?

You can use putty as your ssh client, and set SVN_SSH to 
c:\putty\plink.exe. However, setting up an ssh server on a windows 
machine is something I'm not familiar with, sorry.

Cheers,
Dave.

-- 
David Neary
Phenix Engineering
110 ave Jean Jaures, 69007 Lyon

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

RE : RE : RE : RE : RE : svn: can't recode string

Posted by TRICHET Stéphane <tr...@wanadoo.fr>.
It seem to be impossible to change the LANG value in Cygwin.
It only accept LANG=C

Then i think i can't solve my problem !

But i have installed cygwin for using sshd with subversion.

Anyone can tell me how i can install a sshd server and subversion on
windows ?

=========================================
OnWeb Technologies
(Votre site Internet à la commission)
 
Trichet Stéphane - Directeur Technique
Tel : 06-84-05-17-00
Email : stephane.t@owtec.com
Site Internet (en construction) : http://www.owtec.com
=========================================
 

-----Message d'origine-----
De : Dave Neary [mailto:david@phenix.fr] 
Envoyé : lundi 27 septembre 2004 15:47
À : TRICHET Stéphane
Cc : 'Hunkel, Manfred'; users@subversion.tigris.org
Objet : Re: RE : RE : RE : RE : svn: can't recode string


Salut,

TRICHET Stéphane wrote:
> My problème is i can't write "touch problème" on my bash.
> It make a "bip" sound when i attempt to press the key "é".

This is indeed a problem... The problem may well be that svn doesn't 
know the windows codepage, and how to convert between it and UTF-8.

Have you had any luck on a linux/unix machine, if you have one lying
about?

FR:
c'est éffectivement un problème... Le problème pourrais bien être que 
svn ne sais pas convertir entre le codepage Windows et UTF-8.

Est-ce que tu as eu du réussite avec une machine linux/unix, si tu en a 
une par là?

Cheers,
Dave.


-- 
David Neary
Phenix Engineering
110 ave Jean Jaures, 69007 Lyon


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


Re: RE : RE : RE : RE : svn: can't recode string

Posted by Dave Neary <da...@phenix.fr>.
Salut,

TRICHET Stéphane wrote:
> My problème is i can't write "touch problème" on my bash.
> It make a "bip" sound when i attempt to press the key "é".

This is indeed a problem... The problem may well be that svn doesn't 
know the windows codepage, and how to convert between it and UTF-8.

Have you had any luck on a linux/unix machine, if you have one lying about?

FR:
c'est éffectivement un problème... Le problème pourrais bien être que 
svn ne sais pas convertir entre le codepage Windows et UTF-8.

Est-ce que tu as eu du réussite avec une machine linux/unix, si tu en a 
une par là?

Cheers,
Dave.


-- 
David Neary
Phenix Engineering
110 ave Jean Jaures, 69007 Lyon

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

RE : RE : RE : RE : svn: can't recode string

Posted by TRICHET Stéphane <tr...@wanadoo.fr>.
Hello,

My problème is i can't write "touch problème" on my bash.
It make a "bip" sound when i attempt to press the key "é".

French:
Mon problème est que je ne peux même pas taper le "é" sous mon invite de
commande Shell de cygwin. Mon shelle ne me permet pas de tapper des
caractères accentués et je pense que le problème doit venir de là.


=========================================
OnWeb Technologies
(Votre site Internet à la commission)
 
Trichet Stéphane - Directeur Technique
Tel : 06-84-05-17-00
Email : stephane.t@owtec.com
Site Internet (en construction) : http://www.owtec.com
=========================================
 

-----Message d'origine-----
De : Dave Neary [mailto:david@phenix.fr] 
Envoyé : lundi 27 septembre 2004 15:02
À : TRICHET Stéphane
Cc : 'Hunkel, Manfred'; users@subversion.tigris.org
Objet : Re: RE : RE : RE : svn: can't recode string


Salut Stéphane,

TRICHET Stéphane wrote:
> A new information
> On my Cygwin bash i can write any "é" or "è".
> 
> I think the problem is in my charset configuration, how can i solve
this
> ?

Try this:
touch problème; svn add problème; svn ci -m "accented filename"

afterwards, in tortoisesvn, update and let us know whether you get an 
error. Perhaps there is an incompatibility between the actual codepage 
of the filesystem and the codepage that cygwin thinks there is.

Cheers,
Dave.

-- 
David Neary
Phenix Engineering
110 ave Jean Jaures, 69007 Lyon


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


Re: RE : RE : RE : svn: can't recode string

Posted by Dave Neary <da...@phenix.fr>.
Salut Stéphane,

TRICHET Stéphane wrote:
> A new information
> On my Cygwin bash i can write any "é" or "è".
> 
> I think the problem is in my charset configuration, how can i solve this
> ?

Try this:
touch problème; svn add problème; svn ci -m "accented filename"

afterwards, in tortoisesvn, update and let us know whether you get an 
error. Perhaps there is an incompatibility between the actual codepage 
of the filesystem and the codepage that cygwin thinks there is.

Cheers,
Dave.

-- 
David Neary
Phenix Engineering
110 ave Jean Jaures, 69007 Lyon

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