Re: [fossil-users] Files named "AUX" on Windows

2016-10-04 Thread Martin Gagnon
On Tue, Oct 04, 2016 at 01:40:59PM -0600, Andy Bradford wrote: > Thus said Richard Hipp on Tue, 04 Oct 2016 12:15:58 -0400: > > > Does anybody know of a reasonable work-around? > > What do other VCS do? Presumably CVS, SVN, Hg, Git, etc. have all > Wsupported indows for a long time. Do

Re: [fossil-users] Files named "AUX" on Windows

2016-10-04 Thread Pierpaolo Bernardi
On Tue, Oct 4, 2016 at 8:54 PM, Scott Robison wrote: > If we don't support it, Fossil potentially looks bad to someone for not > creating what appear to be ordinary file names. If we do support it, Fossil > potentially looks bad for creating files or directories that

[fossil-users] Next Fossil release

2016-10-04 Thread Richard Hipp
I'm thinking we should cut a new Fossil release shortly after the SQLite 3.15.0 release (which should be out in less than two weeks). Key feature for Fossil 1.36 is the addition of unversioned content. -- D. Richard Hipp d...@sqlite.org ___

Re: [fossil-users] Files named "AUX" on Windows

2016-10-04 Thread Ross Berteig
On 10/4/2016 12:40 PM, Andy Bradford wrote: Thus said Richard Hipp on Tue, 04 Oct 2016 12:15:58 -0400: Does anybody know of a reasonable work-around? What do other VCS do? Presumably CVS, SVN, Hg, Git, etc. have all Wsupported indows for a long time. Do they just return a sensible

Re: [fossil-users] Files named "AUX" on Windows

2016-10-04 Thread Andy Bradford
Thus said Scott Robison on Tue, 04 Oct 2016 12:54:27 -0600: > We could modify the Windows code to use the \\.\ prefix trick and then > fossil could create / delete the files. If we did that, how much pain > would it cause to other tools and processes on the Windows system? Whether or not they

Re: [fossil-users] Files named "AUX" on Windows

2016-10-04 Thread Andy Bradford
Thus said Richard Hipp on Tue, 04 Oct 2016 12:15:58 -0400: > Does anybody know of a reasonable work-around? What do other VCS do? Presumably CVS, SVN, Hg, Git, etc. have all Wsupported indows for a long time. Do they just return a sensible error? Andy -- TAI64 timestamp:

Re: [fossil-users] Files named "AUX" on Windows

2016-10-04 Thread Ron W
On Tue, Oct 4, 2016 at 2:54 PM, Scott Robison wrote: > > We could modify the Windows code to use the \\.\ prefix trick and then > fossil could create / delete the files. If we did that, how much pain would > it cause to other tools and processes on the Windows system? > >

Re: [fossil-users] Files named "AUX" on Windows

2016-10-04 Thread Scott Robison
On Tue, Oct 4, 2016 at 10:22 AM, Pierpaolo Bernardi wrote: > On Tue, Oct 4, 2016 at 6:15 PM, Richard Hipp wrote: > > See https://www.fossil-scm.org/aux-test/doc/trunk/aux.md > > > > Apparently if a Fossil repository contains a file whose basename is > >

Re: [fossil-users] Files named "AUX" on Windows

2016-10-04 Thread Ross Berteig
On 10/4/2016 9:22 AM, Pierpaolo Bernardi wrote: On Tue, Oct 4, 2016 at 6:15 PM, Richard Hipp 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

Re: [fossil-users] Files named "AUX" on Windows

2016-10-04 Thread Pierpaolo Bernardi
On Tue, Oct 4, 2016 at 6:15 PM, Richard Hipp 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

Re: [fossil-users] Files named "AUX" on Windows

2016-10-04 Thread Joerg Sonnenberger
On Tue, Oct 04, 2016 at 12:15:58PM -0400, Richard Hipp 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

[fossil-users] Files named "AUX" on Windows

2016-10-04 Thread Richard Hipp
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