How can I create this file in a directory in windows 2003 SP2:
.hgignore
I get error: You must type a file name.
|
How can I create this file in a directory in windows 2003 SP2:
I get error: You must type a file name.
| |||||
feedback
|
Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.
|
That's a "feature" of Windows Explorer. Try to create your files from a command line (or from a batch/program you wrote) and it should work fine. Try this from a dos prompt:
| |||
|
feedback
|
|
By the way Raymond Chen had a blog post about this topic a while back: Why doesn't Explorer let you create a file whose name begins with a dot? In which he mentions
| |||
|
feedback
|