git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: SungHyun Nam <goweol@gmail.com>
To: Jakub Narebski <jnareb@gmail.com>
Cc: GIT <git@vger.kernel.org>
Subject: Re: t9200-git-cvsexportcommit.sh failed on CYGWIN
Date: Fri, 29 Dec 2006 08:42:19 +0900	[thread overview]
Message-ID: <4594565B.3090804@gmail.com> (raw)
In-Reply-To: <en0b47$bjm$3@sea.gmane.org>

Jakub Narebski wrote:
> [Cc: git@vger.kernel.org]
> 
> SungHyun Nam wrote:
> 
>> Below is the test messages.
>>
>> BTW, I hope I can define 'NO_CVS_TESTS' to skip this test.
> [...]
>> *   ok 7: Update file with spaces in file name
>> * FAIL 8: File with non-ascii file name
>>         mkdir -p
> 
> What filesystem? Some filesystems are just broken...

NTFS (no FAT32 here).

Anyway, I test it step by step manually, and then...

$ cd tmp; mkdir t; cd t
$ ls -l
total 0
$ mkdir -p Å/goo
mkdir: cannot create directory `Å/goo': No such file or directory
$ ls -l
total 0
$ mkdir Å
mkdir: cannot create directory `Å': File exists
$ ls -l
total 0

I can create directory which contains Hangul (multibyte) characters.

$ mkdir ko_한글_lang
$ ls -l
total 0
drwxr-xr-x+ 2 namsh staff 0 Dec 29 08:41 ko_한글_lang/

Does it depend on Windows version? I use Korean version of Windows Home
Edition. I also test it with 'CYGWIN=codepage:ansi' without luck.

Thanks,
namsh

  reply	other threads:[~2006-12-28 23:42 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-28  3:23 t9200-git-cvsexportcommit.sh failed on CYGWIN SungHyun Nam
2006-12-28 11:54 ` Jakub Narebski
2006-12-28 23:42   ` SungHyun Nam [this message]
2006-12-29  1:58     ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4594565B.3090804@gmail.com \
    --to=goweol@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=jnareb@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).