THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.
A new Flyspray task has been opened. Details are below.
User who did this - Jan C. Gaida (jancg)
Attached to Project - sip-router
Summary - db_unixodbc: Reserved filename blocks checkout in Windows
Task Type - Bug Report
Category - Module
Status - Unconfirmed
Assigned To -
Operating System - Win (Cygwin)
Severity - Low
Priority - Normal
Reported Version - 4.0
Due in Version - Undecided
Due Date - Undecided
Details - Hello,
Windows does not allow the use of reserved filenames:
Do not use the following reserved names for the name of a file:
"CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1,
LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. Also avoid these names followed
immediately by an extension; for example, NUL.txt is not recommended. " (from
http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247(v=vs.85).a…).
The module db_unixodbc contains the files "con.c" and "con.h" that are
not complying to this rule and produce an error on doing a checkout from repository on a
Windows system.
Please change the filenames to something like "connection.c" and
"connection.h"
Kind regards
Jan
More information can be found at the following URL:
http://sip-router.org/tracker/index.php?do=details&task_id=316
You are receiving this message because you have requested it from the Flyspray bugtracking
system. If you did not expect this message or don't want to receive mails in future,
you can change your notification settings at the URL shown above.