Inconvenient filename in sandbox/decimal-c/new_dt

Hi,
I'm having problems with updating the sandbox.
ilithien:~/Python/sandbox-trunk ronald$ svn cleanup ilithien:~/Python/sandbox-trunk ronald$ svn up A import_in_py/mock_importer.py U import_in_py/test_importer.py U import_in_py/importer.py svn: Failed to add file 'decimal-c/new_dt/rounding.decTest': object of the same name already exists
This is on a 10.4.8 box with a recent version of subversion. It turns out this is caused by a testcase file: decimal-c/new_dt contains both remainderNear.decTest and remaindernear.decTest (the filenames differ by case only). It this intentional? This makes it impossible to do a checkout on a system with a case insensitive filesystem.
Ronald

Ronald Oussoren schrieb:
This is on a 10.4.8 box with a recent version of subversion. It turns out this is caused by a testcase file: decimal-c/new_dt contains both remainderNear.decTest and remaindernear.decTest (the filenames differ by case only). It this intentional?
I don't think so. The files differed only in the version: field, and remainderNear.decTest is the same as the Python trunk, so I removed remaindernear.decTest as bogus.
Regards, Martin
participants (2)
-
"Martin v. Löwis"
-
Ronald Oussoren