4

I have a website with many .htaccess files in it. But fossil does not save them in repo when I use addremove. Instead, I have to add each htaccess file by hand (using the add command). What is happening?

Fossil 1.22 (2012-03-17 17:53:25), Win32.

user1267570
  • 211
  • 2
  • 9

1 Answers1

5

From fossil help for the 'addremove' command:

Files and directories whose names begin with "." are ignored unless the --dotfiles option is used.

bitFlipper
  • 475
  • 5
  • 20