Bug 171347 - Filename conflict in subversion
Summary: Filename conflict in subversion
Status: Closed DUPLICATE of bug 183728
Alias: None
Product: Base System
Classification: Unclassified
Component: misc (show other bugs)
Version: Unspecified
Hardware: Any Any
: Normal Affects Only Me
Assignee: Joerg Wunsch
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-05 16:30 UTC by Jerker Bäck
Modified: 2014-08-08 15:16 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jerker Bäck 2012-09-05 16:30:01 UTC
It's not an unlikely event or wish to checkout FreeBSD source on a Windows machine. There are however some potential risks of filename conflicts in the Windows NTFS filesystem. Here is a list of forbidden names: http://blog.onetechnical.com/2006/11/16/forbidden-file-and-folder-names-on-windows/

As it happens, FreeBSD source contains files with forbidden names in Windows, making it hard to checkout the source.
share/examples/libusb20/aux.*

Some tools may bypass the rules and succeed even if the names are illegal (e.g. Cygwin subversion), which is actually worse than fail.

Would it be possible for FreeBSD to rename these files to something nicer for us poor Windows users? :)

Fix: 

rename 
share/examples/libusb20/aux.c
share/examples/libusb20/aux.h

to something else
How-To-Repeat: Checkout FreeBSD (svn://svn.freebsd.org/base/head) by Collabnet subversion tools for Windows (http://www.collab.net/products/subversion).
Comment 1 Tijl Coosemans freebsd_committer freebsd_triage 2013-07-17 17:47:27 UTC
Responsible Changed
From-To: freebsd-bugs->joerg

Assigning to joerg since he wrote those files.
Comment 2 Joerg Wunsch freebsd_committer freebsd_triage 2014-08-08 15:15:19 UTC
Hans Petter Selasky fixed it in r257779, as a new bug report had been filed
later on.

I'm just marking this one as the duplicate even though it's older, as the
other one has already been handled completely.

*** This bug has been marked as a duplicate of bug 71347 ***
Comment 3 Joerg Wunsch freebsd_committer freebsd_triage 2014-08-08 15:16:27 UTC
Sorry, wrong reference.

*** This bug has been marked as a duplicate of bug 183728 ***