SubVersionSvn/DirFileNameRules

File-name rules - mainly for SubVersionSvn

Please refrain from the following characters in file and directory names.

Do NOT commit files/dirs (in same directory) with case-change only, like "Jtag" and "JTAG". On broken (windows) systems these collide.

This applies to

notes'

Try to use image files compressed to reasonable size and quality.


If accented character is commited to SVN\n

$ svn update
svn: Can't recode string
$ export LC_CTYPE=hu_HU

Setting LC_CTYPE reasonably (eg to hu_HU or de_DE seems to fix this). Than the svn rename can be commited ASAP.