$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2007-09-18 04:25:08
Hello,
when running the filesystem tests on Tru64, some files and directories with 
unicode characters in their name are created in the current directory. When 
running svn up in such a directory, it fails with the following error message:
boost-trunk/libs/filesystem/test> svn up
svn: Non-ASCII character (code 226) detected, and unable to convert to/from 
UTF-8
When running boost regression tests, these files are normally created in 
the status directory, and currently this prevents incremental testing 
because svn aborts when it finds these files.
Is anybody else seeing this? Could these files perhaps be moved outside of 
the source tree? Or perhaps not generated at all, because so far I haven't 
figured out how to get rid of them, short of removing the whole directory 
containing these files.
Markus