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. For more information, see Namespaces.
C:\Temp>touch aux.txt
C:\Temp>touch aux
C:\Temp>dir Volume in drive C is System Volume Serial Number is 5643-4998
Directory of C:\Temp
04/07/2018 08:11 <DIR> .04/07/2018 08:11 <DIR> ..04/07/2018 08:07 0 aux04/07/2018 08:07 0 aux.txt 2 File(s) 0 bytes 2 Dir(s) 120,131,608,576 bytes free
Andreas
!Yet this works, on Windows 10:
C:\Temp>touch aux.txtC:\Temp>touch auxC:\Temp>dirVolume in drive C is SystemVolume Serial Number is 5643-4998Directory of C:\Temp04/07/2018 08:11 <DIR> .04/07/2018 08:11 <DIR> ..04/07/2018 08:07 0 aux04/07/2018 08:07 0 aux.txt2 File(s) 0 bytes2 Dir(s) 120,131,608,576 bytes free
--
You received this message because you are subscribed to the Google Groups "TortoiseSVN" group.
To unsubscribe from this group and stop receiving emails from it, send an email to tortoisesvn+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tortoisesvn/d5dcdfdb-e4b9-4f42-adea-a8da6c07858f%40googlegroups.com.