On Tue, Oct 4, 2016 at 6:15 PM, Richard Hipp <[email protected]> wrote: > See https://www.fossil-scm.org/aux-test/doc/trunk/aux.md > > Apparently if a Fossil repository contains a file whose basename is > "aux", then an attempt to open or check-out that repo fails with an > error. Only the basename needs to be "aux". The full name can be > things like "src/aux.c" or "doc/aux.txt". > > Does anybody know of a reasonable work-around?
According to this page, it looks like it can be done: https://blog.onetechnical.com/2006/11/16/forbidden-file-and-folder-names-on-windows/ But in practice these are forbidden names in windows, the only reasonable path is to rename these files to something else. _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

